Danh sách tài khoản kế toán

Request

curl --location 'https://pos.open.nhanh.vn/v3.0/accounting/account?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
    "filters": {
        "type": 1 
    },
    "paginator": {
        "size": 30
    }
}'

Filters

Key
Type
Description

id

int

ID đối tượng

types

array

Loại đối tượng

status

array

Trạng thái đối tượng

Response

Failed response

Successful response

Last updated