PUT api/v0/EndPoint/Notification
Request Information
URI Parameters
None.
Body Parameters
UpdateNotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EndPointID | integer |
None. |
|
| NotificationID | integer |
None. |
|
| Value | string |
None. |
|
| Active | boolean |
None. |
|
| SCC | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EndPointID": 1,
"NotificationID": 2,
"Value": "sample string 3",
"Active": true,
"SCC": 5
}
text/xml
Sample:
<UpdateNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models"> <Active>true</Active> <EndPointID>1</EndPointID> <NotificationID>2</NotificationID> <SCC>5</SCC> <Value>sample string 3</Value> </UpdateNotificationModel>
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. |