GET api/KSNB_BienBanKiemKeCuaHang/GetDataItem?objId={objId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
KSNB_BienBanKiemKeCuaHang| 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. |
|
| StockCounting | decimal number |
None. |
|
| StockDiff | 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. |
|
| DocumentNo | string |
None. |
|
| ItemNegativeConfig | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"GuidID": "aac8aaae-a58c-4c97-8bdf-4f94ce33888a",
"BaseDocNo": "sample string 2",
"BaseDocDate": "2026-04-03T18:13:38.5299315+07:00",
"LocationCode": "sample string 4",
"ItemNo": "sample string 5",
"Description": "sample string 6",
"SalesPrice": 7.0,
"LastPurchasePrice": 8.0,
"Inventory": 9.0,
"StockCounting": 10.0,
"StockDiff": 11.0,
"ReasonDes": "sample string 12",
"EmpID": "ee6e13a0-32e1-4271-aa73-fc981a6613d5",
"EmpCode": "sample string 14",
"CreateDate": "2026-04-03T18:13:38.5299315+07:00",
"UserApproval": "sample string 16",
"DateApproval": "2026-04-03T18:13:38.5299315+07:00",
"DocRelease": true,
"DocumentNo": "sample string 18",
"ItemNegativeConfig": true
}