GET api/MasterConfig/Master/EthnicityDD

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EthnicityDD
NameDescriptionTypeAdditional information
EthnicityID

integer

None.

EthnicityName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EthnicityID": 1,
    "EthnicityName": "sample string 2"
  },
  {
    "EthnicityID": 1,
    "EthnicityName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEthnicityDD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operations.CustomModels">
  <EthnicityDD>
    <EthnicityID>1</EthnicityID>
    <EthnicityName>sample string 2</EthnicityName>
  </EthnicityDD>
  <EthnicityDD>
    <EthnicityID>1</EthnicityID>
    <EthnicityName>sample string 2</EthnicityName>
  </EthnicityDD>
</ArrayOfEthnicityDD>