Danh sách nhãn khách hàng
API này dùng để lấy danh sách nhãn khách hàng
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/customer/tags?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
"filters": {
"ids": [ID_1,ID_2]
},
"paginator": {
"size": 100
}
}'Filters
Key
Type
Description
ids
array
List ID nhãn khách hàng
name
string
Tên nhãn khách hàng
Paginator
Xem cấu trúc chung tại đây.
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