Thêm khách hàng
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/customer/add?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '[
{
"name": "Nguyễn Văn A",
"mobile": "0989999998",
"locations": {
"cityId": 254,
"districtId": 320,
"wardId": 1108
}
},
{
"name": "Nguyễn Văn B",
"mobile": "098999997"
}
]'Key
Type
Description
Locations param
Key
Type
Description
Response
Failed response
Successful response
Last updated