POST api/KSNB_HangThuaTuNhap/LayDuLieuDaXacNhan
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 KSNB_HangThuaTuNhapModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| BaseDocNo | string |
None. |
|
| BaseDocDate | date |
None. |
|
| LocationCode | string |
None. |
|
| ItemNo | string |
None. |
|
| Description | string |
None. |
|
| SalesPrice | decimal number |
None. |
|
| LastPurchasePrice | decimal number |
None. |
|
| Inventory | decimal number |
None. |
|
| ReasonDes | string |
None. |
|
| EmpID | globally unique identifier |
None. |
|
| EmpCode | string |
None. |
|
| CreateDate | date |
None. |
|
| UserApproval | string |
None. |
|
| DateApproval | date |
None. |
|
| DocRelease | boolean |
None. |
|
| ItemJournalDocNo | string |
None. |
|
| ItemJournalDocDate | date |
None. |
|
| IsItemClear | boolean |
None. |
|
| ItemLedgerEntryNo_ | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "7e23b557-440e-4eb4-bc8b-fc30c4c818ef",
"BaseDocNo": "sample string 2",
"BaseDocDate": "2026-01-29T16:30:01.3561711+07:00",
"LocationCode": "sample string 4",
"ItemNo": "sample string 5",
"Description": "sample string 6",
"SalesPrice": 7.0,
"LastPurchasePrice": 8.0,
"Inventory": 9.0,
"ReasonDes": "sample string 10",
"EmpID": "a5f865da-52d2-490b-83ad-c17f630be35c",
"EmpCode": "sample string 12",
"CreateDate": "2026-01-29T16:30:01.3561711+07:00",
"UserApproval": "sample string 14",
"DateApproval": "2026-01-29T16:30:01.3561711+07:00",
"DocRelease": true,
"ItemJournalDocNo": "sample string 16",
"ItemJournalDocDate": "2026-01-29T16:30:01.3561711+07:00",
"IsItemClear": true,
"ItemLedgerEntryNo_": 18
},
{
"GuidID": "7e23b557-440e-4eb4-bc8b-fc30c4c818ef",
"BaseDocNo": "sample string 2",
"BaseDocDate": "2026-01-29T16:30:01.3561711+07:00",
"LocationCode": "sample string 4",
"ItemNo": "sample string 5",
"Description": "sample string 6",
"SalesPrice": 7.0,
"LastPurchasePrice": 8.0,
"Inventory": 9.0,
"ReasonDes": "sample string 10",
"EmpID": "a5f865da-52d2-490b-83ad-c17f630be35c",
"EmpCode": "sample string 12",
"CreateDate": "2026-01-29T16:30:01.3561711+07:00",
"UserApproval": "sample string 14",
"DateApproval": "2026-01-29T16:30:01.3561711+07:00",
"DocRelease": true,
"ItemJournalDocNo": "sample string 16",
"ItemJournalDocDate": "2026-01-29T16:30:01.3561711+07:00",
"IsItemClear": true,
"ItemLedgerEntryNo_": 18
}
]