v1
latestOpenAPI 3.0.12026-07-268028223.9 KBTrusts
Update a trust
Update an existing trust
patch/v1/households/{household_id}/trusts/{id}
Path parameters
idstring required
The trust ID
Headers
Idempotency-Keystring
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Request body
Example request
{
"name": "Updated Family Trust",
"tax_id": "98-7654321"
}Response
trust updated
Example response
{
"id": "abc123xyz",
"book_id": "book123xyz",
"household_id": "household123xyz",
"name": "Smith Family Trust",
"tax_id": "12-3456789"
}