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
  }
}

Changes