Developers
API ReferenceFinance Unit

Updates the FinanceUnit resource.

PATCH
/finance/finance-units/{id}

Updates the FinanceUnit resource.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

FinanceUnit identifier

Request Body

The updated FinanceUnit resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string
Length1 <= length <= 20
isDefault?boolean

Response Body

curl -X PATCH "https://example.com/finance/finance-units/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "isDefault": true}