Skip to main content

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": ""
}
ParameterDescriptionRequired
lead_uuidUUID của leadx
lead_nameTên khách hàng
lead_codeMã khách hàng
phone_numberSố điện thoại khách hàngx
contract_numberSố hợp đồng
identity_numberSố CMND
identity_issued_atNơi cấp CMND
identity_issued_onNgày cấp CMND
addressĐịa chỉ
provinceTỉnh/Thành phố
districtQuận/Huyện
wardPhường/Xã
date_of_birthNgày sinh
additionalThông tin bổ sung
genderGiới tính