Invoice
Add item to an invoice
post/v1/workspaces/{workspaceId}/invoices/{invoiceId}/items
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:83q687e29ae1f428e7ebe195
Represents an invoice identifier across the system.
Request body
Example request
{
"applyTaxes": "TAX1TAX2",
"description": "This is a description of an invoice item.",
"itemType": "Service",
"quantity": 10000,
"unitPrice": 500
}Response
OK
InvoiceOverviewDtoV1 required— unresolved $ref