Update Lead
curl --location '{{url}}/order/client/tieup/update-lead-order' \
--header 'key-id: {{client_secret_code}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: {{auth_token}}' \
--data '{
"clientId": {{client_id}},
"leadId": 123,
"alternateMobileNo": "1234567890",
"districtId": 3,
"serviceId": 0,
"pickUpLocation": [0.0, 1.1],
"dropLocation": [0.0, 1.1],
"isTowing": false,
"vehicleId": 99,
"vehicleType": "CAR",
"description": "Lorem Epsum",
"productName": "DashCam 00D3",
}'Name
Value
Name
Type
Description
Last updated