POST api/MemberTracking/NotificationList
Request Information
URI Parameters
None.
Body Parameters
NotificationsName | Description | Type | Additional information |
---|---|---|---|
AnalystID | string |
None. |
|
IRId | string |
None. |
|
PageIndex | integer |
None. |
|
pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AnalystID": "sample string 1", "IRId": "sample string 2", "PageIndex": 3, "pageSize": 4 }
application/xml, text/xml
Sample:
<Notifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBDataModel"> <AnalystID>sample string 1</AnalystID> <IRId>sample string 2</IRId> <PageIndex>3</PageIndex> <pageSize>4</pageSize> </Notifications>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |