Changes to Create a new invoice

POST /api/invoices

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 2 revisions of this API.6

  1. 0e449a4e0dc86

What changed

    • added the new optional request property createdAt

      new-optional-request-property

    • added the new optional request property currency

      new-optional-request-property

    • added the new optional request property invoiceNumber

      new-optional-request-property

    • added the new optional request property paidAt

      new-optional-request-property

    • added the new optional request property status

      new-optional-request-property

    • added the media type application/json for the response with the status 201

      response-media-type-added