FXv1
Update FX tariff
PUT
/v1/fx/tariffs/{id}Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/v1/fx/tariffs/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "name": "Premium FX Tariff" }'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Standard FX Tariff",
"description": "Standard foreign exchange tariff for retail customers",
"active": true,
"fallback_tariff_id": "uuid"
}