Danh sách nhà cung cấp
API này dùng để lấy danh sách nhà cung cấp.
Request
Xem Postman sample.
curl --location 'https://pos.open.nhanh.vn/v3.0/business/supplier?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
"filters": {
}
}'Filters
Name
Type
Description
id
int
ID nhà cung cấp
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