POST api/CommunicationPrefernce/AddCommunicationPrefernce
Request Information
URI Parameters
None.
Body Parameters
CommunicationPrefernce| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| RingBell | integer |
None. |
|
| integer |
None. |
||
| SMS | integer |
None. |
|
| 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.