Skip to content

Update Official FX Rate ​

PUT
/v1/internal/accounting/official-fx-rate/{officialfxrate_id}

Update an existing official FX rate by identifier. Restricted to ADMIN and FINANCE roles.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

officialfxrate_id*

OfficialFxRate ID

Type
string
Required

Request Body​

application/json
JSON
{
  
"currency": "GBP",
  
"month": 0,
  
"year": 0,
  
"fx_rate": 1.18,
  
"officialfxrate_id": null
}

Responses​

OK

application/json
JSON
{
  
"currency": "GBP",
  
"month": 0,
  
"year": 0,
  
"fx_rate": 1.18,
  
"officialfxrate_id": "string",
  
"created": "string",
  
"updated": "string",
  
"deleted": null
}

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​