{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"page_number": 0,
"posting_date": "2024-06-05T06:59:17.406Z",
"start_date_time": "2024-06-05T06:59:17.406Z",
"end_date_time": "2024-06-05T06:59:17.406Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_Salesman_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"page_number": 0,
"posting_date": "2024-06-05T06:59:17.406Z",
"start_date_time": "2024-06-05T06:59:17.406Z",
"end_date_time": "2024-06-05T06:59:17.406Z"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"salesman_name": "string",
"salesman_name_a": "string",
"address": "string",
"city": "string",
"state": "string",
"zip": "string",
"phone": "string",
"is_active": 0,
"password": "string",
"driving_licence_expiry_date": "2024-06-05T07:49:27.646Z",
"id_card_expiry_date": "2024-06-05T07:49:27.646Z",
"commission_fixed_amount": 0,
"commission_perc_of_sales": 0,
"salesman_assistant_1": "string",
"salesman_assistant_2": "string",
"exposure_limit": 0,
"last_modified_date_time": "2024-06-05T07:49:27.646Z"
}
]