POST api/KPTonKhoHeThong/GetData2
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of KPTonKhoHeThong| Name | Description | Type | Additional information |
|---|---|---|---|
| BarcodeNo | string |
None. |
|
| LocationCode | string |
None. |
|
| No_ | string |
None. |
|
| Description | string |
None. |
|
| BaseUnitofMeasure | string |
None. |
|
| AccountingInventory | decimal number |
None. |
|
| QtyOnPOSSoldNotPosted | decimal number |
None. |
|
| QtyOnSOSoldNotPosted | decimal number |
None. |
|
| QtyOnTOnotShipped | decimal number |
None. |
|
| RetailInventory | decimal number |
None. |
|
| QtyOnPOnotReceived | decimal number |
None. |
|
| ExpectedInventory | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BarcodeNo": "sample string 1",
"LocationCode": "sample string 2",
"No_": "sample string 3",
"Description": "sample string 4",
"BaseUnitofMeasure": "sample string 5",
"AccountingInventory": 6.0,
"QtyOnPOSSoldNotPosted": 7.0,
"QtyOnSOSoldNotPosted": 8.0,
"QtyOnTOnotShipped": 9.0,
"RetailInventory": 10.0,
"QtyOnPOnotReceived": 11.0,
"ExpectedInventory": 12.0
},
{
"BarcodeNo": "sample string 1",
"LocationCode": "sample string 2",
"No_": "sample string 3",
"Description": "sample string 4",
"BaseUnitofMeasure": "sample string 5",
"AccountingInventory": 6.0,
"QtyOnPOSSoldNotPosted": 7.0,
"QtyOnSOSoldNotPosted": 8.0,
"QtyOnTOnotShipped": 9.0,
"RetailInventory": 10.0,
"QtyOnPOnotReceived": 11.0,
"ExpectedInventory": 12.0
}
]