To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: vincarrier.cardeliverynetwork.com
Content-Type: text/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>
<AdvertiseToLoadboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VinDeliver.ServiceModel.Model">
<AdditionalServiceFee>0</AdditionalServiceFee>
<AllowQuotes>false</AllowQuotes>
<DriverFuelInclusive>false</DriverFuelInclusive>
<ExpiryDate>0001-01-01T00:00:00</ExpiryDate>
<IsTruckLoad>false</IsTruckLoad>
<JobIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>0</d2p1:int>
</JobIds>
<LoadIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</LoadIds>
<LoadboardLookupId>String</LoadboardLookupId>
<NewPrice>0</NewPrice>
<PaymentType>0</PaymentType>
<PostToCentralDispatch>false</PostToCentralDispatch>
<RequiresDeliveryHandover>false</RequiresDeliveryHandover>
<RequiresEnclosedTransport>false</RequiresEnclosedTransport>
<RequiresEpod>false</RequiresEpod>
<RequiresLeasePaperwork>false</RequiresLeasePaperwork>
<RequiresMoDel>false</RequiresMoDel>
<RequiresTracking>false</RequiresTracking>
<ShowBuyNowPrice>false</ShowBuyNowPrice>
<TaxInclusive>false</TaxInclusive>
<TripId>String</TripId>
<TruckloadTotalEstimatedMileage>0</TruckloadTotalEstimatedMileage>
</AdvertiseToLoadboard>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>
<AdvertiseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VinDeliver.ServiceModel.Services">
<CreatedRequests xmlns:d2p1="http://schemas.datacontract.org/2004/07/VinDeliver.ServiceModel.Model">
<d2p1:UpdateRequest>
<d2p1:Id>0</d2p1:Id>
<d2p1:LoadBoardId>0</d2p1:LoadBoardId>
<d2p1:FleetId>0</d2p1:FleetId>
<d2p1:UserId>0</d2p1:UserId>
<d2p1:CustomerId>0</d2p1:CustomerId>
<d2p1:Customer>
<d2p1:Id>0</d2p1:Id>
<d2p1:MasterId>0</d2p1:MasterId>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:City>String</d2p1:City>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
<d2p1:Country>String</d2p1:Country>
</d2p1:Customer>
<d2p1:InvoiceId>0</d2p1:InvoiceId>
<d2p1:ServiceType>0</d2p1:ServiceType>
<d2p1:RequestType>0</d2p1:RequestType>
<d2p1:FullLoadBuyNow>0</d2p1:FullLoadBuyNow>
<d2p1:Comments>String</d2p1:Comments>
<d2p1:DateCreated>0001-01-01T00:00:00</d2p1:DateCreated>
<d2p1:DateExpires>0001-01-01T00:00:00</d2p1:DateExpires>
<d2p1:RequestStatus>0</d2p1:RequestStatus>
<d2p1:PaymentType>0</d2p1:PaymentType>
<d2p1:AdditionalServiceFee>0</d2p1:AdditionalServiceFee>
<d2p1:DriverFuelInclusive>false</d2p1:DriverFuelInclusive>
<d2p1:TaxInclusive>false</d2p1:TaxInclusive>
<d2p1:ShowBuyNowPrice>false</d2p1:ShowBuyNowPrice>
<d2p1:AllowQuotes>false</d2p1:AllowQuotes>
<d2p1:AdvertiseType>0</d2p1:AdvertiseType>
<d2p1:ShipperUserApiKey>String</d2p1:ShipperUserApiKey>
<d2p1:ShipperScac>String</d2p1:ShipperScac>
<d2p1:LoadId>String</d2p1:LoadId>
<d2p1:TripId>String</d2p1:TripId>
<d2p1:OrderNumber>String</d2p1:OrderNumber>
<d2p1:ReferenceId>String</d2p1:ReferenceId>
<d2p1:DateAdvertised>0001-01-01T00:00:00</d2p1:DateAdvertised>
<d2p1:SubjectToContractFleetId>0</d2p1:SubjectToContractFleetId>
<d2p1:RequiresEnclosedTransport>false</d2p1:RequiresEnclosedTransport>
<d2p1:RequiresDeliveryHandover>false</d2p1:RequiresDeliveryHandover>
<d2p1:RequiresLeasePaperwork>false</d2p1:RequiresLeasePaperwork>
<d2p1:RequiresMoDel>false</d2p1:RequiresMoDel>
<d2p1:RequiresTracking>false</d2p1:RequiresTracking>
<d2p1:RequiresEpod>false</d2p1:RequiresEpod>
<d2p1:IsArchived>false</d2p1:IsArchived>
<d2p1:ShipperPaysFee>false</d2p1:ShipperPaysFee>
<d2p1:VehicleRequests>
<d2p1:VinDispatchVehicleRequest>
<d2p1:Id>0</d2p1:Id>
<d2p1:RequestId>0</d2p1:RequestId>
<d2p1:AllocatedCarrierId>0</d2p1:AllocatedCarrierId>
<d2p1:CdnJobId>0</d2p1:CdnJobId>
<d2p1:JobNumber>String</d2p1:JobNumber>
<d2p1:Model>String</d2p1:Model>
<d2p1:Variant>String</d2p1:Variant>
<d2p1:NumberOfVehicles>0</d2p1:NumberOfVehicles>
<d2p1:Comments>String</d2p1:Comments>
<d2p1:DeliveryAddressId>0</d2p1:DeliveryAddressId>
<d2p1:DeliveryAddress>
<d2p1:Id>0</d2p1:Id>
<d2p1:MasterId>0</d2p1:MasterId>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:City>String</d2p1:City>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
<d2p1:Country>String</d2p1:Country>
</d2p1:DeliveryAddress>
<d2p1:DeliveryDate>0001-01-01T00:00:00</d2p1:DeliveryDate>
<d2p1:DeliveryType>0</d2p1:DeliveryType>
<d2p1:DeliveryTimeFrame>0</d2p1:DeliveryTimeFrame>
<d2p1:Inop>false</d2p1:Inop>
<d2p1:PickupAddressId>0</d2p1:PickupAddressId>
<d2p1:PickupAddress>
<d2p1:Id>0</d2p1:Id>
<d2p1:MasterId>0</d2p1:MasterId>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:City>String</d2p1:City>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
<d2p1:Country>String</d2p1:Country>
</d2p1:PickupAddress>
<d2p1:PickupDate>0001-01-01T00:00:00</d2p1:PickupDate>
<d2p1:PickupType>0</d2p1:PickupType>
<d2p1:PickupTimeFrame>0</d2p1:PickupTimeFrame>
<d2p1:EstimatedDistance>0</d2p1:EstimatedDistance>
<d2p1:EstimatedTravelTimeSeconds>0</d2p1:EstimatedTravelTimeSeconds>
<d2p1:Vehicles>
<d2p1:VinDispatchVehicle>
<d2p1:Id>0</d2p1:Id>
<d2p1:Vin>String</d2p1:Vin>
<d2p1:Registration>String</d2p1:Registration>
<d2p1:VehicleRequestId>0</d2p1:VehicleRequestId>
<d2p1:Notes>String</d2p1:Notes>
</d2p1:VinDispatchVehicle>
</d2p1:Vehicles>
<d2p1:Make>String</d2p1:Make>
</d2p1:VinDispatchVehicleRequest>
</d2p1:VehicleRequests>
<d2p1:TruckloadTotalEstimatedMileage>0</d2p1:TruckloadTotalEstimatedMileage>
<d2p1:SellPartialLoad>false</d2p1:SellPartialLoad>
<d2p1:BidUpStartPrice>0</d2p1:BidUpStartPrice>
<d2p1:EnableBidUp>false</d2p1:EnableBidUp>
<d2p1:AutoSellPrice>0</d2p1:AutoSellPrice>
<d2p1:ShipperSellPrice>0</d2p1:ShipperSellPrice>
<d2p1:CarrierRateType>false</d2p1:CarrierRateType>
<d2p1:ShipperMarginType>false</d2p1:ShipperMarginType>
<d2p1:TimeToMaxBuyNow>0</d2p1:TimeToMaxBuyNow>
</d2p1:UpdateRequest>
</CreatedRequests>
<UpdatedJobs xmlns:d2p1="http://schemas.datacontract.org/2004/07/CarDeliveryNetwork.Api.Data">
<d2p1:Job>
<d2p1:Id>0</d2p1:Id>
<d2p1:AdvertiseType>Quote</d2p1:AdvertiseType>
<d2p1:AllocatedCarrierDOTNumber>0</d2p1:AllocatedCarrierDOTNumber>
<d2p1:AllocatedCarrierId>0</d2p1:AllocatedCarrierId>
<d2p1:AllocatedCarrierScac>String</d2p1:AllocatedCarrierScac>
<d2p1:AssignedAppId>String</d2p1:AssignedAppId>
<d2p1:AssignedDriverId>0</d2p1:AssignedDriverId>
<d2p1:AssignedDriverName>String</d2p1:AssignedDriverName>
<d2p1:AssignedDriverRemoteId>String</d2p1:AssignedDriverRemoteId>
<d2p1:AssignedTruckRemoteId>String</d2p1:AssignedTruckRemoteId>
<d2p1:BuyPrice>0</d2p1:BuyPrice>
<d2p1:CdxExchangeId>0</d2p1:CdxExchangeId>
<d2p1:ContractedCarrierDOTNumber>0</d2p1:ContractedCarrierDOTNumber>
<d2p1:ContractedCarrierId>0</d2p1:ContractedCarrierId>
<d2p1:ContractedCarrierScac>String</d2p1:ContractedCarrierScac>
<d2p1:CreatedDate>0001-01-01T00:00:00</d2p1:CreatedDate>
<d2p1:Customer>
<d2p1:Id>0</d2p1:Id>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:BestGeoLookupString>String</d2p1:BestGeoLookupString>
<d2p1:City>String</d2p1:City>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:CountryCode>String</d2p1:CountryCode>
<d2p1:DateOfBirth>0001-01-01T00:00:00</d2p1:DateOfBirth>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Gender>Male</d2p1:Gender>
<d2p1:InternalQuickCode>String</d2p1:InternalQuickCode>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:LocationCode>String</d2p1:LocationCode>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:OpeningHours>
<d2p1:OpeningHours>
<d2p1:AllowAfterHours>false</d2p1:AllowAfterHours>
<d2p1:Close>String</d2p1:Close>
<d2p1:Day>String</d2p1:Day>
<d2p1:Open>String</d2p1:Open>
</d2p1:OpeningHours>
</d2p1:OpeningHours>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:OrganizationName>String</d2p1:OrganizationName>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
<d2p1:DrivenRateCardId>0</d2p1:DrivenRateCardId>
<d2p1:TransportedRateCardId>0</d2p1:TransportedRateCardId>
</d2p1:Customer>
<d2p1:CustomerReference>String</d2p1:CustomerReference>
<d2p1:Documents>
<d2p1:Document>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:FriendlyType>Other</d2p1:FriendlyType>
<d2p1:Title>String</d2p1:Title>
<d2p1:Type>Other</d2p1:Type>
<d2p1:Url>String</d2p1:Url>
</d2p1:Document>
</d2p1:Documents>
<d2p1:DriverPay>0</d2p1:DriverPay>
<d2p1:Dropoff>
<d2p1:Destination>
<d2p1:Id>0</d2p1:Id>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:BestGeoLookupString>String</d2p1:BestGeoLookupString>
<d2p1:City>String</d2p1:City>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:CountryCode>String</d2p1:CountryCode>
<d2p1:DateOfBirth>0001-01-01T00:00:00</d2p1:DateOfBirth>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Gender>Male</d2p1:Gender>
<d2p1:InternalQuickCode>String</d2p1:InternalQuickCode>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:LocationCode>String</d2p1:LocationCode>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:OpeningHours>
<d2p1:OpeningHours>
<d2p1:AllowAfterHours>false</d2p1:AllowAfterHours>
<d2p1:Close>String</d2p1:Close>
<d2p1:Day>String</d2p1:Day>
<d2p1:Open>String</d2p1:Open>
</d2p1:OpeningHours>
</d2p1:OpeningHours>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:OrganizationName>String</d2p1:OrganizationName>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
</d2p1:Destination>
<d2p1:Documents>
<d2p1:Document>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:FriendlyType>Other</d2p1:FriendlyType>
<d2p1:Title>String</d2p1:Title>
<d2p1:Type>Other</d2p1:Type>
<d2p1:Url>String</d2p1:Url>
</d2p1:Document>
</d2p1:Documents>
<d2p1:Eta>0001-01-01T00:00:00</d2p1:Eta>
<d2p1:GateOutCode>String</d2p1:GateOutCode>
<d2p1:ProofDocUrl>String</d2p1:ProofDocUrl>
<d2p1:RequestedDate>0001-01-01T00:00:00</d2p1:RequestedDate>
<d2p1:RequestedDateIsExact>false</d2p1:RequestedDateIsExact>
<d2p1:ScheduledDate>0001-01-01T00:00:00</d2p1:ScheduledDate>
<d2p1:SequenceNumber>0</d2p1:SequenceNumber>
<d2p1:Signoff>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:DisplayTime>String</d2p1:DisplayTime>
<d2p1:NotSignedReason>String</d2p1:NotSignedReason>
<d2p1:NotSignedReasons xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>String</d6p1:string>
</d2p1:NotSignedReasons>
<d2p1:SignedBy>String</d2p1:SignedBy>
<d2p1:Time>0001-01-01T00:00:00</d2p1:Time>
<d2p1:Url>String</d2p1:Url>
</d2p1:Signoff>
</d2p1:Dropoff>
<d2p1:FrequentDamage xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</d2p1:FrequentDamage>
<d2p1:FunctionalityFlags />
<d2p1:FunderCode>String</d2p1:FunderCode>
<d2p1:History>
<d2p1:JobStatusHistoryItem>
<d2p1:Changed>0001-01-01T00:00:00</d2p1:Changed>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:PositionAtStatus>
<d2p1:Altitude>0</d2p1:Altitude>
<d2p1:Heading>0</d2p1:Heading>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:Speed>0</d2p1:Speed>
<d2p1:Time>0001-01-01T00:00:00</d2p1:Time>
</d2p1:PositionAtStatus>
<d2p1:Status>Quote</d2p1:Status>
<d2p1:StatusFriendly>String</d2p1:StatusFriendly>
</d2p1:JobStatusHistoryItem>
</d2p1:History>
<d2p1:InvoiceFleetId>0</d2p1:InvoiceFleetId>
<d2p1:IsArchived>false</d2p1:IsArchived>
<d2p1:IsRelay>false</d2p1:IsRelay>
<d2p1:IsVinDispatchJob>false</d2p1:IsVinDispatchJob>
<d2p1:JobInitiator>String</d2p1:JobInitiator>
<d2p1:JobNumber>String</d2p1:JobNumber>
<d2p1:JobNumberSuffix>String</d2p1:JobNumberSuffix>
<d2p1:LastJourneyId>0</d2p1:LastJourneyId>
<d2p1:LoadId>String</d2p1:LoadId>
<d2p1:LoadSequenceNumber>0</d2p1:LoadSequenceNumber>
<d2p1:LoadboardLookupId>String</d2p1:LoadboardLookupId>
<d2p1:Mileage>0</d2p1:Mileage>
<d2p1:NIRNumber>String</d2p1:NIRNumber>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:PaymentTerm>0</d2p1:PaymentTerm>
<d2p1:Pickup>
<d2p1:Destination>
<d2p1:Id>0</d2p1:Id>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:BestGeoLookupString>String</d2p1:BestGeoLookupString>
<d2p1:City>String</d2p1:City>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:CountryCode>String</d2p1:CountryCode>
<d2p1:DateOfBirth>0001-01-01T00:00:00</d2p1:DateOfBirth>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Gender>Male</d2p1:Gender>
<d2p1:InternalQuickCode>String</d2p1:InternalQuickCode>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:LocationCode>String</d2p1:LocationCode>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:OpeningHours>
<d2p1:OpeningHours>
<d2p1:AllowAfterHours>false</d2p1:AllowAfterHours>
<d2p1:Close>String</d2p1:Close>
<d2p1:Day>String</d2p1:Day>
<d2p1:Open>String</d2p1:Open>
</d2p1:OpeningHours>
</d2p1:OpeningHours>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:OrganizationName>String</d2p1:OrganizationName>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
</d2p1:Destination>
<d2p1:Documents>
<d2p1:Document>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:FriendlyType>Other</d2p1:FriendlyType>
<d2p1:Title>String</d2p1:Title>
<d2p1:Type>Other</d2p1:Type>
<d2p1:Url>String</d2p1:Url>
</d2p1:Document>
</d2p1:Documents>
<d2p1:Eta>0001-01-01T00:00:00</d2p1:Eta>
<d2p1:GateOutCode>String</d2p1:GateOutCode>
<d2p1:ProofDocUrl>String</d2p1:ProofDocUrl>
<d2p1:RequestedDate>0001-01-01T00:00:00</d2p1:RequestedDate>
<d2p1:RequestedDateIsExact>false</d2p1:RequestedDateIsExact>
<d2p1:ScheduledDate>0001-01-01T00:00:00</d2p1:ScheduledDate>
<d2p1:SequenceNumber>0</d2p1:SequenceNumber>
<d2p1:Signoff>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:DisplayTime>String</d2p1:DisplayTime>
<d2p1:NotSignedReason>String</d2p1:NotSignedReason>
<d2p1:NotSignedReasons xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>String</d6p1:string>
</d2p1:NotSignedReasons>
<d2p1:SignedBy>String</d2p1:SignedBy>
<d2p1:Time>0001-01-01T00:00:00</d2p1:Time>
<d2p1:Url>String</d2p1:Url>
</d2p1:Signoff>
</d2p1:Pickup>
<d2p1:ReferrerCode>String</d2p1:ReferrerCode>
<d2p1:RequestReferenceId>String</d2p1:RequestReferenceId>
<d2p1:SellPrice>0</d2p1:SellPrice>
<d2p1:ServiceRequired>Driven</d2p1:ServiceRequired>
<d2p1:ShipperId>0</d2p1:ShipperId>
<d2p1:ShipperScac>String</d2p1:ShipperScac>
<d2p1:Source>VinDeliverOffice</d2p1:Source>
<d2p1:Status>Quote</d2p1:Status>
<d2p1:StatusDeviceTime>0001-01-01T00:00:00</d2p1:StatusDeviceTime>
<d2p1:TerminalContact>
<d2p1:Id>0</d2p1:Id>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:BestGeoLookupString>String</d2p1:BestGeoLookupString>
<d2p1:City>String</d2p1:City>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:CountryCode>String</d2p1:CountryCode>
<d2p1:DateOfBirth>0001-01-01T00:00:00</d2p1:DateOfBirth>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Gender>Male</d2p1:Gender>
<d2p1:InternalQuickCode>String</d2p1:InternalQuickCode>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:LocationCode>String</d2p1:LocationCode>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:OpeningHours>
<d2p1:OpeningHours>
<d2p1:AllowAfterHours>false</d2p1:AllowAfterHours>
<d2p1:Close>String</d2p1:Close>
<d2p1:Day>String</d2p1:Day>
<d2p1:Open>String</d2p1:Open>
</d2p1:OpeningHours>
</d2p1:OpeningHours>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:OrganizationName>String</d2p1:OrganizationName>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
</d2p1:TerminalContact>
<d2p1:Tranships>
<d2p1:Tranship>
<d2p1:AllocatedCarrierId>0</d2p1:AllocatedCarrierId>
<d2p1:AllocatedCarrierScac>String</d2p1:AllocatedCarrierScac>
<d2p1:AssignedDriverRemoteId>String</d2p1:AssignedDriverRemoteId>
<d2p1:AssignedTruckRemoteId>String</d2p1:AssignedTruckRemoteId>
<d2p1:Destination>
<d2p1:Id>0</d2p1:Id>
<d2p1:AddressLines>String</d2p1:AddressLines>
<d2p1:BestGeoLookupString>String</d2p1:BestGeoLookupString>
<d2p1:City>String</d2p1:City>
<d2p1:Contact>String</d2p1:Contact>
<d2p1:CountryCode>String</d2p1:CountryCode>
<d2p1:DateOfBirth>0001-01-01T00:00:00</d2p1:DateOfBirth>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:Gender>Male</d2p1:Gender>
<d2p1:InternalQuickCode>String</d2p1:InternalQuickCode>
<d2p1:Latitude>0</d2p1:Latitude>
<d2p1:LocationCode>String</d2p1:LocationCode>
<d2p1:Longitude>0</d2p1:Longitude>
<d2p1:MobilePhone>String</d2p1:MobilePhone>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:OpeningHours>
<d2p1:OpeningHours>
<d2p1:AllowAfterHours>false</d2p1:AllowAfterHours>
<d2p1:Close>String</d2p1:Close>
<d2p1:Day>String</d2p1:Day>
<d2p1:Open>String</d2p1:Open>
</d2p1:OpeningHours>
</d2p1:OpeningHours>
<d2p1:OrganisationName>String</d2p1:OrganisationName>
<d2p1:OrganizationName>String</d2p1:OrganizationName>
<d2p1:OtherPhone>String</d2p1:OtherPhone>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:QuickCode>String</d2p1:QuickCode>
<d2p1:StateRegion>String</d2p1:StateRegion>
<d2p1:ZipPostCode>String</d2p1:ZipPostCode>
</d2p1:Destination>
<d2p1:Eta>0001-01-01T00:00:00</d2p1:Eta>
<d2p1:GateOutCode>String</d2p1:GateOutCode>
<d2p1:ProofDocUrl>String</d2p1:ProofDocUrl>
<d2p1:RequestedDate>0001-01-01T00:00:00</d2p1:RequestedDate>
<d2p1:RequestedDateIsExact>false</d2p1:RequestedDateIsExact>
<d2p1:ScheduledDate>0001-01-01T00:00:00</d2p1:ScheduledDate>
<d2p1:TranshipNumber>0</d2p1:TranshipNumber>
<d2p1:TripId>String</d2p1:TripId>
</d2p1:Tranship>
</d2p1:Tranships>
<d2p1:TravelTimeMinutes>0</d2p1:TravelTimeMinutes>
<d2p1:TripId>String</d2p1:TripId>
<d2p1:Vehicles>
<d2p1:Vehicle>
<d2p1:Id>0</d2p1:Id>
<d2p1:CdxShipmentId>0</d2p1:CdxShipmentId>
<d2p1:Color>String</d2p1:Color>
<d2p1:DamageAtDropoff>
<d2p1:DamageItem>
<d2p1:Id>0</d2p1:Id>
<d2p1:Area>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Area>
<d2p1:Description>String</d2p1:Description>
<d2p1:PhotoURL xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d8p1:string>String</d8p1:string>
</d2p1:PhotoURL>
<d2p1:Severity>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Severity>
<d2p1:Type>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Type>
</d2p1:DamageItem>
</d2p1:DamageAtDropoff>
<d2p1:DamageAtPickup>
<d2p1:DamageItem>
<d2p1:Id>0</d2p1:Id>
<d2p1:Area>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Area>
<d2p1:Description>String</d2p1:Description>
<d2p1:PhotoURL xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d8p1:string>String</d8p1:string>
</d2p1:PhotoURL>
<d2p1:Severity>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Severity>
<d2p1:Type>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Type>
</d2p1:DamageItem>
</d2p1:DamageAtPickup>
<d2p1:DamageClaimDate>0001-01-01T00:00:00</d2p1:DamageClaimDate>
<d2p1:DamageClaimExtras>
<d2p1:DamageClaim>
<d2p1:Id>0</d2p1:Id>
<d2p1:Area>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Area>
<d2p1:Description>String</d2p1:Description>
<d2p1:Documents>
<d2p1:Document>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:FriendlyType>Other</d2p1:FriendlyType>
<d2p1:Title>String</d2p1:Title>
<d2p1:Type>Other</d2p1:Type>
<d2p1:Url>String</d2p1:Url>
</d2p1:Document>
</d2p1:Documents>
<d2p1:Severity>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Severity>
<d2p1:Type>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Type>
</d2p1:DamageClaim>
</d2p1:DamageClaimExtras>
<d2p1:DamageClaimSignature>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:FriendlyType>Other</d2p1:FriendlyType>
<d2p1:Title>String</d2p1:Title>
<d2p1:Type>Other</d2p1:Type>
<d2p1:Url>String</d2p1:Url>
</d2p1:DamageClaimSignature>
<d2p1:DamageClaimSignedBy>String</d2p1:DamageClaimSignedBy>
<d2p1:DamageClaimSignoffComment>String</d2p1:DamageClaimSignoffComment>
<d2p1:DamageClaims>
<d2p1:DamageClaim>
<d2p1:Id>0</d2p1:Id>
<d2p1:Area>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Area>
<d2p1:Description>String</d2p1:Description>
<d2p1:Documents>
<d2p1:Document>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:FriendlyType>Other</d2p1:FriendlyType>
<d2p1:Title>String</d2p1:Title>
<d2p1:Type>Other</d2p1:Type>
<d2p1:Url>String</d2p1:Url>
</d2p1:Document>
</d2p1:Documents>
<d2p1:Severity>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Severity>
<d2p1:Type>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Type>
</d2p1:DamageClaim>
</d2p1:DamageClaims>
<d2p1:DutyOfCare xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d2p1:DutyOfCare>
<d2p1:LoadDirection>NotRecorded</d2p1:LoadDirection>
<d2p1:LoadLevel>NotRecorded</d2p1:LoadLevel>
<d2p1:LoadPosition>0</d2p1:LoadPosition>
<d2p1:Location>String</d2p1:Location>
<d2p1:Make>String</d2p1:Make>
<d2p1:Model>String</d2p1:Model>
<d2p1:MovementNumber>String</d2p1:MovementNumber>
<d2p1:NonCompletionReason>String</d2p1:NonCompletionReason>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:Paperwork xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d2p1:Paperwork>
<d2p1:Photos>
<d2p1:Document>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:FriendlyType>Other</d2p1:FriendlyType>
<d2p1:Title>String</d2p1:Title>
<d2p1:Type>Other</d2p1:Type>
<d2p1:Url>String</d2p1:Url>
</d2p1:Document>
</d2p1:Photos>
<d2p1:PrePickupDamage>
<d2p1:DamageItem>
<d2p1:Id>0</d2p1:Id>
<d2p1:Area>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Area>
<d2p1:Description>String</d2p1:Description>
<d2p1:PhotoURL xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d8p1:string>String</d8p1:string>
</d2p1:PhotoURL>
<d2p1:Severity>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Severity>
<d2p1:Type>
<d2p1:Code>String</d2p1:Code>
<d2p1:Description>String</d2p1:Description>
</d2p1:Type>
</d2p1:DamageItem>
</d2p1:PrePickupDamage>
<d2p1:Registration>String</d2p1:Registration>
<d2p1:SenderTripId>String</d2p1:SenderTripId>
<d2p1:Signature>String</d2p1:Signature>
<d2p1:SignedBy>String</d2p1:SignedBy>
<d2p1:SignoffComment>String</d2p1:SignoffComment>
<d2p1:Status>PrePickup</d2p1:Status>
<d2p1:Variant>String</d2p1:Variant>
<d2p1:Vin>String</d2p1:Vin>
<d2p1:Weight>0</d2p1:Weight>
</d2p1:Vehicle>
</d2p1:Vehicles>
</d2p1:Job>
</UpdatedJobs>
</AdvertiseResult>
</soap12:Body>
</soap12:Envelope>