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
Response
Failed response
Successful response
Last updated