GET api/Currency/GetAllCurrency

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CurrencyDto
NameDescriptionTypeAdditional information
CurrencyId

integer

None.

Code

string

None.

Name

string

None.

RecordStatus

byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "currencyId": 1,
    "code": "sample string 2",
    "name": "sample string 3",
    "recordStatus": 64
  },
  {
    "$ref": "1"
  }
]