Objective:
- Create matter trust request
Environment:
- Clio's API v4
Additional Information:
n/a
Procedure:
Please use the following POST request and Body. Remember that the due date and issue date have to be in the following format: YYYY-MM-DD.
POST: /api/v4/trust_requests.json
Body:
{
"data": {
"trust_type": "matter",
"client_id": xxxxxx,
"issue_date": "xxxxxx",
"due_date": "xxxxxx",
"approved": false,
"matter": {
"0": {
"id": xxxxxx,
"trust_amount": xxxxxx,
"note": null
}
}
}
}