POST api/IR/IRNotificationList

Request Information

URI Parameters

None.

Body Parameters

Notifications
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Notifications'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.