Danh mục nội bộ
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/product/internalcategory?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
"filters": {
"name": "Tên danh mục nội bộ"
},
"paginator": {
"size": 50,
"next": ""
}
}'Response
Failed response
Successful response
Last updated