Developers
API ReferenceCurrency Dictionary

Updates the CurrencyDictionary resource.

PATCH
/finance/currency-dictionaries/{id}

Updates the CurrencyDictionary resource.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

CurrencyDictionary identifier

Request Body

The updated CurrencyDictionary resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string
Length3 <= length <= 100
code?string
Length3 <= length <= 3
isDefault?number
Formatfloat

Response Body

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