For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/channel-partners' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"primaryCountryCode": "string",
"primaryPhone": "string",
"secondaryCountryCode": "string",
"secondaryPhone": "string",
"email": "user@example.com",
"alternateEmail": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state": "string",
"country": "string",
"pincode": "string",
"point": {
"latitude": 0,
"longitude": 0
}
},
"company": "string",
"commissionType": "PERCENTAGE",
"commissionRate": 0,
"commissionCycle": "MONTHLY",
"cycleDate": 0,
"flatAmount": {
"amount": 10000,
"currency": "INR"
},
"status": "ACTIVE"
}'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Rahul Realty",
"primaryCountryCode": "+91",
"primaryPhone": "9876543210",
"email": "rahul@realty.com",
"status": "ACTIVE"
}