v1
latestOpenAPI 3.0.12026-08-041753011.2 MBInvoice
Add an invoice
post/v1/workspaces/{workspaceId}/invoices
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
Request body
Example request
{
"clientId": "98h687e29ae1f428e7ebe707",
"currency": "USD",
"dueDate": "2020-06-01T08:00:00Z",
"issuedDate": "2020-01-01T08:00:00Z",
"number": "202306121129"
}Response
Created
Example response
{
"billFrom": "Business X",
"clientId": "34p687e29ae1f428e7ebe562",
"currency": "USD",
"dueDate": "2020-06-01T08:00:00Z",
"id": "78a687e29ae1f428e7ebe303",
"issuedDate": "2020-01-01T08:00:00Z",
"number": "202306121129"
}