Danh sách phòng ban
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/business/department?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
"filters": {
"status": 1
},
"paginator": {
"size": 100,
"next": ""
}
}'Filters
Key
Type
Description
Response
Failed response
Successful response
Last updated