POST/expenses.json
Create a new Expense in a Project
Create an expense by passing in the project id in the body of the request.
Request Examples
Example Request
POST
/expenses.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"id": 999,
"STATUS": "OK"
}