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