PUT api/v0/EndPoint/Notification

Request Information

URI Parameters

None.

Body Parameters

UpdateNotificationModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateNotificationModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.