Service


Click here for a complete list of operations.

GetPricingInfo

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /TransElite.SoapAPI.GroundSpan/Service.asmx HTTP/1.1
Host: clients.hughes.com.au
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.groundrez.com/groundrez/GetPricingInfo"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetPricingInfo xmlns="http://www.groundrez.com/groundrez">
      <pPricingRequest>
        <SourceGUID>guid</SourceGUID>
        <CorporateCode>string</CorporateCode>
        <ProfileInformation>
          <DivisionName>string</DivisionName>
          <CostCenterName>string</CostCenterName>
          <ProjectName>string</ProjectName>
          <OfficeName>string</OfficeName>
          <EmployeeName>string</EmployeeName>
          <LevelName>string</LevelName>
        </ProfileInformation>
        <Service>
          <ServiceRequest>
            <TransferRouteDetails xsi:nil="true" />
            <VehicleType xsi:nil="true" />
            <StartDateTime>dateTime</StartDateTime>
            <EndDateTime>dateTime</EndDateTime>
            <MessageType>Null or Limo or Taxi or Parking or CarRental or Sedan or Shuttle</MessageType>
            <PickupDropoffInfo xsi:nil="true" />
            <LimoAsDirectedDuration>int</LimoAsDirectedDuration>
            <RequestID>string</RequestID>
            <PurposeOfRideId>int</PurposeOfRideId>
            <FulFillmentProviderId>int</FulFillmentProviderId>
            <NoOfPassengers>int</NoOfPassengers>
            <IsChargesPlaceHolderSupported>boolean</IsChargesPlaceHolderSupported>
            <IsCOMPRideRequested>boolean</IsCOMPRideRequested>
            <NoOfLuggage>int</NoOfLuggage>
            <NoOfChildren>int</NoOfChildren>
            <DealCode>string</DealCode>
          </ServiceRequest>
          <ServiceRequest>
            <TransferRouteDetails xsi:nil="true" />
            <VehicleType xsi:nil="true" />
            <StartDateTime>dateTime</StartDateTime>
            <EndDateTime>dateTime</EndDateTime>
            <MessageType>Null or Limo or Taxi or Parking or CarRental or Sedan or Shuttle</MessageType>
            <PickupDropoffInfo xsi:nil="true" />
            <LimoAsDirectedDuration>int</LimoAsDirectedDuration>
            <RequestID>string</RequestID>
            <PurposeOfRideId>int</PurposeOfRideId>
            <FulFillmentProviderId>int</FulFillmentProviderId>
            <NoOfPassengers>int</NoOfPassengers>
            <IsChargesPlaceHolderSupported>boolean</IsChargesPlaceHolderSupported>
            <IsCOMPRideRequested>boolean</IsCOMPRideRequested>
            <NoOfLuggage>int</NoOfLuggage>
            <NoOfChildren>int</NoOfChildren>
            <DealCode>string</DealCode>
          </ServiceRequest>
        </Service>
        <SoapRequestID>long</SoapRequestID>
        <SoapRequestDateTime>dateTime</SoapRequestDateTime>
      </pPricingRequest>
    </GetPricingInfo>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetPricingInfoResponse xmlns="http://www.groundrez.com/groundrez">
      <GetPricingInfoResult>
        <ProvidersPricing>
          <VehicleType>string</VehicleType>
          <CurrencyType>string</CurrencyType>
          <StartDateTime>dateTime</StartDateTime>
          <EndDateTime>dateTime</EndDateTime>
          <BasePrice>decimal</BasePrice>
          <TotalCost>decimal</TotalCost>
          <Notes>string</Notes>
          <UniqueID>string</UniqueID>
          <RateID>string</RateID>
          <ProviderType>string</ProviderType>
          <FulfillmentProviderId>int</FulfillmentProviderId>
          <ProviderId>int</ProviderId>
          <FulfillmentProviderName>string</FulfillmentProviderName>
          <Errors>
            <Error xsi:nil="true" />
            <Error xsi:nil="true" />
          </Errors>
          <RequestID>string</RequestID>
          <SystemBUniqueID>int</SystemBUniqueID>
          <IsOutOfPolicy>boolean</IsOutOfPolicy>
          <AllowBooking>boolean</AllowBooking>
          <IsGreenVehicle>boolean</IsGreenVehicle>
          <IsMeetAndGreetPrice>boolean</IsMeetAndGreetPrice>
          <SoapRequestID>long</SoapRequestID>
          <IsPreferredVendor>boolean</IsPreferredVendor>
          <RateType>Null or Transfer or Hourly or Estimated or Mileage</RateType>
          <HourlyDurationMinimum>int</HourlyDurationMinimum>
          <HourlyDurationQuoted>int</HourlyDurationQuoted>
          <Charges>
            <LateNightHolidaySurcharge>decimal</LateNightHolidaySurcharge>
            <CustomerServiceCharge>decimal</CustomerServiceCharge>
            <AirportFees>decimal</AirportFees>
            <STC>decimal</STC>
            <Parking>decimal</Parking>
            <Tolls>decimal</Tolls>
            <Gratuity>decimal</Gratuity>
            <Base>decimal</Base>
            <Admin>decimal</Admin>
            <Tax>decimal</Tax>
            <Total>decimal</Total>
            <Discounted>boolean</Discounted>
            <Discount>decimal</Discount>
          </Charges>
          <SeatsAvailable>int</SeatsAvailable>
          <ShuttleCode>string</ShuttleCode>
          <IsCustomized>boolean</IsCustomized>
          <HideRate>boolean</HideRate>
          <IsCorporateRate>boolean</IsCorporateRate>
          <PricingTextForPortal>string</PricingTextForPortal>
          <IsCOMPRide>boolean</IsCOMPRide>
          <COMPRideOverlimitCost>decimal</COMPRideOverlimitCost>
        </ProvidersPricing>
        <ProvidersPricing>
          <VehicleType>string</VehicleType>
          <CurrencyType>string</CurrencyType>
          <StartDateTime>dateTime</StartDateTime>
          <EndDateTime>dateTime</EndDateTime>
          <BasePrice>decimal</BasePrice>
          <TotalCost>decimal</TotalCost>
          <Notes>string</Notes>
          <UniqueID>string</UniqueID>
          <RateID>string</RateID>
          <ProviderType>string</ProviderType>
          <FulfillmentProviderId>int</FulfillmentProviderId>
          <ProviderId>int</ProviderId>
          <FulfillmentProviderName>string</FulfillmentProviderName>
          <Errors>
            <Error xsi:nil="true" />
            <Error xsi:nil="true" />
          </Errors>
          <RequestID>string</RequestID>
          <SystemBUniqueID>int</SystemBUniqueID>
          <IsOutOfPolicy>boolean</IsOutOfPolicy>
          <AllowBooking>boolean</AllowBooking>
          <IsGreenVehicle>boolean</IsGreenVehicle>
          <IsMeetAndGreetPrice>boolean</IsMeetAndGreetPrice>
          <SoapRequestID>long</SoapRequestID>
          <IsPreferredVendor>boolean</IsPreferredVendor>
          <RateType>Null or Transfer or Hourly or Estimated or Mileage</RateType>
          <HourlyDurationMinimum>int</HourlyDurationMinimum>
          <HourlyDurationQuoted>int</HourlyDurationQuoted>
          <Charges>
            <LateNightHolidaySurcharge>decimal</LateNightHolidaySurcharge>
            <CustomerServiceCharge>decimal</CustomerServiceCharge>
            <AirportFees>decimal</AirportFees>
            <STC>decimal</STC>
            <Parking>decimal</Parking>
            <Tolls>decimal</Tolls>
            <Gratuity>decimal</Gratuity>
            <Base>decimal</Base>
            <Admin>decimal</Admin>
            <Tax>decimal</Tax>
            <Total>decimal</Total>
            <Discounted>boolean</Discounted>
            <Discount>decimal</Discount>
          </Charges>
          <SeatsAvailable>int</SeatsAvailable>
          <ShuttleCode>string</ShuttleCode>
          <IsCustomized>boolean</IsCustomized>
          <HideRate>boolean</HideRate>
          <IsCorporateRate>boolean</IsCorporateRate>
          <PricingTextForPortal>string</PricingTextForPortal>
          <IsCOMPRide>boolean</IsCOMPRide>
          <COMPRideOverlimitCost>decimal</COMPRideOverlimitCost>
        </ProvidersPricing>
      </GetPricingInfoResult>
    </GetPricingInfoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /TransElite.SoapAPI.GroundSpan/Service.asmx HTTP/1.1
Host: clients.hughes.com.au
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetPricingInfo xmlns="http://www.groundrez.com/groundrez">
      <pPricingRequest>
        <SourceGUID>guid</SourceGUID>
        <CorporateCode>string</CorporateCode>
        <ProfileInformation>
          <DivisionName>string</DivisionName>
          <CostCenterName>string</CostCenterName>
          <ProjectName>string</ProjectName>
          <OfficeName>string</OfficeName>
          <EmployeeName>string</EmployeeName>
          <LevelName>string</LevelName>
        </ProfileInformation>
        <Service>
          <ServiceRequest>
            <TransferRouteDetails xsi:nil="true" />
            <VehicleType xsi:nil="true" />
            <StartDateTime>dateTime</StartDateTime>
            <EndDateTime>dateTime</EndDateTime>
            <MessageType>Null or Limo or Taxi or Parking or CarRental or Sedan or Shuttle</MessageType>
            <PickupDropoffInfo xsi:nil="true" />
            <LimoAsDirectedDuration>int</LimoAsDirectedDuration>
            <RequestID>string</RequestID>
            <PurposeOfRideId>int</PurposeOfRideId>
            <FulFillmentProviderId>int</FulFillmentProviderId>
            <NoOfPassengers>int</NoOfPassengers>
            <IsChargesPlaceHolderSupported>boolean</IsChargesPlaceHolderSupported>
            <IsCOMPRideRequested>boolean</IsCOMPRideRequested>
            <NoOfLuggage>int</NoOfLuggage>
            <NoOfChildren>int</NoOfChildren>
            <DealCode>string</DealCode>
          </ServiceRequest>
          <ServiceRequest>
            <TransferRouteDetails xsi:nil="true" />
            <VehicleType xsi:nil="true" />
            <StartDateTime>dateTime</StartDateTime>
            <EndDateTime>dateTime</EndDateTime>
            <MessageType>Null or Limo or Taxi or Parking or CarRental or Sedan or Shuttle</MessageType>
            <PickupDropoffInfo xsi:nil="true" />
            <LimoAsDirectedDuration>int</LimoAsDirectedDuration>
            <RequestID>string</RequestID>
            <PurposeOfRideId>int</PurposeOfRideId>
            <FulFillmentProviderId>int</FulFillmentProviderId>
            <NoOfPassengers>int</NoOfPassengers>
            <IsChargesPlaceHolderSupported>boolean</IsChargesPlaceHolderSupported>
            <IsCOMPRideRequested>boolean</IsCOMPRideRequested>
            <NoOfLuggage>int</NoOfLuggage>
            <NoOfChildren>int</NoOfChildren>
            <DealCode>string</DealCode>
          </ServiceRequest>
        </Service>
        <SoapRequestID>long</SoapRequestID>
        <SoapRequestDateTime>dateTime</SoapRequestDateTime>
      </pPricingRequest>
    </GetPricingInfo>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetPricingInfoResponse xmlns="http://www.groundrez.com/groundrez">
      <GetPricingInfoResult>
        <ProvidersPricing>
          <VehicleType>string</VehicleType>
          <CurrencyType>string</CurrencyType>
          <StartDateTime>dateTime</StartDateTime>
          <EndDateTime>dateTime</EndDateTime>
          <BasePrice>decimal</BasePrice>
          <TotalCost>decimal</TotalCost>
          <Notes>string</Notes>
          <UniqueID>string</UniqueID>
          <RateID>string</RateID>
          <ProviderType>string</ProviderType>
          <FulfillmentProviderId>int</FulfillmentProviderId>
          <ProviderId>int</ProviderId>
          <FulfillmentProviderName>string</FulfillmentProviderName>
          <Errors>
            <Error xsi:nil="true" />
            <Error xsi:nil="true" />
          </Errors>
          <RequestID>string</RequestID>
          <SystemBUniqueID>int</SystemBUniqueID>
          <IsOutOfPolicy>boolean</IsOutOfPolicy>
          <AllowBooking>boolean</AllowBooking>
          <IsGreenVehicle>boolean</IsGreenVehicle>
          <IsMeetAndGreetPrice>boolean</IsMeetAndGreetPrice>
          <SoapRequestID>long</SoapRequestID>
          <IsPreferredVendor>boolean</IsPreferredVendor>
          <RateType>Null or Transfer or Hourly or Estimated or Mileage</RateType>
          <HourlyDurationMinimum>int</HourlyDurationMinimum>
          <HourlyDurationQuoted>int</HourlyDurationQuoted>
          <Charges>
            <LateNightHolidaySurcharge>decimal</LateNightHolidaySurcharge>
            <CustomerServiceCharge>decimal</CustomerServiceCharge>
            <AirportFees>decimal</AirportFees>
            <STC>decimal</STC>
            <Parking>decimal</Parking>
            <Tolls>decimal</Tolls>
            <Gratuity>decimal</Gratuity>
            <Base>decimal</Base>
            <Admin>decimal</Admin>
            <Tax>decimal</Tax>
            <Total>decimal</Total>
            <Discounted>boolean</Discounted>
            <Discount>decimal</Discount>
          </Charges>
          <SeatsAvailable>int</SeatsAvailable>
          <ShuttleCode>string</ShuttleCode>
          <IsCustomized>boolean</IsCustomized>
          <HideRate>boolean</HideRate>
          <IsCorporateRate>boolean</IsCorporateRate>
          <PricingTextForPortal>string</PricingTextForPortal>
          <IsCOMPRide>boolean</IsCOMPRide>
          <COMPRideOverlimitCost>decimal</COMPRideOverlimitCost>
        </ProvidersPricing>
        <ProvidersPricing>
          <VehicleType>string</VehicleType>
          <CurrencyType>string</CurrencyType>
          <StartDateTime>dateTime</StartDateTime>
          <EndDateTime>dateTime</EndDateTime>
          <BasePrice>decimal</BasePrice>
          <TotalCost>decimal</TotalCost>
          <Notes>string</Notes>
          <UniqueID>string</UniqueID>
          <RateID>string</RateID>
          <ProviderType>string</ProviderType>
          <FulfillmentProviderId>int</FulfillmentProviderId>
          <ProviderId>int</ProviderId>
          <FulfillmentProviderName>string</FulfillmentProviderName>
          <Errors>
            <Error xsi:nil="true" />
            <Error xsi:nil="true" />
          </Errors>
          <RequestID>string</RequestID>
          <SystemBUniqueID>int</SystemBUniqueID>
          <IsOutOfPolicy>boolean</IsOutOfPolicy>
          <AllowBooking>boolean</AllowBooking>
          <IsGreenVehicle>boolean</IsGreenVehicle>
          <IsMeetAndGreetPrice>boolean</IsMeetAndGreetPrice>
          <SoapRequestID>long</SoapRequestID>
          <IsPreferredVendor>boolean</IsPreferredVendor>
          <RateType>Null or Transfer or Hourly or Estimated or Mileage</RateType>
          <HourlyDurationMinimum>int</HourlyDurationMinimum>
          <HourlyDurationQuoted>int</HourlyDurationQuoted>
          <Charges>
            <LateNightHolidaySurcharge>decimal</LateNightHolidaySurcharge>
            <CustomerServiceCharge>decimal</CustomerServiceCharge>
            <AirportFees>decimal</AirportFees>
            <STC>decimal</STC>
            <Parking>decimal</Parking>
            <Tolls>decimal</Tolls>
            <Gratuity>decimal</Gratuity>
            <Base>decimal</Base>
            <Admin>decimal</Admin>
            <Tax>decimal</Tax>
            <Total>decimal</Total>
            <Discounted>boolean</Discounted>
            <Discount>decimal</Discount>
          </Charges>
          <SeatsAvailable>int</SeatsAvailable>
          <ShuttleCode>string</ShuttleCode>
          <IsCustomized>boolean</IsCustomized>
          <HideRate>boolean</HideRate>
          <IsCorporateRate>boolean</IsCorporateRate>
          <PricingTextForPortal>string</PricingTextForPortal>
          <IsCOMPRide>boolean</IsCOMPRide>
          <COMPRideOverlimitCost>decimal</COMPRideOverlimitCost>
        </ProvidersPricing>
      </GetPricingInfoResult>
    </GetPricingInfoResponse>
  </soap12:Body>
</soap12:Envelope>