v1

latestOpenAPI 3.0.12026-08-041753011.2 MB
Invoice

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

invoiceStatus'UNSENT' | 'SENT' | 'PAID' | 'PARTIALLY_PAID' | 'VOID' | 'OVERDUE'

Represents the invoice status to be set.

Example request

{
  "invoiceStatus": "PAID"
}

Response

OK