GET api/VMAX/GetVMAXFieldProcessDetails?VendorID={VendorID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VMAXfIEDWISESTATUS| Name | Description | Type | Additional information |
|---|---|---|---|
| FieldStatus | string |
None. |
|
| Fieldname | string |
None. |
|
| VendorId | integer |
None. |
|
| VendorName | string |
None. |
|
| FieldStatusId | integer |
None. |
|
| FieldId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FieldStatus": "sample string 1",
"Fieldname": "sample string 2",
"VendorId": 3,
"VendorName": "sample string 4",
"FieldStatusId": 5,
"FieldId": 6
},
{
"FieldStatus": "sample string 1",
"Fieldname": "sample string 2",
"VendorId": 3,
"VendorName": "sample string 4",
"FieldStatusId": 5,
"FieldId": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfVMAXfIEDWISESTATUS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<VMAXfIEDWISESTATUS>
<FieldId>6</FieldId>
<FieldStatus>sample string 1</FieldStatus>
<FieldStatusId>5</FieldStatusId>
<Fieldname>sample string 2</Fieldname>
<VendorId>3</VendorId>
<VendorName>sample string 4</VendorName>
</VMAXfIEDWISESTATUS>
<VMAXfIEDWISESTATUS>
<FieldId>6</FieldId>
<FieldStatus>sample string 1</FieldStatus>
<FieldStatusId>5</FieldStatusId>
<Fieldname>sample string 2</Fieldname>
<VendorId>3</VendorId>
<VendorName>sample string 4</VendorName>
</VMAXfIEDWISESTATUS>
</ArrayOfVMAXfIEDWISESTATUS>