POST api/alerts/UpdateSimultaneousSwipesAlertsSettings
Request Information
URI Parameters
None.
Body Parameters
SimultaneousSwipesAlertSettingsName | Description | Type | Additional information |
---|---|---|---|
MaxDistance | integer |
None. |
|
MaxTasks | integer |
None. |
|
Id | integer |
None. |
|
IsOn | boolean |
None. |
|
IsDefault | boolean |
None. |
|
DistributorId | integer |
None. |
|
Diom | integer |
None. |
|
NotifyThrough | integer |
None. |
|
AlertTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "MaxDistance": 1, "MaxTasks": 2, "Id": 3, "IsOn": true, "IsDefault": true, "DistributorId": 6, "Diom": 1, "NotifyThrough": 7, "AlertTypeId": 8 }
text/html
Sample:
{"MaxDistance":1,"MaxTasks":2,"Id":3,"IsOn":true,"IsDefault":true,"DistributorId":6,"Diom":1,"NotifyThrough":7,"AlertTypeId":8}
application/xml, text/xml
Sample:
<SimultaneousSwipesAlertSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Alerts.Models"> <AlertTypeId>8</AlertTypeId> <Diom>1</Diom> <DistributorId>6</DistributorId> <Id>3</Id> <IsDefault>true</IsDefault> <IsOn>true</IsOn> <NotifyThrough>7</NotifyThrough> <MaxDistance>1</MaxDistance> <MaxTasks>2</MaxTasks> </SimultaneousSwipesAlertSettings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.