GET
/
matters
/
{matterId}
/
billingconfiguration
Get matter billing configuration
curl --request GET \
  --url https://api.smokeball.com/matters/{matterId}/billingconfiguration \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "href": "<string>",
  "relation": "<string>",
  "method": "GET",
  "self": {
    "id": "<string>",
    "href": "<string>",
    "relation": "<string>",
    "method": "GET"
  },
  "versionId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
  "billingType": 1,
  "amount": 142.31,
  "disbursementAmount": 160,
  "contingencyAmount": 32,
  "debtors": [
    {
      "id": "<string>",
      "href": "<string>",
      "relation": "<string>",
      "method": "<string>"
    }
  ],
  "rateSetId": "100558",
  "isUtbmsEnabled": true,
  "ledesFirmId": "100558",
  "ledesMatterId": "100558",
  "ledesClientMatterId": "100558",
  "ledesTimekeeperClassificationType": 0
}

Authorizations

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

Path Parameters

matterId
string
required

Response

When request is successful. Returns the specified memo.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET
self
object
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 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, ConditionalFeeAgreement = 7

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

1

amount
number

The amount (currency).

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

Example:

142.31

disbursementAmount
number

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

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.

Only supported in the US.

Available options:
0,
1
Example:

0