POST api/PKD_LuanChuyenHangHoaBanCham_BanNhanh/LayDanhSachHangHoaLuanChuyenHoacXuatTra
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 PKD_HangBanChamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| ErrorDes | string |
None. |
|
| CheckStatus | boolean |
None. |
|
| PhanLoai | string |
None. |
|
| ItemNo | string |
None. |
|
| ItemName | string |
None. |
|
| LocationCode | string |
None. |
|
| LocationName | string |
None. |
|
| TonKho | decimal number |
None. |
|
| SoLuongDuKienBan | decimal number |
None. |
|
| SoLuongCanDieuChuyen | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "a2c7672b-0708-4b60-8bec-c0b2f505d90f",
"ErrorDes": "sample string 2",
"CheckStatus": true,
"PhanLoai": "sample string 4",
"ItemNo": "sample string 5",
"ItemName": "sample string 6",
"LocationCode": "sample string 7",
"LocationName": "sample string 8",
"TonKho": 9.0,
"SoLuongDuKienBan": 10.0,
"SoLuongCanDieuChuyen": 11.0
},
{
"GuidID": "a2c7672b-0708-4b60-8bec-c0b2f505d90f",
"ErrorDes": "sample string 2",
"CheckStatus": true,
"PhanLoai": "sample string 4",
"ItemNo": "sample string 5",
"ItemName": "sample string 6",
"LocationCode": "sample string 7",
"LocationName": "sample string 8",
"TonKho": 9.0,
"SoLuongDuKienBan": 10.0,
"SoLuongCanDieuChuyen": 11.0
}
]