POST/projects/api/v3/budgets/:id/tasklists/budgets/bulk/add.json

Creates new tasklist budgets

Body Params

BulkAddBudgetRequest structure hold information needed to add or update task list budgets along with request options

    • Name
      tasklistBudgets
      Type
      array
      Description
      Budget contains all the information returned from a budget.
    • Name
      tasklistBudgetsOptions
      Type
      object
      Description
      RequestOptions has options for events related to requests

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Created
      BudgetsResponse contains information about a group of budgets.
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
      ErrorResponse defines how []Error should be marshaled to JSON.
    • Code
      403
      Type
      object
      Schema
      Description
      403 Forbidden
      ErrorResponse defines how []Error should be marshaled to JSON.
    • Code
      409
      Type
      object
      Schema
      Description
      409 Conflict
      ErrorResponse defines how []Error should be marshaled to JSON.

    Examples

    201 Created

    BudgetsResponse
    {  "included": {    "companies": {      "additionalProp": {        "accounts": 0,        "addressOne": "string",        "addressTwo": "string",        "budgetDistribution": [          {            "color": "string",            "companyId": 0,            "count": 0,            "from": 0,            "to": 0          }        ],        "canSeePrivate": true,        "cid": "string",