CustomerTransaction
Create a transaction for a customer
POST
Create 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
Body
application/json
The type.
Available options:
sale_invoice, sale, collection, purchase_invoice, payment, opening_balance Transaction date (YYYY-MM-DD).
Monetary amount.
Required range:
x >= 0.01The currency ID.
Currency exchange rate.
Required range:
x >= 0The payment method.
Available options:
bank_account, transfer_cash, other, clinic_credit_card, credit_card, private_insurance, sgk The description.
Maximum string length:
65535Invoice number.
Maximum string length:
255Debit or credit code.
Available options:
debit, credit Account ID.
Whether this is an installment transaction.
Number of installments.
Required range:
2 <= x <= 12First installment due date (YYYY-MM-DD).
List of installments.
Minimum array length:
2