POST api/Values/NoticeReadMessage
Request Information
URI Parameters
None.
Body Parameters
InNoticeReadMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| pw | string |
None. |
|
| municipalityid | integer |
None. |
|
| accountid | integer |
None. |
|
| deviceid | integer |
None. |
|
| messageid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pw": "sample string 1",
"municipalityid": 2,
"accountid": 3,
"deviceid": 4,
"messageid": 5
}
application/xml, text/xml
Sample:
<InNoticeReadMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models.Api"> <accountid>3</accountid> <deviceid>4</deviceid> <messageid>5</messageid> <municipalityid>2</municipalityid> <pw>sample string 1</pw> </InNoticeReadMessage>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.