Skip to main content

Create new invoice

POST 

/company/invoices/

Endpoint to create a new invoice for the company. Requires valid JWT authentication and validates the UTC date format.

Validations:

  • The amount field must match the sum of (quantity * price) for all items
  • Each item must have a description, quantity, and price
  • Dates must be in UTC format

Request

Responses

Invoice created successfully