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.


Body Params

    • Name
      expense
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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