Create exchange rate
POST/accounting/currencies/rates
JSON-RPC
accounting.currencies.rates.create
The method will automatically create reverse rate as rate = 1/rate
.
For example, if you provide a rate of 1 ABC = 2 XYZ
, the method will
automatically create a rate of 1 XYZ = 0.5 ABC
.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Exchange rate object as has been stored.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred