Update a cost center

Update an existing cost center

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

cost_center_idstringRequired

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
descriptionstringOptional<=2048 characters
Description of the cost center
namestringOptional<=500 characters
Name of the cost center

Response

Successful Response
idstringformat: "uuid"
created_atdatetime
The timestamp when the cost center was created.
updated_atdatetime
The timestamp when the cost center was last updated.
descriptionstring
Description of the cost center
is_externalbooleanDefaults to false
Unused. Reserved for future use.
namestring

Errors

400
Patch Cost Centers ID Request Bad Request Error
401
Patch Cost Centers ID Request Unauthorized Error
403
Patch Cost Centers ID Request Forbidden Error
404
Patch Cost Centers ID Request Not Found Error
409
Patch Cost Centers ID Request Conflict Error
422
Patch Cost Centers ID Request Unprocessable Entity Error
429
Patch Cost Centers ID Request Too Many Requests Error