POST api/CommunicationPrefernce/UpdateCommunicationPrefernce

Request Information

URI Parameters

None.

Body Parameters

CommunicationPrefernce
NameDescriptionTypeAdditional information
UserId

integer

None.

RingBell

integer

None.

WhatsApp

integer

None.

SMS

integer

None.

Email

integer

None.

PushNotify

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "RingBell": 2,
  "WhatsApp": 3,
  "SMS": 4,
  "Email": 5,
  "PushNotify": 6
}

application/octet-stream

Sample:
{"$id":"1","UserId":1,"RingBell":2,"WhatsApp":3,"SMS":4,"Email":5,"PushNotify":6}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.