CustomerTransaction
Update a transaction for a customer
PUT
Update a transaction for a customer
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
Path Parameters
The customer identifier
The transaction identifier
Body
application/json
The type.
Available options:
sale_invoice, sale, collection, purchase_invoice, payment, opening_balance Debit amount.
Required range:
x >= 0Credit amount.
Required range:
x >= 0The currency ID.
Currency exchange rate.
Required range:
x >= 0Transaction date (YYYY-MM-DD).
Due date (YYYY-MM-DD).
The description.
Maximum string length:
65535Invoice number.
Maximum string length:
255