{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"route_code": "string",
"sync_key": "string",
"page_number": 0,
"start_date_time": "2024-04-17T08:00:04.698Z",
"end_date_time": "2024-04-17T08:00:04.698Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_customer_geo_code' \
--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",
"page_number": 0,
"start_date_time": "2024-04-17T08:00:04.698Z",
"end_date_time": "2024-04-17T08:00:04.698Z"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"route_code": "string",
"geo_code_date": "2024-04-17T08:00:04.700Z",
"posting_date_time": "2024-04-17T08:00:04.700Z",
"geo_code_x": 0,
"geo_code_y": 0
}
]