InternalWS


Click here for a complete list of operations.

Consignment_Upload

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
UserID:
Password:
BilledTo:
UniqueReference:
OrderStatus:
ShipperReference:
ServiceTypeCode:
Surcharges:
NoOfParcels:
TotalWeight:
TotalSize:
GoodsValue:
InsuranceRequired:
InsuredValue:
GoodsDescription:
SpecialInstructions:
SenderID:
SenderContactName:
RecFirstName:
RecLastName:
RecStoreCode:
RecIDNumber:
RecCCNumber:
RecCompanyName:
RecEmailAddress:
RecCellNo:
RecTelephoneNo:
RecFaxNo:
RecAddressType:
RecCity:
RecStreet:
RecHouseNumber:
RecEntranceNumber:
RecFloor:
RecApartment:
RecNeighborHood:
RecPostalCode:
DeliveryType:
DangerousGoods:
HighValue:
EarliestDelivery:
DueDate:
ManualAddressConfirmationApproved:

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 /InternalWS.asmx HTTP/1.1
Host: api.buzzr.biz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://buzzr.biz/Consignment_Upload"

<?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>
    <Consignment_Upload xmlns="http://buzzr.biz/">
      <UserID>string</UserID>
      <Password>string</Password>
      <BilledTo>string</BilledTo>
      <UniqueReference>string</UniqueReference>
      <OrderStatus>string</OrderStatus>
      <ShipperReference>string</ShipperReference>
      <ServiceTypeCode>string</ServiceTypeCode>
      <Surcharges>string</Surcharges>
      <NoOfParcels>int</NoOfParcels>
      <TotalWeight>double</TotalWeight>
      <TotalSize>string</TotalSize>
      <GoodsValue>double</GoodsValue>
      <InsuranceRequired>boolean</InsuranceRequired>
      <InsuredValue>double</InsuredValue>
      <GoodsDescription>string</GoodsDescription>
      <SpecialInstructions>string</SpecialInstructions>
      <SenderID>string</SenderID>
      <SenderContactName>string</SenderContactName>
      <RecFirstName>string</RecFirstName>
      <RecLastName>string</RecLastName>
      <RecStoreCode>string</RecStoreCode>
      <RecIDNumber>string</RecIDNumber>
      <RecCCNumber>string</RecCCNumber>
      <RecCompanyName>string</RecCompanyName>
      <RecEmailAddress>string</RecEmailAddress>
      <RecCellNo>string</RecCellNo>
      <RecTelephoneNo>string</RecTelephoneNo>
      <RecFaxNo>string</RecFaxNo>
      <RecAddressType>string</RecAddressType>
      <RecCity>string</RecCity>
      <RecStreet>string</RecStreet>
      <RecHouseNumber>string</RecHouseNumber>
      <RecEntranceNumber>string</RecEntranceNumber>
      <RecFloor>string</RecFloor>
      <RecApartment>string</RecApartment>
      <RecNeighborHood>string</RecNeighborHood>
      <RecPostalCode>string</RecPostalCode>
      <DeliveryType>string</DeliveryType>
      <DangerousGoods>boolean</DangerousGoods>
      <HighValue>boolean</HighValue>
      <EarliestDelivery>dateTime</EarliestDelivery>
      <DueDate>dateTime</DueDate>
      <ManualAddressConfirmationApproved>boolean</ManualAddressConfirmationApproved>
    </Consignment_Upload>
  </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>
    <Consignment_UploadResponse xmlns="http://buzzr.biz/">
      <Consignment_UploadResult>xml</Consignment_UploadResult>
    </Consignment_UploadResponse>
  </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 /InternalWS.asmx HTTP/1.1
Host: api.buzzr.biz
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>
    <Consignment_Upload xmlns="http://buzzr.biz/">
      <UserID>string</UserID>
      <Password>string</Password>
      <BilledTo>string</BilledTo>
      <UniqueReference>string</UniqueReference>
      <OrderStatus>string</OrderStatus>
      <ShipperReference>string</ShipperReference>
      <ServiceTypeCode>string</ServiceTypeCode>
      <Surcharges>string</Surcharges>
      <NoOfParcels>int</NoOfParcels>
      <TotalWeight>double</TotalWeight>
      <TotalSize>string</TotalSize>
      <GoodsValue>double</GoodsValue>
      <InsuranceRequired>boolean</InsuranceRequired>
      <InsuredValue>double</InsuredValue>
      <GoodsDescription>string</GoodsDescription>
      <SpecialInstructions>string</SpecialInstructions>
      <SenderID>string</SenderID>
      <SenderContactName>string</SenderContactName>
      <RecFirstName>string</RecFirstName>
      <RecLastName>string</RecLastName>
      <RecStoreCode>string</RecStoreCode>
      <RecIDNumber>string</RecIDNumber>
      <RecCCNumber>string</RecCCNumber>
      <RecCompanyName>string</RecCompanyName>
      <RecEmailAddress>string</RecEmailAddress>
      <RecCellNo>string</RecCellNo>
      <RecTelephoneNo>string</RecTelephoneNo>
      <RecFaxNo>string</RecFaxNo>
      <RecAddressType>string</RecAddressType>
      <RecCity>string</RecCity>
      <RecStreet>string</RecStreet>
      <RecHouseNumber>string</RecHouseNumber>
      <RecEntranceNumber>string</RecEntranceNumber>
      <RecFloor>string</RecFloor>
      <RecApartment>string</RecApartment>
      <RecNeighborHood>string</RecNeighborHood>
      <RecPostalCode>string</RecPostalCode>
      <DeliveryType>string</DeliveryType>
      <DangerousGoods>boolean</DangerousGoods>
      <HighValue>boolean</HighValue>
      <EarliestDelivery>dateTime</EarliestDelivery>
      <DueDate>dateTime</DueDate>
      <ManualAddressConfirmationApproved>boolean</ManualAddressConfirmationApproved>
    </Consignment_Upload>
  </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>
    <Consignment_UploadResponse xmlns="http://buzzr.biz/">
      <Consignment_UploadResult>xml</Consignment_UploadResult>
    </Consignment_UploadResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /InternalWS.asmx/Consignment_Upload?UserID=string&Password=string&BilledTo=string&UniqueReference=string&OrderStatus=string&ShipperReference=string&ServiceTypeCode=string&Surcharges=string&NoOfParcels=string&TotalWeight=string&TotalSize=string&GoodsValue=string&InsuranceRequired=string&InsuredValue=string&GoodsDescription=string&SpecialInstructions=string&SenderID=string&SenderContactName=string&RecFirstName=string&RecLastName=string&RecStoreCode=string&RecIDNumber=string&RecCCNumber=string&RecCompanyName=string&RecEmailAddress=string&RecCellNo=string&RecTelephoneNo=string&RecFaxNo=string&RecAddressType=string&RecCity=string&RecStreet=string&RecHouseNumber=string&RecEntranceNumber=string&RecFloor=string&RecApartment=string&RecNeighborHood=string&RecPostalCode=string&DeliveryType=string&DangerousGoods=string&HighValue=string&EarliestDelivery=string&DueDate=string&ManualAddressConfirmationApproved=string HTTP/1.1
Host: api.buzzr.biz
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /InternalWS.asmx/Consignment_Upload HTTP/1.1
Host: api.buzzr.biz
Content-Type: application/x-www-form-urlencoded
Content-Length: length

UserID=string&Password=string&BilledTo=string&UniqueReference=string&OrderStatus=string&ShipperReference=string&ServiceTypeCode=string&Surcharges=string&NoOfParcels=string&TotalWeight=string&TotalSize=string&GoodsValue=string&InsuranceRequired=string&InsuredValue=string&GoodsDescription=string&SpecialInstructions=string&SenderID=string&SenderContactName=string&RecFirstName=string&RecLastName=string&RecStoreCode=string&RecIDNumber=string&RecCCNumber=string&RecCompanyName=string&RecEmailAddress=string&RecCellNo=string&RecTelephoneNo=string&RecFaxNo=string&RecAddressType=string&RecCity=string&RecStreet=string&RecHouseNumber=string&RecEntranceNumber=string&RecFloor=string&RecApartment=string&RecNeighborHood=string&RecPostalCode=string&DeliveryType=string&DangerousGoods=string&HighValue=string&EarliestDelivery=string&DueDate=string&ManualAddressConfirmationApproved=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml