POST services/api/v1/Get_PDTProductByBarcode
Request Information
URI Parameters
None.
Body Parameters
SellingPriceLevel_Location_Barcode_Branch| Name | Description | Type | Additional information |
|---|---|---|---|
| SellingPriceLevel | integer |
None. |
|
| Location | integer |
None. |
|
| Barcode | string |
None. |
|
| Branch | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SellingPriceLevel": 1,
"Location": 2,
"Barcode": "sample string 3",
"Branch": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PDTProduct_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Barcode | string |
None. |
|
| ItemName | string |
None. |
|
| Sellingprice | decimal number |
None. |
|
| Unit | string |
None. |
|
| Contain | decimal number |
None. |
|
| CostPrice | decimal number |
None. |
|
| StockQty | decimal number |
None. |
|
| Supplier | string |
None. |
|
| Qty | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Barcode": "sample string 2",
"ItemName": "sample string 3",
"Sellingprice": 4.0,
"Unit": "sample string 5",
"Contain": 6.0,
"CostPrice": 7.0,
"StockQty": 8.0,
"Supplier": "sample string 9",
"Qty": "sample string 10"
}