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
Request Examples
Example Request
POST
/projects/{id}/invoices.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"STATUS": "OK",
"id": 99
}