POST api/SaveSoundAlert
Request Information
URI Parameters
None.
Body Parameters
InstantMobileAlertModelName | Description | Type | Additional information |
---|---|---|---|
districtId | integer |
None. |
|
personId | integer |
None. |
|
InstentMobileAlerts | string |
None. |
|
SoundAlerts | string |
None. |
|
GCMID | string |
None. |
|
DeviceName | string |
None. |
|
RecUpd | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "districtId": 1, "personId": 2, "InstentMobileAlerts": "sample string 3", "SoundAlerts": "sample string 4", "GCMID": "sample string 5", "DeviceName": "sample string 6", "RecUpd": "sample string 7" }
application/xml, text/xml
Sample:
<InstantMobileAlertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.SubManagement"> <DeviceName>sample string 6</DeviceName> <GCMID>sample string 5</GCMID> <InstentMobileAlerts>sample string 3</InstentMobileAlerts> <RecUpd>sample string 7</RecUpd> <SoundAlerts>sample string 4</SoundAlerts> <districtId>1</districtId> <personId>2</personId> </InstantMobileAlertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>