Appearance
Update an official fx rate ​
PUT
/v1/admin/officialfxrates/{officialfxrate_id}
Put a single eventmanager event based on ID
Authorizations​
api_key
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
officialfxrate_id*
OfficialFxRate ID
Type
Requiredstring
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
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}