AirTrakShipment
Click here for a complete list of operations.
AddNewShipmentWBE
Create WBE Shipment With Class
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 /wtkservices/airtrakshipment.asmx HTTP/1.1
Host: awctest.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/AddNewShipmentWBE"
<?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>
<AuthHeader xmlns="http://tempuri.org/">
<UserName>string</UserName>
<Password>string</Password>
</AuthHeader>
</soap:Header>
<soap:Body>
<AddNewShipmentWBE xmlns="http://tempuri.org/">
<oShipData>
<Station>string</Station>
<CODAmount>decimal</CODAmount>
<FCCOD>string</FCCOD>
<DeclaredValue>decimal</DeclaredValue>
<DeclaredType>string</DeclaredType>
<ReadyDate>dateTime</ReadyDate>
<ReadyTime>dateTime</ReadyTime>
<ServiceLevel>string</ServiceLevel>
<DeliveryDate>dateTime</DeliveryDate>
<DeliveryTime>dateTime</DeliveryTime>
<CloseTime>dateTime</CloseTime>
<CtrlCustNo>int</CtrlCustNo>
<BillToAcct>int</BillToAcct>
<ShipperNo>string</ShipperNo>
<ShipperName>string</ShipperName>
<ShipperAddress1>string</ShipperAddress1>
<ShipperAddress2>string</ShipperAddress2>
<ShipperCity>string</ShipperCity>
<ShipperState>string</ShipperState>
<ShipperZip>string</ShipperZip>
<ShipperCountry>string</ShipperCountry>
<ShipperPhone>string</ShipperPhone>
<ShipperFax>string</ShipperFax>
<ShipperContact>string</ShipperContact>
<ShipperEmail>string</ShipperEmail>
<ConsigneeNo>string</ConsigneeNo>
<ConsigneeName>string</ConsigneeName>
<ConsigneeAddress1>string</ConsigneeAddress1>
<ConsigneeAddress2>string</ConsigneeAddress2>
<ConsigneeCity>string</ConsigneeCity>
<ConsigneeState>string</ConsigneeState>
<ConsigneeZip>string</ConsigneeZip>
<ConsigneeCountry>string</ConsigneeCountry>
<ConsigneePhone>string</ConsigneePhone>
<ConsigneeFax>string</ConsigneeFax>
<ConsigneeContact>string</ConsigneeContact>
<ConsigneeEmail>string</ConsigneeEmail>
<CustomerNo>int</CustomerNo>
<PayType>string</PayType>
<InvoiceNotes>string</InvoiceNotes>
<UserId>string</UserId>
<ProductCode>string</ProductCode>
<CustomerCode>string</CustomerCode>
<ProjectCode>string</ProjectCode>
<ContainerType>string</ContainerType>
<IncoTermsCode>string</IncoTermsCode>
<CommericalInvoiceValue>decimal</CommericalInvoiceValue>
<CallInCompany>string</CallInCompany>
<CallInName>string</CallInName>
<CallInPhone>string</CallInPhone>
<CallInFax>string</CallInFax>
<CallInExtn>string</CallInExtn>
<CallInEmail>string</CallInEmail>
<ControllingStation>string</ControllingStation>
<ShipmentType>Shipment or Quote</ShipmentType>
<Mode>Domestic or Truckload or OceanExport or OceanImport or AirImport or AirExport or Transborder</Mode>
<Instructions>xmlxml</Instructions>
<DeliveryTime2>dateTime</DeliveryTime2>
<ShipmentLineList>
<NewShipmentDimLineWBE>
<Description>string</Description>
<Weigth>int</Weigth>
<Height>decimal</Height>
<Length>decimal</Length>
<Width>decimal</Width>
<Pieces>int</Pieces>
<WeightUOMV3>lb or kg</WeightUOMV3>
<DimUOMV3>in or cm</DimUOMV3>
<PieceType>string</PieceType>
<Hazmat>boolean</Hazmat>
<DimFactor>decimal</DimFactor>
<DeclaredValue>decimal</DeclaredValue>
</NewShipmentDimLineWBE>
<NewShipmentDimLineWBE>
<Description>string</Description>
<Weigth>int</Weigth>
<Height>decimal</Height>
<Length>decimal</Length>
<Width>decimal</Width>
<Pieces>int</Pieces>
<WeightUOMV3>lb or kg</WeightUOMV3>
<DimUOMV3>in or cm</DimUOMV3>
<PieceType>string</PieceType>
<Hazmat>boolean</Hazmat>
<DimFactor>decimal</DimFactor>
<DeclaredValue>decimal</DeclaredValue>
</NewShipmentDimLineWBE>
</ShipmentLineList>
<ReferenceList>
<NewShipmentRefsV3>
<ReferenceNo>string</ReferenceNo>
<CustomerTypeV3>Shipper or Consignee or BillTo</CustomerTypeV3>
<RefTypeId>string</RefTypeId>
</NewShipmentRefsV3>
<NewShipmentRefsV3>
<ReferenceNo>string</ReferenceNo>
<CustomerTypeV3>Shipper or Consignee or BillTo</CustomerTypeV3>
<RefTypeId>string</RefTypeId>
</NewShipmentRefsV3>
</ReferenceList>
<NewShipmentAcessorialsList>
<NewShipmentAcessorialsV3>
<Code>string</Code>
<Amount>decimal</Amount>
</NewShipmentAcessorialsV3>
<NewShipmentAcessorialsV3>
<Code>string</Code>
<Amount>decimal</Amount>
</NewShipmentAcessorialsV3>
</NewShipmentAcessorialsList>
<ETATimeZone>string</ETATimeZone>
<AgentPartner>string</AgentPartner>
<SettlementTerms>string</SettlementTerms>
<PaymentTerm>string</PaymentTerm>
<PriorityCodeId>string</PriorityCodeId>
<FCLLCL>string</FCLLCL>
<MoveType>string</MoveType>
<Equipment>string</Equipment>
</oShipData>
</AddNewShipmentWBE>
</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>
<AddNewShipmentWBEResponse xmlns="http://tempuri.org/">
<AddNewShipmentWBEResult>
<ShipQuoteNo>string</ShipQuoteNo>
<Housebill>string</Housebill>
<ErrorMessage>string</ErrorMessage>
<DestinationAirport>string</DestinationAirport>
</AddNewShipmentWBEResult>
</AddNewShipmentWBEResponse>
</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 /wtkservices/airtrakshipment.asmx HTTP/1.1
Host: awctest.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>
<AuthHeader xmlns="http://tempuri.org/">
<UserName>string</UserName>
<Password>string</Password>
</AuthHeader>
</soap12:Header>
<soap12:Body>
<AddNewShipmentWBE xmlns="http://tempuri.org/">
<oShipData>
<Station>string</Station>
<CODAmount>decimal</CODAmount>
<FCCOD>string</FCCOD>
<DeclaredValue>decimal</DeclaredValue>
<DeclaredType>string</DeclaredType>
<ReadyDate>dateTime</ReadyDate>
<ReadyTime>dateTime</ReadyTime>
<ServiceLevel>string</ServiceLevel>
<DeliveryDate>dateTime</DeliveryDate>
<DeliveryTime>dateTime</DeliveryTime>
<CloseTime>dateTime</CloseTime>
<CtrlCustNo>int</CtrlCustNo>
<BillToAcct>int</BillToAcct>
<ShipperNo>string</ShipperNo>
<ShipperName>string</ShipperName>
<ShipperAddress1>string</ShipperAddress1>
<ShipperAddress2>string</ShipperAddress2>
<ShipperCity>string</ShipperCity>
<ShipperState>string</ShipperState>
<ShipperZip>string</ShipperZip>
<ShipperCountry>string</ShipperCountry>
<ShipperPhone>string</ShipperPhone>
<ShipperFax>string</ShipperFax>
<ShipperContact>string</ShipperContact>
<ShipperEmail>string</ShipperEmail>
<ConsigneeNo>string</ConsigneeNo>
<ConsigneeName>string</ConsigneeName>
<ConsigneeAddress1>string</ConsigneeAddress1>
<ConsigneeAddress2>string</ConsigneeAddress2>
<ConsigneeCity>string</ConsigneeCity>
<ConsigneeState>string</ConsigneeState>
<ConsigneeZip>string</ConsigneeZip>
<ConsigneeCountry>string</ConsigneeCountry>
<ConsigneePhone>string</ConsigneePhone>
<ConsigneeFax>string</ConsigneeFax>
<ConsigneeContact>string</ConsigneeContact>
<ConsigneeEmail>string</ConsigneeEmail>
<CustomerNo>int</CustomerNo>
<PayType>string</PayType>
<InvoiceNotes>string</InvoiceNotes>
<UserId>string</UserId>
<ProductCode>string</ProductCode>
<CustomerCode>string</CustomerCode>
<ProjectCode>string</ProjectCode>
<ContainerType>string</ContainerType>
<IncoTermsCode>string</IncoTermsCode>
<CommericalInvoiceValue>decimal</CommericalInvoiceValue>
<CallInCompany>string</CallInCompany>
<CallInName>string</CallInName>
<CallInPhone>string</CallInPhone>
<CallInFax>string</CallInFax>
<CallInExtn>string</CallInExtn>
<CallInEmail>string</CallInEmail>
<ControllingStation>string</ControllingStation>
<ShipmentType>Shipment or Quote</ShipmentType>
<Mode>Domestic or Truckload or OceanExport or OceanImport or AirImport or AirExport or Transborder</Mode>
<Instructions>xmlxml</Instructions>
<DeliveryTime2>dateTime</DeliveryTime2>
<ShipmentLineList>
<NewShipmentDimLineWBE>
<Description>string</Description>
<Weigth>int</Weigth>
<Height>decimal</Height>
<Length>decimal</Length>
<Width>decimal</Width>
<Pieces>int</Pieces>
<WeightUOMV3>lb or kg</WeightUOMV3>
<DimUOMV3>in or cm</DimUOMV3>
<PieceType>string</PieceType>
<Hazmat>boolean</Hazmat>
<DimFactor>decimal</DimFactor>
<DeclaredValue>decimal</DeclaredValue>
</NewShipmentDimLineWBE>
<NewShipmentDimLineWBE>
<Description>string</Description>
<Weigth>int</Weigth>
<Height>decimal</Height>
<Length>decimal</Length>
<Width>decimal</Width>
<Pieces>int</Pieces>
<WeightUOMV3>lb or kg</WeightUOMV3>
<DimUOMV3>in or cm</DimUOMV3>
<PieceType>string</PieceType>
<Hazmat>boolean</Hazmat>
<DimFactor>decimal</DimFactor>
<DeclaredValue>decimal</DeclaredValue>
</NewShipmentDimLineWBE>
</ShipmentLineList>
<ReferenceList>
<NewShipmentRefsV3>
<ReferenceNo>string</ReferenceNo>
<CustomerTypeV3>Shipper or Consignee or BillTo</CustomerTypeV3>
<RefTypeId>string</RefTypeId>
</NewShipmentRefsV3>
<NewShipmentRefsV3>
<ReferenceNo>string</ReferenceNo>
<CustomerTypeV3>Shipper or Consignee or BillTo</CustomerTypeV3>
<RefTypeId>string</RefTypeId>
</NewShipmentRefsV3>
</ReferenceList>
<NewShipmentAcessorialsList>
<NewShipmentAcessorialsV3>
<Code>string</Code>
<Amount>decimal</Amount>
</NewShipmentAcessorialsV3>
<NewShipmentAcessorialsV3>
<Code>string</Code>
<Amount>decimal</Amount>
</NewShipmentAcessorialsV3>
</NewShipmentAcessorialsList>
<ETATimeZone>string</ETATimeZone>
<AgentPartner>string</AgentPartner>
<SettlementTerms>string</SettlementTerms>
<PaymentTerm>string</PaymentTerm>
<PriorityCodeId>string</PriorityCodeId>
<FCLLCL>string</FCLLCL>
<MoveType>string</MoveType>
<Equipment>string</Equipment>
</oShipData>
</AddNewShipmentWBE>
</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>
<AddNewShipmentWBEResponse xmlns="http://tempuri.org/">
<AddNewShipmentWBEResult>
<ShipQuoteNo>string</ShipQuoteNo>
<Housebill>string</Housebill>
<ErrorMessage>string</ErrorMessage>
<DestinationAirport>string</DestinationAirport>
</AddNewShipmentWBEResult>
</AddNewShipmentWBEResponse>
</soap12:Body>
</soap12:Envelope>