void invoice
PATCH/org/:orgId/entitlement/:entitlementId/invoice/:invoiceId/void
Void the invoice. It can be used for manual void or cancel the invoice.
Request
Path Parameters
orgId stringrequired
Organization ID
entitlementId stringrequired
Entitlement ID
invoiceId stringrequired
Invoice ID
Responses
- 200
- 400
- 500
Empty string if void is successful
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...