Get Cost Center
Retrieves a specific cost center by ID.
Path Parameters
id int64 required
The ID of the cost center to retrieve.
Responses
- 200
- 400
- 401
- 404
- 500
Successfully retrieved the cost center.
application/json
Schema
Example (from schema)
Schema
id int64
name string
description string
enabledForExpress boolean
fungOperatingAccountId string
createdAt date-time
{
"id": 0,
"name": "string",
"description": "string",
"enabledForExpress": true,
"fungOperatingAccountId": "string",
"createdAt": "2025-08-26T05:08:33.449Z"
}
Invalid request parameters.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authenticated.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Cost center not found.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...