Update customer info
/customers
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Last updated
{
"code": "success",
"message": "Thành công",
"data": {
"code": "CM0000000002",
"name": "Phạm Thị Hà",
"phone": "01234567832",
"email": "[email protected]",
"note": "Customer note",
"image": null,
"address": {
"name": "Phạm Thị Hà",
"organization": null,
"email": "[email protected]",
"phone": "01234567832",
"postal_code": null,
"country_code": "VN",
"street": "15 Xuân Đỉnh",
"ward_code": "13030",
"province_code": "10",
"district_code": "1290",
"full_location": "15 Xuân Đỉnh"
}
}
}