POST Thirdparty/ForthComingEvents
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Forthcoming| Name | Description | Type | Additional information | 
|---|---|---|---|
| PageNumber | integer | 
                             None.  | 
                |
| PageSize | integer | 
                             None.  | 
                |
| SectorId | string | 
                             None.  | 
                |
| CityId | string | 
                             None.  | 
                |
| StateId | string | 
                             None.  | 
                |
| CountryId | string | 
                             None.  | 
                |
| SearchText | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "PageNumber": 1,
  "PageSize": 2,
  "SectorId": "sample string 3",
  "CityId": "sample string 4",
  "StateId": "sample string 5",
  "CountryId": "sample string 6",
  "SearchText": "sample string 7"
}
        application/xml, text/xml
            Sample:
        <Forthcoming xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PageNumber>1</PageNumber> <PageSize>2</PageSize> <SectorId>sample string 3</SectorId> <CityId>sample string 4</CityId> <StateId>sample string 5</StateId> <CountryId>sample string 6</CountryId> <SearchText>sample string 7</SearchText> </Forthcoming>
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.