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:
array
Title:
Show Source
List<ApiEntityCurrencySeed>
-
Array of:
object ApiEntityCurrencySeed
Title:
ApiEntityCurrencySeed
Nested Schema : ApiEntityCurrencySeed
Type:
object
Title:
Show Source
ApiEntityCurrencySeed
-
currencyCode: string
Maximum Length:
3
The unique identifier for the currency. The currency code is 3 characters. -
currencyName: string
Maximum Length:
255
The name of the currency. -
currencySeedId: integer
(int64)
The unique identifier of a seeded currency.
-
currencySymbol: string
Maximum Length:
20
The symbol for the currency. -
decimalsToDisplay: integer
(int32)
The number of decimals to display.
204 Response
Successful operation with no content.