Skip to main content

Update a budget day

PATCH 

/api/budget-days/{id}

Required permissions:

  • budget.edit: allows edit resources of projects where the user is the PM or the Account.
  • budget.edit_other: allows edit resources of projects where the user is not the PM nor the Account.

Here the dedicated support page.

Request

Path Parameters

    id integerrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the budget day to update

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Body

    days floatrequired

    The number of days

Responses

Returns the updated budget day.

Schema

    id integerrequired

    Possible values: >= 1

    The unique identifier of the resource

    created_at date-timerequired

    The date and time when the resource was created

    updated_at date-timerequired

    The date and time when the resource was last updated

    days floatrequired

    The amount of days

    uid stringrequired

    The unique identifier of the budget day

    budget_job_title_id integer

    Possible values: >= 1

    The ID of the budget job title

    budget_price_list_level_id integerrequired

    Possible values: >= 1

    The ID of the budget price list level

    budget_task_id integerrequired

    Possible values: >= 1

    The ID of the budget task

Loading...