POST api/account/GetNotifications
Request Information
URI Parameters
None.
Body Parameters
GetNotificationRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"Length": 2,
"UserId": "9ecc40a9-f537-45a8-9dd1-a640fc298b08"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.