GET api/CommunicationPrefernce/GetCommunicationPrefernceByUserId?Userid={Userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Userid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommunicationPrefernce| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| RingBell | integer |
None. |
|
| integer |
None. |
||
| SMS | integer |
None. |
|
| integer |
None. |
||
| PushNotify | integer |
None. |
Response 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}