Skip to main content

Add Cost Center

Creates a new cost center and operating account.

Request Body required

Cost center data

    name string
    description string
    enabledForExpress boolean
    fungOperatingAccountId string
Responses

Successfully created the cost center.


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