{
"distributor_ar_open_items": [
{
"tenant_code": "string",
"location_code": "string",
"business_partner_code": "string",
"external_document_no": "string",
"document_type": "AB",
"document_number": "string",
"invoice_date": "2019-08-24T14:15:22Z",
"payment_terms": "string",
"due_date": "2019-08-24T14:15:22Z",
"total_tax_amount": 0,
"net_invoice_amount": 0,
"balance_amount": 0,
"paid_amount": 0,
"last_payment_date": "2019-08-24T14:15:22Z",
"remarks": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_ar_open_items' \
--header 'Content-Type: application/json' \
--data-raw '{
"distributor_ar_open_items": [
{
"tenant_code": "string",
"location_code": "string",
"business_partner_code": "string",
"external_document_no": "string",
"document_type": "AB",
"document_number": "string",
"invoice_date": "2019-08-24T14:15:22Z",
"payment_terms": "string",
"due_date": "2019-08-24T14:15:22Z",
"total_tax_amount": 0,
"net_invoice_amount": 0,
"balance_amount": 0,
"paid_amount": 0,
"last_payment_date": "2019-08-24T14:15:22Z",
"remarks": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"record_count": 0
}