POST api/KPTonKhoHeThong/GetTONotShippedDetail
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 KPItemNegativeDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCode | string |
None. |
|
| DocumentNo | string |
None. |
|
| ItemNo | string |
None. |
|
| Quantity | decimal number |
None. |
|
| DateCreate | date |
None. |
|
| LotNo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LotNo": "sample string 1",
"LocationCode": "sample string 1",
"DocumentNo": "sample string 2",
"ItemNo": "sample string 3",
"Quantity": 4.0,
"DateCreate": "2026-01-29T16:29:59.9207793+07:00"
},
{
"LotNo": "sample string 1",
"LocationCode": "sample string 1",
"DocumentNo": "sample string 2",
"ItemNo": "sample string 3",
"Quantity": 4.0,
"DateCreate": "2026-01-29T16:29:59.9207793+07:00"
}
]