{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"route_code": "string",
"sync_key": "string",
"start_date_time": "2024-04-17T07:09:26.126Z",
"end_date_time": "2024-04-17T07:09:26.126Z",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_visit_summary_v1' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"route_code": "string",
"sync_key": "string",
"start_date_time": "2024-04-17T07:09:26.126Z",
"end_date_time": "2024-04-17T07:09:26.126Z",
"page_number": 0
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_key": "string",
"route_code": "string",
"customer_code": "string",
"journey_date": "2019-08-24T14:15:22Z",
"download_date_time": "2019-08-24T14:15:22Z",
"transaction_date": "2019-08-24T14:15:22Z",
"visit_start_date_time": "2019-08-24T14:15:22Z",
"visit_end_date_time": "2019-08-24T14:15:22Z",
"visit_sequence": 0,
"start_geo_code_x": 0,
"start_geo_code_y": 0,
"end_geo_code_x": 0,
"end_geo_code_y": 0,
"total_visit_time": 0,
"scanned_flag": 0,
"geo_code_compliance": 0,
"visit_compliance": 0,
"gps_distance": 0,
"no_sale_reason_code": "string",
"salesman_code": "string",
"in_route_plan": 0
}
]