CorebanqCorebanq Developer Docs
FXv1

Update FX tariff fee range

PUT/v1/fx/tariffs/fees/{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/fees/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "fx_tariff_id": "f12d958c-c80c-4752-862c-9e0c09506488",
  "min_range": 0,
  "max_range": 1000,
  "fixed_fee": 1.5,
  "percent_fee": 0.5,
  "min_fee": 1,
  "max_fee": 10,
  "method": "fixed",
  "date_start": "2019-08-24T14:15:22Z",
  "date_end": "2019-08-24T14:15:22Z"
}