GetSmartDetectSettings
- Method
- ExampleRequest
- ExampleResponse
GetSmartDetectSettings(GetSmartDetectSettingsRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetSmartDetectSettingsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetSmartDetectSettingsResponse |
Example GetSmartDetectSettingsRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######"
}
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": {}
}
}
}