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": "f0b5daac-980b-4782-9b96-21037b455b10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.