GET api/Common/GetGeneralAOE
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GeneralAOElist| Name | Description | Type | Additional information |
|---|---|---|---|
| formdisplayname | string |
None. |
|
| value | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"formdisplayname": "sample string 1",
"value": 2
},
{
"formdisplayname": "sample string 1",
"value": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfGeneralAOElist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO">
<GeneralAOElist>
<formdisplayname>sample string 1</formdisplayname>
<value>2</value>
</GeneralAOElist>
<GeneralAOElist>
<formdisplayname>sample string 1</formdisplayname>
<value>2</value>
</GeneralAOElist>
</ArrayOfGeneralAOElist>