Skip to main content
PATCH
/
v1
/
customers
/
{id}
/
fx
Update customer FX settings
curl --request PATCH \
  --url https://api.example.com/v1/customers/{id}/fx \
  --header 'Content-Type: application/json' \
  --data '
{
  "fx_settings": "<string>"
}
'

Path Parameters

id
string<uuid>
required

Body

application/json
fx_settings
string

Response

200

FX settings updated successfully