Delete Invoice Header Charges

DELETE /api/.../invoices/{id}/headercharge/{chargeTypes}

Delete Invoice header charges.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the Invoice.
chargeTypes List of integers Yes List of header charge types to be deleted from the invoice.

Response Information

True is returned upon success.

Example
application/json, text/json
        true
        

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Invalid invoice ID.