Create Lead
curl --location '{{url}}/order/client/tieup/create-lead-order' \
--header 'key-id: {{client_secret_code}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: {{auth_token}}' \
--data '{
"clientId": "{{client_id}}",
"mobileNo": "1234567890",
"alternateMobileNo": "1238798890",
"clientRefId": "xxxxxx",
"status": "Specific Status",
"serviceId": 0,
"pickUpLocation": [0.0, 1.1],
"dropLocation": [0.0, 1.1],
"address": "HSR Layout, Bangalore",
"isTowing": false,
"vehicleType": "BIKE",
"vehicleMake": "Yamaha",
"vehicleModel": "FZ v3",
"customerName": "Dinkar Sharma",
"pinCode": "111000",
"productName": "xxxxxx",
"issue": "xxxxxx",
"isCredit": true,
"collectAmount": 0
}'Name
Value
Name
Type
Description
Last updated