POST MarketIntelligence
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.MarketIntelligence+Search| Name | Description | Type | Additional information | 
|---|---|---|---|
| Title | string | 
                             None.  | 
                |
| Sector | Collection of string | 
                             None.  | 
                |
| Callby | string | 
                             None.  | 
                |
| PageIndex | integer | 
                                 Range: inclusive between 1 and 9.22337203685478E+18  | 
                |
| PageSize | integer | 
                                 Range: inclusive between 1 and 9.22337203685478E+18  | 
                |
| ApprovedDateFrom | string | 
                             None.  | 
                |
| ApprovedDateTo | string | 
                             None.  | 
                |
| ResourceType | string | 
                             None.  | 
                |
| HomeDashboard | string | 
                             None.  | 
                |
| SGId | integer | 
                             None.  | 
                |
| DelimitedSectors | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Title": "sample string 1",
  "Sector": [
    "sample string 1",
    "sample string 2"
  ],
  "Callby": "sample string 2",
  "PageIndex": 3,
  "PageSize": 4,
  "ApprovedDateFrom": "sample string 5",
  "ApprovedDateTo": "sample string 6",
  "ResourceType": "sample string 7",
  "HomeDashboard": "sample string 8",
  "SGId": 9,
  "DelimitedSectors": "sample string 1|sample string 2"
}
        application/xml, text/xml
            Sample:
        
<Search xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Title>sample string 1</Title>
  <Sector>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sector>
  <Callby>sample string 2</Callby>
  <PageIndex>3</PageIndex>
  <PageSize>4</PageSize>
  <ApprovedDateFrom>sample string 5</ApprovedDateFrom>
  <ApprovedDateTo>sample string 6</ApprovedDateTo>
  <ResourceType>sample string 7</ResourceType>
  <HomeDashboard>sample string 8</HomeDashboard>
  <SGId>9</SGId>
</Search>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.