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

name

string

Tên phòng ban

code

string

Mã phòng ban

status

int

Trạng thái phòng ban (1 = Active 2 = Inactive)

Response

Failed response

Successful response

Last updated