{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2025-07-31T06:20:57.438Z",
"end_date_time": "2025-07-31T06:20:57.438Z",
"pull_settled_document_only": "string",
"pull_data_for_principle_managed_dt": "string",
"page_number": 0
}
curl --location --request POST 'https://testapi.comapi/xd/1.0/get_outlet_empties' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2025-07-31T06:20:57.438Z",
"end_date_time": "2025-07-31T06:20:57.438Z",
"pull_settled_document_only": "string",
"pull_data_for_principle_managed_dt": "string",
"page_number": 0
}'
[
{
"internal_document_no": 0,
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"transaction_type": "string",
"document_number": "string",
"document_date": "2025-07-31T06:20:57.503Z",
"customer_code": "string",
"bill_to_customer": "string",
"sales_man_code": "string",
"load_out_no": "string",
"document_amount": 0,
"void_indicator": 0,
"last_modified_date_time": "2025-07-31T06:20:57.503Z",
"currency_code": "string"
}
]