improved
Get list of Export Postings
7 days ago
- A new object property has been added to Get list of Export Postings called
paymentCondition
. This provides information about the cash discount attached to the invoice. - Invoice
dueDate
has move out ofsplitPostings
and into thesuccessfulPostings
{
"successfulPostings": [
{
"dueDate": "2024-01-01T00:00:00Z",
"paymentCondition": {
"name": "Credit Card Discount",
"discountPercentage": 10,
"discountPaymentDate": "2024-01-01T00:00:00Z"
}
}
]
}