GET api/AAVM/Valid_AAVM?Device_ID={Device_ID}&Device_SerialNumber={Device_SerialNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Device_ID | integer |
Required |
|
| Device_SerialNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AAVMResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1"
}
application/xml, text/xml
Sample:
<AAVMController.AAVMResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <Result>sample string 1</Result> </AAVMController.AAVMResponse>