Danh sách tài khoản kế toán
API này dùng để lấy 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
Xem cấu trúc chung tại đây.
Failed response
Xem các mã lỗi chung tại đây.
Successful response
Last updated