π±Currencies
This page provides a description of the available API routes for managing currencies.
API methods
Get currencies
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"items":
[
{
"IsDomestic": true,
"Label": "EUR",
"Sign": "β¬",
"ExchangeRate": 1,
"Description": "Euro",
"_v": 1
},
{
"IsDomestic": false,
"Label": "USD",
"Sign": "$",
"ExchangeRate": 1.1214,
"Description": "US Dollar",
"_v": 1
},
{
"IsDomestic": false,
"Label": "CZK",
"Sign": null,
"ExchangeRate": 23.7529,
"Description": "Czech Crown",
"_v": 1
}
],
"count": 3,
"totalCount": 3
}Get currency by label
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Create currency
Headers
Name
Type
Description
Request Body
Name
Type
Description
Create or update currency
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete currency by label
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated