POST api/KPTonKhoHeThong/GetPOSNotPostDetail

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of KPItemNegativeDetail
NameDescriptionTypeAdditional 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:28:28.3992626+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:28:28.3992626+07:00"
  }
]