Class GetSmartDetectSettingsResponse
Example GetSmartDetectSettingsResponse
Response: XML
<GetSmartDetectSettingsResponse>
<HTTPStatusCode>200</HTTPStatusCode>
<GetSmartDetectSettings>
<GetSmartDetectSettingsResult>
<EntityId>######</EntityId>
<SmartDetect>true</SmartDetect>
<WSLocationSmartDetect/>
</GetSmartDetectSettingsResult>
</GetSmartDetectSettings>
</GetSmartDetectSettingsResponse>
Response: JSON
{
"HTTPStatusCode": "200",
"GetSmartDetectSettings": {
"GetSmartDetectSettingsResult": {
"EntityId": "######",
"SmartDetect": true,
"WSLocationSmartDetect": {}
}
}
}