Skip to main content
POST
Protect bank account funds

Authorizations

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

Path Parameters

id
string
required

Body

matterId
string
required

Unique identifier of the associated matter. Required.

Minimum string length: 1
Example:

"da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262"

effectiveDate
string<date-time>
required

Date of protecting the funds.

amount
number<double>
required

The amount to protect in dollars. Limited to 2 decimal places (cents).

Required range: x >= 0.01
Example:

100.5

contactId
string | null

Unique identifier of the associated contact. Required in US only.

Example:

"18c05819-c321-4907-800c-d5a608729c5a"

reason
string | null

Reason for protecting the funds.

Example:

"Court order requiring protection of funds"

Response

When request is accepted. Returns a hypermedia 'Link' object.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET