POST
/
coa
/
api
/
transaction
/
{transaction_id}
/
invoice_payments
curl --request POST \
--url https://api.meetcampfire.com/coa/api/transaction/{transaction_id}/invoice_payments \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"transactions": [
{
"invoice_id": 54517,
"account_id": "3298",
"amount": 1500
}
]
}'
"<any>"

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

transaction_id
integer
required

ID of the transaction to use for payment

Body

Serializer for applying a transaction payment to multiple invoices.

Response

200
application/json

Payment successfully applied