GET api/v1/essentials/currencylist

Jos: WRITE COMMENTS

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CurrencyItem
NameDescriptionTypeAdditional information
Show

Show value of the currency

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Show": "sample string 1"
  },
  {
    "Show": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCurrencyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08">
  <CurrencyItem>
    <Show>sample string 1</Show>
  </CurrencyItem>
  <CurrencyItem>
    <Show>sample string 1</Show>
  </CurrencyItem>
</ArrayOfCurrencyItem>