POST api/KPSoLieuKiemSoat/USP_KIDS_Bao_Cao_Hang_Thua_Tu_Nhap
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 KPHangThuaTuNhapModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocNo | string |
None. |
|
| ItNo | string |
None. |
|
| Des | string |
None. |
|
| PosDate | date |
None. |
|
| Qty | decimal number |
None. |
|
| LocCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DocNo": "sample string 1",
"ItNo": "sample string 2",
"Des": "sample string 3",
"PosDate": "2026-01-29T16:33:15.8527058+07:00",
"Qty": 5.0,
"LocCode": "sample string 6"
},
{
"DocNo": "sample string 1",
"ItNo": "sample string 2",
"Des": "sample string 3",
"PosDate": "2026-01-29T16:33:15.8527058+07:00",
"Qty": 5.0,
"LocCode": "sample string 6"
}
]