POST SpecialOffers/Search
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.SpecialOffers+Search| Name | Description | Type | Additional information | 
|---|---|---|---|
| SpecialOfferId | integer | 
                             None.  | 
                |
| Title | string | 
                             None.  | 
                |
| Keywords | string | 
                             None.  | 
                |
| PageIndex | integer | 
                                 Required Range: inclusive between 1 and 2147483647  | 
                |
| PageSize | integer | 
                                 Required Range: inclusive between 1 and 2147483647  | 
                |
| Sector | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "SpecialOfferId": 1,
  "Title": "sample string 2",
  "Keywords": "sample string 3",
  "PageIndex": 4,
  "PageSize": 5,
  "Sector": "sample string 6"
}
        application/xml, text/xml
            Sample:
        <Search xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SpecialOfferId>1</SpecialOfferId> <Title>sample string 2</Title> <Keywords>sample string 3</Keywords> <PageIndex>4</PageIndex> <PageSize>5</PageSize> <Sector>sample string 6</Sector> </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.