v1

latestOpenAPI 3.1.0Terms of services for Altera.app2026-07-13146285.1 KB
Sales

Mark Invoice as paid

Sets the payment status of selected invoices as paid, marks paidAmount as whole amount.

post/sales/markPaid

Request body

invoiceIdsinteger[]

Response

OK

result'OK'
dataobject

Example response

{
  "result": "OK",
  "data": {
    "invoiceId": 12413
  }
}