POST api/User/UpdateUserAlertNotificationForEmail

Request Information

URI Parameters

None.

Body Parameters

UserAlertModel
NameDescriptionTypeAdditional information
intUserAlertId

integer

None.

intUserId

integer

None.

strEmail

string

None.

strPhone

string

None.

strAddress

string

None.

intCreatedBy

integer

None.

strUserName

string

None.

strPortal

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intUserAlertId": 1,
  "intUserId": 2,
  "strEmail": "sample string 3",
  "strPhone": "sample string 4",
  "strAddress": "sample string 5",
  "intCreatedBy": 6,
  "strUserName": "sample string 7",
  "strPortal": "sample string 8"
}

application/xml, text/xml

Sample:
<UserAlertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities">
  <intCreatedBy>6</intCreatedBy>
  <intUserAlertId>1</intUserAlertId>
  <intUserId>2</intUserId>
  <strAddress>sample string 5</strAddress>
  <strEmail>sample string 3</strEmail>
  <strPhone>sample string 4</strPhone>
  <strPortal>sample string 8</strPortal>
  <strUserName>sample string 7</strUserName>
</UserAlertModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.