GET api/Common/GetEyeColors
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EyeColors| Name | Description | Type | Additional information |
|---|---|---|---|
| EyeColorId | byte |
None. |
|
| EyeColor | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"eyeColorId": 64,
"eyeColor": "sample string 2"
},
{
"eyeColorId": 64,
"eyeColor": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfEyeColors xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EyeColors>
<EyeColorId>64</EyeColorId>
<EyeColor>sample string 2</EyeColor>
</EyeColors>
<EyeColors>
<EyeColorId>64</EyeColorId>
<EyeColor>sample string 2</EyeColor>
</EyeColors>
</ArrayOfEyeColors>