For the complete documentation index, see llms.txt. This page is also available as Markdown.

Danh sách hóa đơn đã xóa

Request

curl --location --globoff 'https://pos.open.nhanh.vn/v3.0/bill/deleted?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
    "filters": {
        "createdAtFrom": 1751302800,
        "createdAtTo": 1753635599
    },
    "paginator": {
        "size": 50
    }
}'

Filters

Key
Type
Description

ids

array

Mảng ID phiếu (lọc nhiều phiếu cùng lúc)

createdAtFrom

int

Thời gian xóa từ ngày (định dạng timestamp)

createdAtTo

int

Thời gian xóa đến ngày (định dạng timestamp)

Paginator

Response

Failed response

Successful response

Last updated