Sản phẩm xuất nhập kho nháp

Request

curl --location 'http://pos.open.nhanh.vn/v3.0/bill/draftproduct?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
    }
}'

Filters

Key
Type
Description

billIds

array

List ID phiếu xuất nhập kho nháp

depotIds

array

Mảng ID kho hàng

statuses

array

List trạng thái phiếu nháp

lastUpdatedAtFrom

int

Thời gian cập nhật cuối từ (timestamp)

lastUpdatedAtTo

int

Thời gian cập nhật cuối đến (timestamp)

Response

Failed response

Successful response

Last updated