v1
latestOpenAPI 3.0.12026-08-041753011.2 MBInvoice
Change an invoice status
patch/v1/workspaces/{workspaceId}/invoices/{invoiceId}/status
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
invoiceIdstring required
Represents an invoice identifier across the system.
Example:78a687e29ae1f428e7ebe303
Represents an invoice identifier across the system.
Request body
Example request
{
"invoiceStatus": "PAID"
}Response
OK