{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"route_code": "string",
"vehicle_code": "string",
"page_number": 0,
"start_date_time": "2024-04-17T07:47:56.991Z",
"end_date_time": "2024-04-17T07:47:56.991Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_upload_sync_keys' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"route_code": "string",
"vehicle_code": "string",
"page_number": 0,
"start_date_time": "2024-04-17T07:47:56.991Z",
"end_date_time": "2024-04-17T07:47:56.991Z"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"sync_key": "string",
"module_name": "string",
"tenant_description": "string"
}
]