Trust Fund
Get metadata for creating a deposit
Returns data required to populate the deposit creation form such as exchange rates, currencies, accounts, and trust account info.
get/deposits/trust-fund-form/{caseId}
Response
Deposit metadata loaded successfully
Example response
{
"title": "Add Deposit",
"trust_asset_account": {
"name": "Main USD Account",
"account_number": "100100",
"currencyCode": "USD"
},
"trust_asset_account_id": 12345,
"allowed_decimal_format": 2,
"client": {
"id": 1,
"name": "user 1"
}
}