Invoice Payment
Create
Create a new Invoice Payment record.
post/api/cp/invoice-payment
Request body
Example request
{
"id": 12345,
"invoice_id": 1,
"payment_id": 1,
"total": 10
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}