{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"sync_key": "string",
"page_number": 0,
"start_date_time": "2024-04-17T08:09:41.008Z",
"end_date_time": "2024-04-17T08:09:41.008Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_retailer_contact_info' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"sync_key": "string",
"page_number": 0,
"start_date_time": "2024-04-17T08:09:41.008Z",
"end_date_time": "2024-04-17T08:09:41.008Z"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"retailer_phone": "string",
"retailer_email": "string",
"posting_date": "2019-08-24T14:15:22Z",
"white_space_outlet_status": 0,
"prospect_id": "string",
"contact_person": "string",
"customer_name": "string",
"address1": "string",
"address2": "string",
"address3": "string",
"address4": "string",
"city": "string",
"state": "string",
"zip": "string",
"date_of_birth": "2019-08-24T14:15:22Z",
"geo_codeX": 0,
"geo_codeY": 0,
"proof_type": 0,
"proof_document_number": "string",
"proof_document_image_url": "string",
"outlet_image_url": "string",
"tax_number": "string"
}
]