Sales
Mark Invoice as paid
Sets the payment status of selected invoices as paid, marks paidAmount as whole amount.
post/sales/markPaid
Request body
Response
OK
Example response
{
"result": "OK",
"data": {
"invoiceId": 12413
}
}Sets the payment status of selected invoices as paid, marks paidAmount as whole amount.
OK
{
"result": "OK",
"data": {
"invoiceId": 12413
}
}