{
"supervisor_details": [
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_code": "string",
"supervisor_code": "string",
"supervisor_name": "string",
"supervisor_name_a": "string",
"address": "string",
"city": "string",
"state": "string",
"zip": "string",
"phone": "string",
"mobile": "string",
"email": "string",
"is_active": 0,
"password": "string",
"driving_licence_expiry_date": "2024-04-17T06:14:02.199Z",
"id_card_expiry_date": "2024-04-17T06:14:02.199Z",
"commission_fixed_amount": 0,
"commission_perc_of_sales": 0,
"exposure_limit": 0,
"supervisor_tenants": [
{
"tenant_code": "string",
"supervisor_routes": [
{
"location_code": "string",
"route_code": "string"
}
]
}
]
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_xn_supervisor_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"supervisor_details": [
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_code": "string",
"supervisor_code": "string",
"supervisor_name": "string",
"supervisor_name_a": "string",
"address": "string",
"city": "string",
"state": "string",
"zip": "string",
"phone": "string",
"mobile": "string",
"email": "string",
"is_active": 0,
"password": "string",
"driving_licence_expiry_date": "2024-04-17T06:14:02.199Z",
"id_card_expiry_date": "2024-04-17T06:14:02.199Z",
"commission_fixed_amount": 0,
"commission_perc_of_sales": 0,
"exposure_limit": 0,
"supervisor_tenants": [
{
"tenant_code": "string",
"supervisor_routes": [
{
"location_code": "string",
"route_code": "string"
}
]
}
]
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}