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