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
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"STATUS": "OK",
"id": 99
}