{
"vehicle_details": [
{
"tenant_code": "string",
"location_code": "string",
"vehicle_code": "string",
"vehicle_title": "string",
"vehicle_owner_ship": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_vehicle_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"vehicle_details": [
{
"tenant_code": "string",
"location_code": "string",
"vehicle_code": "string",
"vehicle_title": "string",
"vehicle_owner_ship": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}