Skip to main content
GET
Get matter billing configuration

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string
required

Response

When request is successful. Returns a 'BillingConfiguration' object.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET
self
object | null
versionId
string | null

Version id of the billing configuration.

Example:

"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"

billingType
enum<integer>

The billing type.

Possible values: None = 0, Fixed Fee = 1, Fixed Fee per Appearance = 2, Time Based = 3, Contingency Dollars = 4, Contingency Percent = 5, Not Billable = 6

Available options:
0,
1,
2,
3,
4,
5,
6,
7
Example:

1

amount
number<double>

The amount (currency).

Only applicable when BillingType is 'Fixed Fee', 'Fixed Fee per Apperance' or 'Time Based'.

Example:

142.31

disbursementAmount
number<double>

The disbursement amount (currency).

Only applicable when BillingType is 'Fixed Fee', 'Fixed Fee per Apperance' or 'Time Based'.

Only supported in AU and the UK.

Example:

160

contingencyAmount
number<double>

The contingency amount (percentage).

Only applicable when BillingType is 'Contingency Percent'.

Example:

32

debtors
object[] | null

The matter debtors.

rateSetId
string | null

The rate set id.

Only supported in AU and the UK.

Example:

"100558"

isUtbmsEnabled
boolean

True if Uniform Task Based Management (UTBMS) is enabled for this matter.

Only supported in the US.

Example:

true

ledesFirmId
string | null

The associated Legal Electronic Data Exchange Standard (LEDES) firm.

Only supported in the US.

Example:

"100558"

ledesMatterId
string | null

The associated Legal Electronic Data Exchange Standard (LEDES) matter.

Only supported in the US.

Example:

"100558"

ledesClientMatterId
string | null

The associated Legal Electronic Data Exchange Standard (LEDES) client matter.

Only supported in the US.

Example:

"100558"

ledesTimekeeperClassificationType
enum<integer>

The associated Legal Electronic Data Exchange Standard (LEDES) classification type.

Possible values: Length6 = 0, Length2 = 1, UseFirmDefault = 2.

Only supported in the US.

Available options:
0,
1,
2
Example:

0