Thêm khách hàng
Request
// each request can send maximum 50 customers [ [ // customer 1 ], // see the structure in the table below [ // customer 2 ], ... ]
Key
Type
Description
Last updated
// each request can send maximum 50 customers
[
[ // customer 1 ], // see the structure in the table below
[ // customer 2 ],
...
]Last updated