POST/projects/{id}/invoices.json

Create a New Invoice in a Project

Creates a new invoice on a particular project.


Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

    • Name
      invoice
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "STATUS": "OK",
      "id": 99
    }