Api.Gapi

<back to all web services

SearchCompetitorParameter

This service is used to add a new competitorParameter to the marketing database.

The following routes are available for this service:
GET/competitorParameter

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/SearchCompetitorParameter HTTP/1.1 
Host: gapi-api.hotelplan.co.uk 
Content-Type: application/xml
Content-Length: length

<SearchCompetitorParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.CompetitorParameter">
  <AppNameString xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">String</AppNameString>
  <Ip xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">String</Ip>
  <MetaData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>String</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </MetaData>
  <Page xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">0</Page>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">0</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">00000000-0000-0000-0000-000000000000</RequestId>
  <RequestUrl xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">String</RequestUrl>
  <SortField xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">String</SortField>
  <SortOrder xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">String</SortOrder>
  <Version xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto.Base">String</Version>
  <ArrivalPoint>String</ArrivalPoint>
  <BoardBasis>String</BoardBasis>
  <CompetitorSeasonId>0</CompetitorSeasonId>
  <Country>String</Country>
  <CrawlUrl>String</CrawlUrl>
  <DynamicBaseUrl>String</DynamicBaseUrl>
  <Id>0</Id>
  <MythosCode>String</MythosCode>
  <Property>String</Property>
  <Resort>String</Resort>
  <SpecificBaseUrl>String</SpecificBaseUrl>
</SearchCompetitorParameter>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ApiMultipleResultsOfCompetitorParameterG9RleqWd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Dto">
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Api.Gapi.Client.Model.CompetitorParameter" i:nil="true" />
  <RecordsFiltered>0</RecordsFiltered>
  <TotalRecords>0</TotalRecords>
</ApiMultipleResultsOfCompetitorParameterG9RleqWd>