POST api/User/UpdateAllowNotification

Request Information

URI Parameters

None.

Body Parameters

AllowNotificationModel
NameDescriptionTypeAdditional information
Lang

integer

None.

UserID

integer

None.

AlowOrNot

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Lang": 1,
  "UserID": 1,
  "AlowOrNot": true
}

application/xml, text/xml

Sample:
<AllowNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <AlowOrNot>true</AlowOrNot>
  <Lang>1</Lang>
  <UserID>1</UserID>
</AllowNotificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.