Service


Click here for a complete list of operations.

ConfirmShipmentForTMSCustomer

This is functionality for confirmation of shipment to transfer after confirmation it returns the bol generated for this shipment. ConfirmQuoteRequestInfo object containse some additional info about shipemnt transfer like address to pickup shipment from and transer to, shipment ready date and time for pick up, time for delivery, and additional remakrs with shipment etc.

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 /RateQuoteService/service.asmx HTTP/1.1
Host: www.carrierrate.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://carrierate.com/ConfirmShipmentForTMSCustomer"

<?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>
    <ConfirmShipmentForTMSCustomer xmlns="http://carrierate.com/">
      <ConfirmQuoteRequestInfoForTMSCustomer>
        <ShipperAddress>
          <ShipmentAddressId>
            <Value>int</Value>
          </ShipmentAddressId>
          <ShipperId>
            <Value>int</Value>
          </ShipperId>
          <AddressType>boolean</AddressType>
          <Street>string</Street>
          <City>string</City>
          <ZipCode>string</ZipCode>
          <State>string</State>
          <CompanyName>string</CompanyName>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <ContactPerson>string</ContactPerson>
          <PhoneExtention>string</PhoneExtention>
          <IsRegistered>int</IsRegistered>
          <Country>string</Country>
          <AddressNumber>string</AddressNumber>
          <BillingAddressNumber>string</BillingAddressNumber>
          <sAddress1>string</sAddress1>
          <AddressCode>string</AddressCode>
        </ShipperAddress>
        <ConsigneeAddress>
          <ShipmentAddressId>
            <Value>int</Value>
          </ShipmentAddressId>
          <ShipperId>
            <Value>int</Value>
          </ShipperId>
          <AddressType>boolean</AddressType>
          <Street>string</Street>
          <City>string</City>
          <ZipCode>string</ZipCode>
          <State>string</State>
          <CompanyName>string</CompanyName>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <ContactPerson>string</ContactPerson>
          <PhoneExtention>string</PhoneExtention>
          <IsRegistered>int</IsRegistered>
          <Country>string</Country>
          <AddressNumber>string</AddressNumber>
          <BillingAddressNumber>string</BillingAddressNumber>
          <sAddress1>string</sAddress1>
          <AddressCode>string</AddressCode>
        </ConsigneeAddress>
        <QuoteItemsForTMS>
          <QuoteItemsInfoForTMSCustomer>
            <FAKClass>int</FAKClass>
            <ItemWeight>int</ItemWeight>
            <ItemHeight>double</ItemHeight>
            <ItemLength>double</ItemLength>
            <ItemWidth>double</ItemWidth>
            <PackageTypeName>string</PackageTypeName>
            <PackageTypeId>int</PackageTypeId>
            <ProductId>int</ProductId>
            <ItemNmfc>string</ItemNmfc>
            <Hazardous>boolean</Hazardous>
            <Pieces>int</Pieces>
            <PieceDescription>string</PieceDescription>
            <PalletCount>int</PalletCount>
            <ItemCode>string</ItemCode>
          </QuoteItemsInfoForTMSCustomer>
          <QuoteItemsInfoForTMSCustomer>
            <FAKClass>int</FAKClass>
            <ItemWeight>int</ItemWeight>
            <ItemHeight>double</ItemHeight>
            <ItemLength>double</ItemLength>
            <ItemWidth>double</ItemWidth>
            <PackageTypeName>string</PackageTypeName>
            <PackageTypeId>int</PackageTypeId>
            <ProductId>int</ProductId>
            <ItemNmfc>string</ItemNmfc>
            <Hazardous>boolean</Hazardous>
            <Pieces>int</Pieces>
            <PieceDescription>string</PieceDescription>
            <PalletCount>int</PalletCount>
            <ItemCode>string</ItemCode>
          </QuoteItemsInfoForTMSCustomer>
        </QuoteItemsForTMS>
        <ShipmentDate>dateTime</ShipmentDate>
        <ShipmentReadyTime>string</ShipmentReadyTime>
        <ShipmentCloseTime>string</ShipmentCloseTime>
        <PickUpRemarks>string</PickUpRemarks>
        <DeliveryRemarks>string</DeliveryRemarks>
        <PONo>string</PONo>
        <RefrenceNumber>string</RefrenceNumber>
        <CustomerBOL>string</CustomerBOL>
        <AgreementAcceptance>boolean</AgreementAcceptance>
        <SelectedCarrierCodeForShipment>string</SelectedCarrierCodeForShipment>
        <ServiceTransactionId>string</ServiceTransactionId>
        <AddressCode>string</AddressCode>
        <ProNo>string</ProNo>
      </ConfirmQuoteRequestInfoForTMSCustomer>
    </ConfirmShipmentForTMSCustomer>
  </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>
    <ConfirmShipmentForTMSCustomerResponse xmlns="http://carrierate.com/">
      <ConfirmShipmentForTMSCustomerResult>string</ConfirmShipmentForTMSCustomerResult>
    </ConfirmShipmentForTMSCustomerResponse>
  </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 /RateQuoteService/service.asmx HTTP/1.1
Host: www.carrierrate.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:Body>
    <ConfirmShipmentForTMSCustomer xmlns="http://carrierate.com/">
      <ConfirmQuoteRequestInfoForTMSCustomer>
        <ShipperAddress>
          <ShipmentAddressId>
            <Value>int</Value>
          </ShipmentAddressId>
          <ShipperId>
            <Value>int</Value>
          </ShipperId>
          <AddressType>boolean</AddressType>
          <Street>string</Street>
          <City>string</City>
          <ZipCode>string</ZipCode>
          <State>string</State>
          <CompanyName>string</CompanyName>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <ContactPerson>string</ContactPerson>
          <PhoneExtention>string</PhoneExtention>
          <IsRegistered>int</IsRegistered>
          <Country>string</Country>
          <AddressNumber>string</AddressNumber>
          <BillingAddressNumber>string</BillingAddressNumber>
          <sAddress1>string</sAddress1>
          <AddressCode>string</AddressCode>
        </ShipperAddress>
        <ConsigneeAddress>
          <ShipmentAddressId>
            <Value>int</Value>
          </ShipmentAddressId>
          <ShipperId>
            <Value>int</Value>
          </ShipperId>
          <AddressType>boolean</AddressType>
          <Street>string</Street>
          <City>string</City>
          <ZipCode>string</ZipCode>
          <State>string</State>
          <CompanyName>string</CompanyName>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <ContactPerson>string</ContactPerson>
          <PhoneExtention>string</PhoneExtention>
          <IsRegistered>int</IsRegistered>
          <Country>string</Country>
          <AddressNumber>string</AddressNumber>
          <BillingAddressNumber>string</BillingAddressNumber>
          <sAddress1>string</sAddress1>
          <AddressCode>string</AddressCode>
        </ConsigneeAddress>
        <QuoteItemsForTMS>
          <QuoteItemsInfoForTMSCustomer>
            <FAKClass>int</FAKClass>
            <ItemWeight>int</ItemWeight>
            <ItemHeight>double</ItemHeight>
            <ItemLength>double</ItemLength>
            <ItemWidth>double</ItemWidth>
            <PackageTypeName>string</PackageTypeName>
            <PackageTypeId>int</PackageTypeId>
            <ProductId>int</ProductId>
            <ItemNmfc>string</ItemNmfc>
            <Hazardous>boolean</Hazardous>
            <Pieces>int</Pieces>
            <PieceDescription>string</PieceDescription>
            <PalletCount>int</PalletCount>
            <ItemCode>string</ItemCode>
          </QuoteItemsInfoForTMSCustomer>
          <QuoteItemsInfoForTMSCustomer>
            <FAKClass>int</FAKClass>
            <ItemWeight>int</ItemWeight>
            <ItemHeight>double</ItemHeight>
            <ItemLength>double</ItemLength>
            <ItemWidth>double</ItemWidth>
            <PackageTypeName>string</PackageTypeName>
            <PackageTypeId>int</PackageTypeId>
            <ProductId>int</ProductId>
            <ItemNmfc>string</ItemNmfc>
            <Hazardous>boolean</Hazardous>
            <Pieces>int</Pieces>
            <PieceDescription>string</PieceDescription>
            <PalletCount>int</PalletCount>
            <ItemCode>string</ItemCode>
          </QuoteItemsInfoForTMSCustomer>
        </QuoteItemsForTMS>
        <ShipmentDate>dateTime</ShipmentDate>
        <ShipmentReadyTime>string</ShipmentReadyTime>
        <ShipmentCloseTime>string</ShipmentCloseTime>
        <PickUpRemarks>string</PickUpRemarks>
        <DeliveryRemarks>string</DeliveryRemarks>
        <PONo>string</PONo>
        <RefrenceNumber>string</RefrenceNumber>
        <CustomerBOL>string</CustomerBOL>
        <AgreementAcceptance>boolean</AgreementAcceptance>
        <SelectedCarrierCodeForShipment>string</SelectedCarrierCodeForShipment>
        <ServiceTransactionId>string</ServiceTransactionId>
        <AddressCode>string</AddressCode>
        <ProNo>string</ProNo>
      </ConfirmQuoteRequestInfoForTMSCustomer>
    </ConfirmShipmentForTMSCustomer>
  </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>
    <ConfirmShipmentForTMSCustomerResponse xmlns="http://carrierate.com/">
      <ConfirmShipmentForTMSCustomerResult>string</ConfirmShipmentForTMSCustomerResult>
    </ConfirmShipmentForTMSCustomerResponse>
  </soap12:Body>
</soap12:Envelope>