Skip to main content

Update Cost Center

Updates an existing cost center.

Path Parameters
    id int64 required

    The ID of the cost center to update.

Request Body required

Updated cost center data

    name string
    description string
    enabledForExpress boolean
    fungOperatingAccountId string
Responses

Successfully updated the cost center.


Schema
    id int64
    name string
    description string
    enabledForExpress boolean
    fungOperatingAccountId string
    createdAt date-time
Loading...