PUT api/v2/SanitationDevices/{id}/validate?SessionId={SessionId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
SessionId | string |
Required |
Response
DefaultResultName | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Messages | Collection of string | ||
DialogType | integer | ||
Data | Object |
Response Format
application/json, text/json
Sample:
{ "Success": true, "Messages": [ "sample string 1", "sample string 2" ], "DialogType": 1, "Data": {} }
text/html
Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"DialogType":1,"Data":{}}