Danh sách xuất nhập kho nháp
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/bill/draftlist?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
"modes": [2],
"lastUpdatedAtFrom": 1753981239,
"lastUpdatedAtTo": 1756659639,
"depotIds": [31010]
},
"paginator": {
"size": 50,
"next": {"id": 100}
},
}'Filters
Key
Type
Description
Paginator
Response
Failed response
Successful response
Last updated