POST api/Alerts/ModifyNotificationStatus
Request Information
URI Parameters
None.
Body Parameters
Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
|
| NotiId | string |
None. |
|
| Later | string |
None. |
|
| St | string |
None. |
|
| Et | string |
None. |
|
| Ac | string |
None. |
|
| Info | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"NotiId": "sample string 2",
"Later": "sample string 3",
"St": "sample string 4",
"Et": "sample string 5",
"Ac": "sample string 6",
"Info": "sample string 7"
}
application/xml, text/xml
Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <Ac>sample string 6</Ac> <Et>sample string 5</Et> <Info>sample string 7</Info> <Later>sample string 3</Later> <NotiId>sample string 2</NotiId> <St>sample string 4</St> <userId>sample string 1</userId> </Notification>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |