View a Currency Seed
get
/api/restapi/currency/currencySeed
This endpoint returns currency seed data.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityCurrencySeed>
Type:
arrayTitle:
Show Source
List<ApiEntityCurrencySeed>-
Array of:
object ApiEntityCurrencySeed
Title:
ApiEntityCurrencySeed
Nested Schema : ApiEntityCurrencySeed
Type:
objectTitle:
Show Source
ApiEntityCurrencySeed-
currencyCode: string
Maximum Length:
3The unique identifier for the currency. The currency code is 3 characters. -
currencyName: string
Maximum Length:
255The name of the currency. -
currencySeedId: integer
(int64)
The unique identifier of a seeded currency.
-
currencySymbol: string
Maximum Length:
20The symbol for the currency. -
decimalsToDisplay: integer
(int32)
The number of decimals to display.
204 Response
Successful operation with no content.