{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"customer_code": "string",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_open_items' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"customer_code": "string",
"page_number": 0
}'
[
{
"open_item_id": 0,
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"division_code": "string",
"customer_code": "string",
"document_number": "string",
"document_date": "2019-08-24T14:15:22Z",
"due_date": "2019-08-24T14:15:22Z",
"total_invoice_amount": 0,
"paid_amount": 0,
"balance_amount": 0,
"document_type": 0,
"last_modified_date_time": "2019-08-24T14:15:22Z"
}
]