Danh sách bảng giá
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/promotion/pricelist?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
"filters": {
"ids": [73532, 73551]
"status": 2
"name": "AH TESSTT"
},
"paginator": {
"size": 50,
"sort": {
"id": "asc"
}
"next": {
"id": 73547
}
}
}'Filters
Key
Type
Description
Response
Failed response
Successful response
Last updated