cURL
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 }
Retrieves the specified matters billing configuration.
When request is successful. Returns the specified memo.
The response is of type object.
object