POST services/api/v1/Get_SellingPriceByCustomer

Request Information

URI Parameters

None.

Body Parameters

SellingPriceByCustomer_Filter
NameDescriptionTypeAdditional information
Barcode

string

None.

ItemTypeId

integer

None.

SellingPriceLevelId

integer

None.

BranchId

integer

None.

LocId

integer

None.

CustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "ItemTypeId": 2,
  "SellingPriceLevelId": 3,
  "BranchId": 4,
  "LocId": 5,
  "CustomerId": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0