View load details

POST /v13/Searching/LoadSearch.svc Get the details for a specified load.

Authorization Username, Password, & Integration ID
SOAP Action https://webservices.truckstop.com/v12/ILoadSearch/GetLoadSearchDetailResult
Content Type text/xml
Accept text/xml
URL Params None
Body Params XML data

📘

Load Search Details

Sample Request/Response

curl --location 'https://testws.truckstop.com/v13/Searching/LoadSearch.svc' \
--header 'Content-Type: text/xml' \
--header 'SOAPAction: http://webservices.truckstop.com/v12/ILoadSearch/GetLoadSearchDetailResult' \
--data '<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:v12="http://webservices.truckstop.com/v12" 
    xmlns:web="http://schemas.datacontract.org/2004/07/WebServices" 
    xmlns:web1="http://schemas.datacontract.org/2004/07/WebServices.Searching">
   <soapenv:Header/>
   <soapenv:Body>
      <v12:GetLoadSearchDetailResult>
         <v12:detailRequest>
            <web:IntegrationId>12345</web:IntegrationId>
            <web:Password>MyPass123!</web:Password>
            <web:UserName>MyWSUsername</web:UserName>
            <web1:LoadId>1500304452</web1:LoadId>
         </v12:detailRequest>
      </v12:GetLoadSearchDetailResult>
   </soapenv:Body>
</soapenv:Envelope>'
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <GetLoadSearchDetailResultResponse xmlns="http://webservices.truckstop.com/v12">
            <GetLoadSearchDetailResultResult xmlns:a="http://schemas.datacontract.org/2004/07/WebServices.Objects" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <Errors xmlns="http://schemas.datacontract.org/2004/07/WebServices"/>
                <a:LoadDetail>
                    <a:Bond>0</a:Bond>
                    <a:BondTypeID>9999</a:BondTypeID>
                    <a:Credit i:nil="true"/>
                    <a:DOTNumber i:nil="true"/>
                    <a:DeletedId>0</a:DeletedId>
                    <a:DeliveryDate i:nil="true"/>
                    <a:DeliveryTime i:nil="true"/>
                    <a:DestinationCity/>
                    <a:DestinationCountry i:nil="true"/>
                    <a:DestinationState/>
                    <a:DestinationZip i:nil="true"/>
                    <a:Distance i:nil="true"/>
                    <a:Entered>2024-11-11T16:38:41.4255477+00:00</a:Entered>
                    <a:EquipmentOptions xmlns:b="http://schemas.datacontract.org/2004/07/Truckstop2.Objects"/>
                    <a:EquipmentTypes xmlns:b="http://schemas.datacontract.org/2004/07/Truckstop2.Objects">
                        <b:Category i:nil="true"/>
                        <b:CategoryId>0</b:CategoryId>
                        <b:Code i:nil="true"/>
                        <b:Description i:nil="true"/>
                        <b:FullLoad i:nil="true"/>
                        <b:Id>0</b:Id>
                        <b:IsCategorizable>false</b:IsCategorizable>
                        <b:IsCombo>false</b:IsCombo>
                        <b:IsTruckPost>false</b:IsTruckPost>
                        <b:MapToId>0</b:MapToId>
                        <b:RequiredOption i:nil="true"/>
                        <b:WebserviceOnly>false</b:WebserviceOnly>
                    </a:EquipmentTypes>
                    <a:FuelCost i:nil="true"/>
                    <a:HandleName i:nil="true"/>
                    <a:HasBonding>false</a:HasBonding>
                    <a:ID>0</a:ID>
                    <a:IsDeleted>false</a:IsDeleted>
                    <a:Length/>
                    <a:LoadType>All</a:LoadType>
                    <a:MCNumber i:nil="true"/>
                    <a:Mileage>0</a:Mileage>
                    <a:OriginCity/>
                    <a:OriginCountry i:nil="true"/>
                    <a:OriginState/>
                    <a:OriginZip i:nil="true"/>
                    <a:PaymentAmount i:nil="true"/>
                    <a:PickupDate/>
                    <a:PickupTime i:nil="true"/>
                    <a:PointOfContact/>
                    <a:PointOfContactPhone/>
                    <a:Quantity/>
                    <a:SpecInfo/>
                    <a:Stops i:nil="true"/>
                    <a:TMCNumber i:nil="true"/>
                    <a:TruckCompanyCity/>
                    <a:TruckCompanyEmail/>
                    <a:TruckCompanyFax/>
                    <a:TruckCompanyId>0</a:TruckCompanyId>
                    <a:TruckCompanyName/>
                    <a:TruckCompanyPhone/>
                    <a:TruckCompanyState/>
                    <a:Weight/>
                    <a:Width>0</a:Width>
                </a:LoadDetail>
            </GetLoadSearchDetailResultResult>
        </GetLoadSearchDetailResultResponse>
    </s:Body>
</s:Envelope>