Create Subscription
curl --location '{{url}}/order/client/tieup/subscription-creation-new' \
--header 'key-id: {{client_secret_code}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: {{auth_token}}' \
--data '{
"clientId": "{{client_id}}",
"customerName": "Dinesh Parmar",
"customerMobileNo": "0000000000",
"vehicleId": 909,
"vehicle": "Bajaj-Platina", // Optional if vehicleId is passed
"vehicleChassisNo": "******SHFKFD9834YJKD",
"vehicleRegNo": "KA*******",
"referenceNo": "TU7YHHJJHHF",
"sellerId": 1,
"planId": 3,
"purchaseThrough": "credit"
}'Name
Value
Name
Type
Description
Last updated