View a Currency Seed
get
/primeapi/restapi/currency/currencySeed
This endpoint returns currency seed data.
Request
There are no request parameters for this operation.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityCurrencySeed
Type:
Show Source
object
-
currencyCode(optional):
string
-
currencyName(optional):
string
-
currencySeedId(optional):
integer(int64)
-
currencySymbol(optional):
string
-
decimalsToDisplay(optional):
integer(int32)
-
link(optional):
string(url)
Read Only:
true
-
primaryKey(optional):
integer(int64)
-
uniqueName(optional):
string
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
204 Response
Successful operation with no content.