POST api/PhieuScan/GetAllDataItem
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 NavAPIPhieuScan| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| LocationCode | string |
None. |
|
| Date | date |
None. |
|
| DocumentType | string |
None. |
|
| ImgUserDefine | string |
None. |
|
| ImgSystemDefine | string |
None. |
|
| UserSend | string |
None. |
|
| UserConfirm | string |
None. |
|
| DateSend | date |
None. |
|
| DateConfirm | date |
None. |
|
| EditStatus | integer |
None. |
|
| NgayNhanBanCung | date |
None. |
|
| NguoiNhanBanCung | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "a6e44b8e-28c7-4748-825b-6b28397a0b1c",
"LocationCode": "sample string 2",
"Date": "2026-01-29T08:04:51.3308911+07:00",
"DocumentType": "sample string 4",
"ImgUserDefine": "sample string 5",
"ImgSystemDefine": "sample string 6",
"UserSend": "sample string 7",
"UserConfirm": "sample string 8",
"DateSend": "2026-01-29T08:04:51.3308911+07:00",
"DateConfirm": "2026-01-29T08:04:51.3308911+07:00",
"EditStatus": 1,
"NgayNhanBanCung": "2026-01-29T08:04:51.3308911+07:00",
"NguoiNhanBanCung": "sample string 9"
},
{
"GuidID": "a6e44b8e-28c7-4748-825b-6b28397a0b1c",
"LocationCode": "sample string 2",
"Date": "2026-01-29T08:04:51.3308911+07:00",
"DocumentType": "sample string 4",
"ImgUserDefine": "sample string 5",
"ImgSystemDefine": "sample string 6",
"UserSend": "sample string 7",
"UserConfirm": "sample string 8",
"DateSend": "2026-01-29T08:04:51.3308911+07:00",
"DateConfirm": "2026-01-29T08:04:51.3308911+07:00",
"EditStatus": 1,
"NgayNhanBanCung": "2026-01-29T08:04:51.3308911+07:00",
"NguoiNhanBanCung": "sample string 9"
}
]