Removel of creditAmount, debitAmount, paymentId from payments
Affected endpoints
Affected Property
"documentCurrencyCode": {
"currency": "string", //obsolete, exists only in POST
"currencyId": "string",
"currencyRate": "decimal"
},
// NEW SINGLE AMOUNT FIELD
"amount": "decimal",
// OBSOLETE FIELDS BELOW
// Credit is for customer invoice payment
"creditAmount": {
"amount": "decimal",
"currencyId": "string"
},
// Debit is for supplier invoice payment
"debitAmount": {
"amount": "decimal",
"currencyId": "string"
}
}Last updated
Was this helpful?
