Sales
Mark Invoice as unpaid
Sets the payment status of selected invoices as unpaid, sets paidAmount to 0.
post/sales/markUnpaid
Request body
Response
OK
Example response
{
"result": "OK",
"data": {
"invoiceId": 12413
}
}Sets the payment status of selected invoices as unpaid, sets paidAmount to 0.
OK
{
"result": "OK",
"data": {
"invoiceId": 12413
}
}