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

    Request Examples

    Example Request

    POST
    /expenses.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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