Edit
curl --location --request PUT 'https://{{base_url}}/v3/lead/307c2fe7-d075-493c-b8d6-b11195caec41' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"lead_uuid": "307c2fe7-d075-493c-b8d6-b11195caec41",
"lead_name": "TestNe",
"lead_code": "TestNe",
"phone_number": "03497191211",
"contract_number": "NVDP12345",
"identity_number": "",
"identity_issued_at": "",
"identity_issued_on": "0001-01-01T00:00:00Z",
"address": "",
"province": "",
"district": "",
"ward": "",
"date_of_birth": "",
"additional": ""
}'
Response trả về:
{
"lead_uuid": "307c2fe7-d075-493c-b8d6-b11195caec41"
}
Error Response trả về:
{
"error": [
{
"(root)": "phone_number is required"
}
]
}
API này dùng để cập nhật thông tin lead.
HTTP Request
PUT https://{{base_url}}/v3/lead/{{lead_uuid}}
Body
Sample data:
{
"lead_uuid": "307c2fe7-d075-493c-b8d6-b11195caec41",
"lead_name": "TestNe",
"lead_code": "TestNe",
"phone_number": "03497191211",
"contract_number": "NVDP12345",
"identity_number": "",
"identity_issued_at": "",
"identity_issued_on": "0001-01-01T00:00:00Z",
"address": "",
"province": "",
"district": "",
"ward": "",
"date_of_birth": "",
"additional": ""
}
Parameter | Description | Required |
---|---|---|
lead_uuid | UUID của lead | x |
lead_name | Tên khách hàng | |
lead_code | Mã khách hàng | |
phone_number | Số điện thoại khách hàng | x |
contract_number | Số hợp đồng | |
identity_number | Số CMND | |
identity_issued_at | Nơi cấp CMND | |
identity_issued_on | Ngày cấp CMND | |
address | Địa chỉ | |
province | Tỉnh/Thành phố | |
district | Quận/Huyện | |
ward | Phường/Xã | |
date_of_birth | Ngày sinh | |
additional | Thông tin bổ sung | |
gender | Giới tính |