GET api/VMAX/GetVMAXState
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VMAXState| Name | Description | Type | Additional information |
|---|---|---|---|
| StateId | integer |
None. |
|
| StateShortName | string |
None. |
|
| Statename | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StateId": 1,
"StateShortName": "sample string 2",
"Statename": "sample string 3"
},
{
"StateId": 1,
"StateShortName": "sample string 2",
"Statename": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfVMAXState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<VMAXState>
<StateId>1</StateId>
<StateShortName>sample string 2</StateShortName>
<Statename>sample string 3</Statename>
</VMAXState>
<VMAXState>
<StateId>1</StateId>
<StateShortName>sample string 2</StateShortName>
<Statename>sample string 3</Statename>
</VMAXState>
</ArrayOfVMAXState>