Currency exchange
- : The scope allows you to retrieve currencies and currency exchanges.
The tenant that the caller is acting upon.
Note: This value must always be provided in lowercase.
^[a-z][a-z0-9]+$The page number to be retrieved where the size of the pages is specified by the pageSize parameter.
The number of the first page is 1.
1The number of documents being retrieved on one page.
60Fields to sort the response data by following order of the parameters from left to right. Can contain multiple fields in the following format: field name:sort direction separated by a comma. The colon with sort direction parameter is redundant and descending order is taken only if it is equal to desc or DESC. Ascending order is considered in any other case. Sorting by name parameter works properly only if the Accept-Language header is set to a specific language or is empty with default language specified in the configuration service.
name,code:descReturns all exchange definitions for which the source currency matches the pattern. The contains operation is used for the parameter.
Returns all exchange definitions for which the target currency matches the pattern. The contains operation is used for the parameter.
The flag indicates if the total count of items should be returned. The total count will be returned as a value of the X-Total-Count header.
falseOK
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Internal Service Error occurred.
- : The scope allows you to create, update, and delete currencies and currency exchanges
The tenant that the caller is acting upon.
Note: This value must always be provided in lowercase.
^[a-z][a-z0-9]+$The source currency code. The currency symbol must consist of three capital letters and must be a valid ISO-4217 code (https://www.iso.org/iso-4217-currency-codes.html) defined in the system.
The target currency code. The currency symbol must consist of three capital letters and must be a valid ISO-4217 code (https://www.iso.org/iso-4217-currency-codes.html) defined in the system.
Represents the exchange rate.
The value of the field is represented by a number where the cent part is separated by a comma. For example 1.09. The cent part is not limited just to two digits. A rate with any precision can be returned. For example: 1.091934212
Created
Request was syntactically incorrect. Details will be provided in the response payload.
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Conflict.
Internal Service Error occurred.
- : The scope allows you to retrieve currencies and currency exchanges.
Identifier of the exchange rate definition. The identifier consists of source currency, underscore, and a target currency.
The tenant that the caller is acting upon.
Note: This value must always be provided in lowercase.
^[a-z][a-z0-9]+$Exchange rate returned
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Resource has not been found.
Internal Service Error occurred.
- : The scope allows you to create, update, and delete currencies and currency exchanges
Identifier of the exchange rate definition. The identifier consists of source currency, underscore, and a target currency.
The tenant that the caller is acting upon.
Note: This value must always be provided in lowercase.
^[a-z][a-z0-9]+$Represents the exchange rate.
The value of the field is represented by a number where the cent part is separated by a comma. For example, 1.09. The cent part is not limited just to two digits. A rate with any precision can be returned. For example: 1.09193421
Exchange rate updated
Request was syntactically incorrect. Details will be provided in the response payload.
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Resource has not been found.
Conflict.
Internal Service Error occurred.
No content
- : The scope allows you to create, update, and delete currencies and currency exchanges
Identifier of the exchange rate definition. The identifier consists of source currency, underscore, and a target currency.
The tenant that the caller is acting upon.
Note: This value must always be provided in lowercase.
^[a-z][a-z0-9]+$Exchange rate deleted
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Internal Service Error occurred.
No content
Last updated
Was this helpful?

