CITWebServices


Click here for a complete list of operations.

AddInHouseParcel

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 /citwebservices.asmx HTTP/1.1
Host: webservices.courierit.co.za
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://citjnb.co.za/citwebservices/AddInHouseParcel"

<?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>
    <AddInHouseParcel xmlns="http://citjnb.co.za/citwebservices/">
      <strUserName>string</strUserName>
      <strToken>string</strToken>
      <strSiteID>string</strSiteID>
      <strParcelID>string</strParcelID>
      <strInvoiceNumber>string</strInvoiceNumber>
      <strShipmentID>string</strShipmentID>
      <strShipmentName>string</strShipmentName>
      <strShipmentAdd1>string</strShipmentAdd1>
      <strShipmentAdd2>string</strShipmentAdd2>
      <strShipmentAdd3>string</strShipmentAdd3>
      <strShipmentAdd4>string</strShipmentAdd4>
      <strShipmentPostalCode>string</strShipmentPostalCode>
      <strShipmentCountryID>string</strShipmentCountryID>
      <strShipmentPhone>string</strShipmentPhone>
      <strPrimaryCustomerID>string</strPrimaryCustomerID>
      <strCustomerID>string</strCustomerID>
      <strShipperID>string</strShipperID>
      <strShipperServiceID>string</strShipperServiceID>
      <dblWeight>double</dblWeight>
      <dblLength>double</dblLength>
      <dblWidth>double</dblWidth>
      <dblHeight>double</dblHeight>
      <dblInsurance>double</dblInsurance>
      <strDispatchDate>string</strDispatchDate>
      <strWeekendDelivery>string</strWeekendDelivery>
      <intSequenceNumber>int</intSequenceNumber>
      <intSequenceTotal>int</intSequenceTotal>
      <strDeliveryBand>string</strDeliveryBand>
      <strSpecialInstructions>string</strSpecialInstructions>
      <strPickupAdd1>string</strPickupAdd1>
      <strPickupAdd2>string</strPickupAdd2>
      <strPickupAdd3>string</strPickupAdd3>
      <strPickupAdd4>string</strPickupAdd4>
      <strPickupPostalCode>string</strPickupPostalCode>
      <strPickupCountryID>string</strPickupCountryID>
      <strPickupPhone>string</strPickupPhone>
      <strInsured>string</strInsured>
    </AddInHouseParcel>
  </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>
    <AddInHouseParcelResponse xmlns="http://citjnb.co.za/citwebservices/">
      <AddInHouseParcelResult>xml</AddInHouseParcelResult>
    </AddInHouseParcelResponse>
  </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 /citwebservices.asmx HTTP/1.1
Host: webservices.courierit.co.za
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>
    <AddInHouseParcel xmlns="http://citjnb.co.za/citwebservices/">
      <strUserName>string</strUserName>
      <strToken>string</strToken>
      <strSiteID>string</strSiteID>
      <strParcelID>string</strParcelID>
      <strInvoiceNumber>string</strInvoiceNumber>
      <strShipmentID>string</strShipmentID>
      <strShipmentName>string</strShipmentName>
      <strShipmentAdd1>string</strShipmentAdd1>
      <strShipmentAdd2>string</strShipmentAdd2>
      <strShipmentAdd3>string</strShipmentAdd3>
      <strShipmentAdd4>string</strShipmentAdd4>
      <strShipmentPostalCode>string</strShipmentPostalCode>
      <strShipmentCountryID>string</strShipmentCountryID>
      <strShipmentPhone>string</strShipmentPhone>
      <strPrimaryCustomerID>string</strPrimaryCustomerID>
      <strCustomerID>string</strCustomerID>
      <strShipperID>string</strShipperID>
      <strShipperServiceID>string</strShipperServiceID>
      <dblWeight>double</dblWeight>
      <dblLength>double</dblLength>
      <dblWidth>double</dblWidth>
      <dblHeight>double</dblHeight>
      <dblInsurance>double</dblInsurance>
      <strDispatchDate>string</strDispatchDate>
      <strWeekendDelivery>string</strWeekendDelivery>
      <intSequenceNumber>int</intSequenceNumber>
      <intSequenceTotal>int</intSequenceTotal>
      <strDeliveryBand>string</strDeliveryBand>
      <strSpecialInstructions>string</strSpecialInstructions>
      <strPickupAdd1>string</strPickupAdd1>
      <strPickupAdd2>string</strPickupAdd2>
      <strPickupAdd3>string</strPickupAdd3>
      <strPickupAdd4>string</strPickupAdd4>
      <strPickupPostalCode>string</strPickupPostalCode>
      <strPickupCountryID>string</strPickupCountryID>
      <strPickupPhone>string</strPickupPhone>
      <strInsured>string</strInsured>
    </AddInHouseParcel>
  </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>
    <AddInHouseParcelResponse xmlns="http://citjnb.co.za/citwebservices/">
      <AddInHouseParcelResult>xml</AddInHouseParcelResult>
    </AddInHouseParcelResponse>
  </soap12:Body>
</soap12:Envelope>