---
title: "Create a new TrustRequest"
method: POST
path: "/trust_requests.json"
tags: ["Trust Requests"]
---

# Create a new TrustRequest

`POST /trust_requests.json`

Outlines the parameters and data fields used when creating a new TrustRequest

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `approved` boolean, required — Whether or not the TrustRequest should be automatically approved.
    - `client_id` integer, required — The client_id associated to the TrustRequest
    - `currency_id` integer — The currency_id associated to the TrustRequest
    - `due_date` string, date, required — The date the TrustRequest is due (Expects an ISO-8601 date).
    - `issue_date` string, date, required — The date the TrustRequest is issued (Expects an ISO-8601 date).
    - `matter` object[]
      - `id` integer — The matter id associated to the TrustRequest
      - `trust_amount` integer — The matter level TrustRequest's amount
      - `note` string — The client level TrustRequest note
    - `note` string — The client level TrustRequest note
    - `trust_amount` number, double, required — The TrustRequest's amount
    - `trust_type` 'client' | 'matter', required — The type of TrustRequest

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/versions/94a82114ec3b/schema)
