Undo Invoice Payment

PUT /api/.../invoices/{id}/undopayment

Undo invoice payment. Pass in invoice id.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the Invoice.

Response Information

True is returned upon success.

Example
application/json, text/json
true

HTTP Response Codes

Code Description
200 OK. Success