POST services/api/v1/Get_SellingPriceListByBarcode
Request Information
URI Parameters
None.
Body Parameters
Barcode_Id| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Barcode": "sample string 1",
"Id": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SellingPriceList| Name | Description | Type | Additional information |
|---|---|---|---|
| LevelId | integer |
None. |
|
| Name | string |
None. |
|
| Price | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"LevelId": 1,
"Name": "sample string 2",
"Price": 3.0
}