{
"principle_code": "string",
"tenant_code": "string",
"page_number": 0,
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"category_code": "string",
"pull_data_for_principle_managed_DT": "string"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_dms_ar_collection' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"page_number": 0,
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"category_code": "string",
"pull_data_for_principle_managed_DT": "string"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"internal_document_no": 0,
"location_code": "string",
"document_number": "string",
"document_date": "2019-08-24T14:15:22Z",
"customer_code": "string",
"bill_to_customer": "string",
"salesman_code": "string",
"load_out_no": "string",
"document_amount": 0,
"currency_code": "string",
"void_indicator": 0,
"route_code": 0,
"last_modified_dateTime": "2019-08-24T14:15:22Z",
"ar_detail": [
{
"internal_document_no": 0,
"document_number": "string",
"ar_collection_line_id": 0,
"payment_indicator": "str",
"check_number": "string",
"check_date": "2019-08-24T14:15:22Z",
"bank_details": "string",
"branch_details": "string",
"comments": "string",
"collection_amount": 0
}
],
"ar_invoice": [
{
"internal_document_no": 0,
"ar_invoice_line_id": 0,
"division_code": "string",
"document_type": 0,
"document_number": "string",
"invoice_number": "string",
"invoice_date": "2019-08-24T14:15:22Z",
"comments": "string",
"amount_paid": 0
}
]
}
]