WS_3PDI


Click here for a complete list of operations.

Insert3PDIDelay

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 /v2.25/WS_3PDI.asmx HTTP/1.1
Host: soap-3pdi2.flightexplorer.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservices.flightexplorer.com/3PDI/Insert3PDIDelay"

<?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:Header>
    <FEHeader xmlns="http://webservices.flightexplorer.com/3PDI/">
      <SID>string</SID>
    </FEHeader>
  </soap:Header>
  <soap:Body>
    <Insert3PDIDelay xmlns="http://webservices.flightexplorer.com/3PDI/">
      <Recs>
        <Rec3PDIDelay>
          <ServerNumber>int</ServerNumber>
          <SequenceNumber>int</SequenceNumber>
          <MessageDate>string</MessageDate>
          <MessageTime>string</MessageTime>
          <FEMessageID>int</FEMessageID>
          <ObjectClass>int</ObjectClass>
          <ObjectIDType>int</ObjectIDType>
          <ObjectID>string</ObjectID>
          <ObjectRegistration>string</ObjectRegistration>
          <OriginAirportID>string</OriginAirportID>
          <DepartureDate>string</DepartureDate>
          <DepartureHour>string</DepartureHour>
          <CTD_EDCT>string</CTD_EDCT>
          <CTA>string</CTA>
          <ControlElementType>int</ControlElementType>
          <ControlElementName>string</ControlElementName>
          <ControlElement>int</ControlElement>
          <LastControlType>int</LastControlType>
          <Destination>string</Destination>
          <ArrivalCenter>string</ArrivalCenter>
          <DepartureCenter>string</DepartureCenter>
          <EstimatedTimeOfDeparture>string</EstimatedTimeOfDeparture>
          <EstimatedElementEntryTime>string</EstimatedElementEntryTime>
          <EstimatedTimeOfArrival>string</EstimatedTimeOfArrival>
          <InitialGateTimeOfDeparture>string</InitialGateTimeOfDeparture>
          <InitialGateTimeOfArrival>string</InitialGateTimeOfArrival>
          <EarliestElementEntryTime>string</EarliestElementEntryTime>
          <GateOutTime>string</GateOutTime>
          <RunwayOffTime>string</RunwayOffTime>
          <RunwayOnTime>string</RunwayOnTime>
          <GateInTime>string</GateInTime>
          <ArrivalSlot>string</ArrivalSlot>
          <ControlExemptFlag>string</ControlExemptFlag>
          <CancelFlag>string</CancelFlag>
          <SlotHoldFlag>string</SlotHoldFlag>
          <DiversionRecoveryFlag>string</DiversionRecoveryFlag>
          <EstimatedAirborneDelay>int</EstimatedAirborneDelay>
          <DropFlag>string</DropFlag>
          <PurgeFlag>string</PurgeFlag>
          <ElementName>string</ElementName>
        </Rec3PDIDelay>
        <Rec3PDIDelay>
          <ServerNumber>int</ServerNumber>
          <SequenceNumber>int</SequenceNumber>
          <MessageDate>string</MessageDate>
          <MessageTime>string</MessageTime>
          <FEMessageID>int</FEMessageID>
          <ObjectClass>int</ObjectClass>
          <ObjectIDType>int</ObjectIDType>
          <ObjectID>string</ObjectID>
          <ObjectRegistration>string</ObjectRegistration>
          <OriginAirportID>string</OriginAirportID>
          <DepartureDate>string</DepartureDate>
          <DepartureHour>string</DepartureHour>
          <CTD_EDCT>string</CTD_EDCT>
          <CTA>string</CTA>
          <ControlElementType>int</ControlElementType>
          <ControlElementName>string</ControlElementName>
          <ControlElement>int</ControlElement>
          <LastControlType>int</LastControlType>
          <Destination>string</Destination>
          <ArrivalCenter>string</ArrivalCenter>
          <DepartureCenter>string</DepartureCenter>
          <EstimatedTimeOfDeparture>string</EstimatedTimeOfDeparture>
          <EstimatedElementEntryTime>string</EstimatedElementEntryTime>
          <EstimatedTimeOfArrival>string</EstimatedTimeOfArrival>
          <InitialGateTimeOfDeparture>string</InitialGateTimeOfDeparture>
          <InitialGateTimeOfArrival>string</InitialGateTimeOfArrival>
          <EarliestElementEntryTime>string</EarliestElementEntryTime>
          <GateOutTime>string</GateOutTime>
          <RunwayOffTime>string</RunwayOffTime>
          <RunwayOnTime>string</RunwayOnTime>
          <GateInTime>string</GateInTime>
          <ArrivalSlot>string</ArrivalSlot>
          <ControlExemptFlag>string</ControlExemptFlag>
          <CancelFlag>string</CancelFlag>
          <SlotHoldFlag>string</SlotHoldFlag>
          <DiversionRecoveryFlag>string</DiversionRecoveryFlag>
          <EstimatedAirborneDelay>int</EstimatedAirborneDelay>
          <DropFlag>string</DropFlag>
          <PurgeFlag>string</PurgeFlag>
          <ElementName>string</ElementName>
        </Rec3PDIDelay>
      </Recs>
    </Insert3PDIDelay>
  </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>
    <Insert3PDIDelayResponse xmlns="http://webservices.flightexplorer.com/3PDI/">
      <Insert3PDIDelayResult>
        <Result>
          <ReturnCode>int</ReturnCode>
          <Message>string</Message>
        </Result>
        <Result>
          <ReturnCode>int</ReturnCode>
          <Message>string</Message>
        </Result>
      </Insert3PDIDelayResult>
    </Insert3PDIDelayResponse>
  </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 /v2.25/WS_3PDI.asmx HTTP/1.1
Host: soap-3pdi2.flightexplorer.com
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:Header>
    <FEHeader xmlns="http://webservices.flightexplorer.com/3PDI/">
      <SID>string</SID>
    </FEHeader>
  </soap12:Header>
  <soap12:Body>
    <Insert3PDIDelay xmlns="http://webservices.flightexplorer.com/3PDI/">
      <Recs>
        <Rec3PDIDelay>
          <ServerNumber>int</ServerNumber>
          <SequenceNumber>int</SequenceNumber>
          <MessageDate>string</MessageDate>
          <MessageTime>string</MessageTime>
          <FEMessageID>int</FEMessageID>
          <ObjectClass>int</ObjectClass>
          <ObjectIDType>int</ObjectIDType>
          <ObjectID>string</ObjectID>
          <ObjectRegistration>string</ObjectRegistration>
          <OriginAirportID>string</OriginAirportID>
          <DepartureDate>string</DepartureDate>
          <DepartureHour>string</DepartureHour>
          <CTD_EDCT>string</CTD_EDCT>
          <CTA>string</CTA>
          <ControlElementType>int</ControlElementType>
          <ControlElementName>string</ControlElementName>
          <ControlElement>int</ControlElement>
          <LastControlType>int</LastControlType>
          <Destination>string</Destination>
          <ArrivalCenter>string</ArrivalCenter>
          <DepartureCenter>string</DepartureCenter>
          <EstimatedTimeOfDeparture>string</EstimatedTimeOfDeparture>
          <EstimatedElementEntryTime>string</EstimatedElementEntryTime>
          <EstimatedTimeOfArrival>string</EstimatedTimeOfArrival>
          <InitialGateTimeOfDeparture>string</InitialGateTimeOfDeparture>
          <InitialGateTimeOfArrival>string</InitialGateTimeOfArrival>
          <EarliestElementEntryTime>string</EarliestElementEntryTime>
          <GateOutTime>string</GateOutTime>
          <RunwayOffTime>string</RunwayOffTime>
          <RunwayOnTime>string</RunwayOnTime>
          <GateInTime>string</GateInTime>
          <ArrivalSlot>string</ArrivalSlot>
          <ControlExemptFlag>string</ControlExemptFlag>
          <CancelFlag>string</CancelFlag>
          <SlotHoldFlag>string</SlotHoldFlag>
          <DiversionRecoveryFlag>string</DiversionRecoveryFlag>
          <EstimatedAirborneDelay>int</EstimatedAirborneDelay>
          <DropFlag>string</DropFlag>
          <PurgeFlag>string</PurgeFlag>
          <ElementName>string</ElementName>
        </Rec3PDIDelay>
        <Rec3PDIDelay>
          <ServerNumber>int</ServerNumber>
          <SequenceNumber>int</SequenceNumber>
          <MessageDate>string</MessageDate>
          <MessageTime>string</MessageTime>
          <FEMessageID>int</FEMessageID>
          <ObjectClass>int</ObjectClass>
          <ObjectIDType>int</ObjectIDType>
          <ObjectID>string</ObjectID>
          <ObjectRegistration>string</ObjectRegistration>
          <OriginAirportID>string</OriginAirportID>
          <DepartureDate>string</DepartureDate>
          <DepartureHour>string</DepartureHour>
          <CTD_EDCT>string</CTD_EDCT>
          <CTA>string</CTA>
          <ControlElementType>int</ControlElementType>
          <ControlElementName>string</ControlElementName>
          <ControlElement>int</ControlElement>
          <LastControlType>int</LastControlType>
          <Destination>string</Destination>
          <ArrivalCenter>string</ArrivalCenter>
          <DepartureCenter>string</DepartureCenter>
          <EstimatedTimeOfDeparture>string</EstimatedTimeOfDeparture>
          <EstimatedElementEntryTime>string</EstimatedElementEntryTime>
          <EstimatedTimeOfArrival>string</EstimatedTimeOfArrival>
          <InitialGateTimeOfDeparture>string</InitialGateTimeOfDeparture>
          <InitialGateTimeOfArrival>string</InitialGateTimeOfArrival>
          <EarliestElementEntryTime>string</EarliestElementEntryTime>
          <GateOutTime>string</GateOutTime>
          <RunwayOffTime>string</RunwayOffTime>
          <RunwayOnTime>string</RunwayOnTime>
          <GateInTime>string</GateInTime>
          <ArrivalSlot>string</ArrivalSlot>
          <ControlExemptFlag>string</ControlExemptFlag>
          <CancelFlag>string</CancelFlag>
          <SlotHoldFlag>string</SlotHoldFlag>
          <DiversionRecoveryFlag>string</DiversionRecoveryFlag>
          <EstimatedAirborneDelay>int</EstimatedAirborneDelay>
          <DropFlag>string</DropFlag>
          <PurgeFlag>string</PurgeFlag>
          <ElementName>string</ElementName>
        </Rec3PDIDelay>
      </Recs>
    </Insert3PDIDelay>
  </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>
    <Insert3PDIDelayResponse xmlns="http://webservices.flightexplorer.com/3PDI/">
      <Insert3PDIDelayResult>
        <Result>
          <ReturnCode>int</ReturnCode>
          <Message>string</Message>
        </Result>
        <Result>
          <ReturnCode>int</ReturnCode>
          <Message>string</Message>
        </Result>
      </Insert3PDIDelayResult>
    </Insert3PDIDelayResponse>
  </soap12:Body>
</soap12:Envelope>