Skip to main content
POST
Set or replace a call's account / cost-center / matter code

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

callId
string
required
Required string length: 1 - 120

Body

application/json
accountCode
string
required

Primary billing / chargeback identifier. Trimmed at the boundary; must start alphanumeric and contain only letters, digits, '.', '_', '/', '-'.

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9][A-Za-z0-9._/-]*$
costCenter
string

Optional cost-center / GL code for departmental allocation.

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9][A-Za-z0-9._/-]*$
matterCode
string

Optional matter / client code (legal / professional-services).

Required string length: 1 - 64
Pattern: ^[A-Za-z0-9][A-Za-z0-9._/-]*$
note
string

Optional free-text annotation (500-char ceiling).

Maximum string length: 500

Response

200 - application/json

Default Response

data
object
required
meta
object
required