Service


Click here for a complete list of operations.

UpdateWaybillEntry

Update the Waybill entry details

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 /Service.asmx HTTP/1.1
Host: glms.globees.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://localhost/GLogisticsService/UpdateWaybillEntry"

<?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>
    <UpdateWaybillEntry xmlns="http://localhost/GLogisticsService/">
      <waybill>
        <_payee>Shipper or Consignee or Other</_payee>
        <InvoiceRemarks>string</InvoiceRemarks>
        <ReceiptAmount>decimal</ReceiptAmount>
        <NoofDeliveryNotes>int</NoofDeliveryNotes>
        <Orgin>string</Orgin>
        <Destination>string</Destination>
        <VehicleType>string</VehicleType>
        <CustomerName>string</CustomerName>
        <DNManifestID>int</DNManifestID>
        <DriverId>int</DriverId>
        <Waybills>
          <anyType />
          <anyType />
        </Waybills>
        <ManifestDate>dateTime</ManifestDate>
        <IsDispatched>boolean</IsDispatched>
        <IsArrived>boolean</IsArrived>
        <IsReturn>boolean</IsReturn>
        <IsReceived>boolean</IsReceived>
        <IsDelivered>boolean</IsDelivered>
        <DispatchedDate>dateTime</DispatchedDate>
        <ArrivedDate>dateTime</ArrivedDate>
        <ReturnDate>dateTime</ReturnDate>
        <ReceivedDate>dateTime</ReceivedDate>
        <DeliveredDate>dateTime</DeliveredDate>
        <WaybillStatus>string</WaybillStatus>
        <DeliveryNoteNumber>string</DeliveryNoteNumber>
        <IsMoreChargeAdded>boolean</IsMoreChargeAdded>
        <ChargeCount>int</ChargeCount>
        <IsIncentive>boolean</IsIncentive>
        <IncentiveAmt>decimal</IncentiveAmt>
        <DeliveryNo>
          <anyType />
          <anyType />
        </DeliveryNo>
        <WaybillId>int</WaybillId>
        <WaybillDate>dateTime</WaybillDate>
        <ConsigneeId>int</ConsigneeId>
        <CustomerId>int</CustomerId>
        <PayeeId>int</PayeeId>
        <PortOriginId>string</PortOriginId>
        <PortDestId>string</PortDestId>
        <PackType>string</PackType>
        <WeightId>int</WeightId>
        <PackIdentity>string</PackIdentity>
        <Description>string</Description>
        <IsInsured>boolean</IsInsured>
        <InsuredValue>decimal</InsuredValue>
        <PayType>string</PayType>
        <PickedBy>int</PickedBy>
        <PickedDate>dateTime</PickedDate>
        <PickedTime>string</PickedTime>
        <PickupHelper>int</PickupHelper>
        <VehicleId>string</VehicleId>
        <PickupLocation>string</PickupLocation>
        <DeliveryLocation>string</DeliveryLocation>
        <ResponsibleStation>string</ResponsibleStation>
        <SalesPerson>int</SalesPerson>
        <PreparedBy>int</PreparedBy>
        <VerifiedBy>int</VerifiedBy>
        <IsVerified>boolean</IsVerified>
        <ViaId>int</ViaId>
        <Consignee>
          <ConsigneeId>int</ConsigneeId>
          <ConsigneeName>string</ConsigneeName>
          <Address>string</Address>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </Consignee>
        <AnonymousCustomer>
          <CustomerId>int</CustomerId>
          <CustomerName>string</CustomerName>
          <Address>string</Address>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </AnonymousCustomer>
        <Charges>
          <VatCharge>decimal</VatCharge>
          <WaybillId>int</WaybillId>
          <WeightCharge>decimal</WeightCharge>
          <HRCharge>decimal</HRCharge>
          <InsureCharge>decimal</InsureCharge>
          <OtherCharge>decimal</OtherCharge>
          <TotalCharge>decimal</TotalCharge>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </Charges>
        <OtherWeight>
          <WaybillId>int</WaybillId>
          <Weight>int</Weight>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </OtherWeight>
        <IsOtherWeight>boolean</IsOtherWeight>
        <CompanyId>int</CompanyId>
        <StationId>string</StationId>
        <UserId>int</UserId>
        <ModiDate>dateTime</ModiDate>
        <IsCustomerCredit>boolean</IsCustomerCredit>
        <IsConsigneeCredit>boolean</IsConsigneeCredit>
        <IsPayeeCredit>boolean</IsPayeeCredit>
        <IsDeliveryNoteAdded>boolean</IsDeliveryNoteAdded>
        <Payee>Shipper or Consignee or Other</Payee>
        <IsDriverHired>boolean</IsDriverHired>
        <IsVehicleHired>boolean</IsVehicleHired>
        <IsHelperHired>boolean</IsHelperHired>
        <HiredDriverName>string</HiredDriverName>
        <HiredVehicleName>string</HiredVehicleName>
        <HiredHelperName>string</HiredHelperName>
      </waybill>
      <morecharges>
        <InvoiceOtherCharge>
          <ChargeAmount>decimal</ChargeAmount>
          <ChargeDescriptions>string</ChargeDescriptions>
        </InvoiceOtherCharge>
        <InvoiceOtherCharge>
          <ChargeAmount>decimal</ChargeAmount>
          <ChargeDescriptions>string</ChargeDescriptions>
        </InvoiceOtherCharge>
      </morecharges>
    </UpdateWaybillEntry>
  </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>
    <UpdateWaybillEntryResponse xmlns="http://localhost/GLogisticsService/">
      <UpdateWaybillEntryResult>boolean</UpdateWaybillEntryResult>
    </UpdateWaybillEntryResponse>
  </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 /Service.asmx HTTP/1.1
Host: glms.globees.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>
    <UpdateWaybillEntry xmlns="http://localhost/GLogisticsService/">
      <waybill>
        <_payee>Shipper or Consignee or Other</_payee>
        <InvoiceRemarks>string</InvoiceRemarks>
        <ReceiptAmount>decimal</ReceiptAmount>
        <NoofDeliveryNotes>int</NoofDeliveryNotes>
        <Orgin>string</Orgin>
        <Destination>string</Destination>
        <VehicleType>string</VehicleType>
        <CustomerName>string</CustomerName>
        <DNManifestID>int</DNManifestID>
        <DriverId>int</DriverId>
        <Waybills>
          <anyType />
          <anyType />
        </Waybills>
        <ManifestDate>dateTime</ManifestDate>
        <IsDispatched>boolean</IsDispatched>
        <IsArrived>boolean</IsArrived>
        <IsReturn>boolean</IsReturn>
        <IsReceived>boolean</IsReceived>
        <IsDelivered>boolean</IsDelivered>
        <DispatchedDate>dateTime</DispatchedDate>
        <ArrivedDate>dateTime</ArrivedDate>
        <ReturnDate>dateTime</ReturnDate>
        <ReceivedDate>dateTime</ReceivedDate>
        <DeliveredDate>dateTime</DeliveredDate>
        <WaybillStatus>string</WaybillStatus>
        <DeliveryNoteNumber>string</DeliveryNoteNumber>
        <IsMoreChargeAdded>boolean</IsMoreChargeAdded>
        <ChargeCount>int</ChargeCount>
        <IsIncentive>boolean</IsIncentive>
        <IncentiveAmt>decimal</IncentiveAmt>
        <DeliveryNo>
          <anyType />
          <anyType />
        </DeliveryNo>
        <WaybillId>int</WaybillId>
        <WaybillDate>dateTime</WaybillDate>
        <ConsigneeId>int</ConsigneeId>
        <CustomerId>int</CustomerId>
        <PayeeId>int</PayeeId>
        <PortOriginId>string</PortOriginId>
        <PortDestId>string</PortDestId>
        <PackType>string</PackType>
        <WeightId>int</WeightId>
        <PackIdentity>string</PackIdentity>
        <Description>string</Description>
        <IsInsured>boolean</IsInsured>
        <InsuredValue>decimal</InsuredValue>
        <PayType>string</PayType>
        <PickedBy>int</PickedBy>
        <PickedDate>dateTime</PickedDate>
        <PickedTime>string</PickedTime>
        <PickupHelper>int</PickupHelper>
        <VehicleId>string</VehicleId>
        <PickupLocation>string</PickupLocation>
        <DeliveryLocation>string</DeliveryLocation>
        <ResponsibleStation>string</ResponsibleStation>
        <SalesPerson>int</SalesPerson>
        <PreparedBy>int</PreparedBy>
        <VerifiedBy>int</VerifiedBy>
        <IsVerified>boolean</IsVerified>
        <ViaId>int</ViaId>
        <Consignee>
          <ConsigneeId>int</ConsigneeId>
          <ConsigneeName>string</ConsigneeName>
          <Address>string</Address>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </Consignee>
        <AnonymousCustomer>
          <CustomerId>int</CustomerId>
          <CustomerName>string</CustomerName>
          <Address>string</Address>
          <Phone>string</Phone>
          <Fax>string</Fax>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </AnonymousCustomer>
        <Charges>
          <VatCharge>decimal</VatCharge>
          <WaybillId>int</WaybillId>
          <WeightCharge>decimal</WeightCharge>
          <HRCharge>decimal</HRCharge>
          <InsureCharge>decimal</InsureCharge>
          <OtherCharge>decimal</OtherCharge>
          <TotalCharge>decimal</TotalCharge>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </Charges>
        <OtherWeight>
          <WaybillId>int</WaybillId>
          <Weight>int</Weight>
          <CompanyId>int</CompanyId>
          <StationId>string</StationId>
          <UserId>int</UserId>
          <ModiDate>dateTime</ModiDate>
        </OtherWeight>
        <IsOtherWeight>boolean</IsOtherWeight>
        <CompanyId>int</CompanyId>
        <StationId>string</StationId>
        <UserId>int</UserId>
        <ModiDate>dateTime</ModiDate>
        <IsCustomerCredit>boolean</IsCustomerCredit>
        <IsConsigneeCredit>boolean</IsConsigneeCredit>
        <IsPayeeCredit>boolean</IsPayeeCredit>
        <IsDeliveryNoteAdded>boolean</IsDeliveryNoteAdded>
        <Payee>Shipper or Consignee or Other</Payee>
        <IsDriverHired>boolean</IsDriverHired>
        <IsVehicleHired>boolean</IsVehicleHired>
        <IsHelperHired>boolean</IsHelperHired>
        <HiredDriverName>string</HiredDriverName>
        <HiredVehicleName>string</HiredVehicleName>
        <HiredHelperName>string</HiredHelperName>
      </waybill>
      <morecharges>
        <InvoiceOtherCharge>
          <ChargeAmount>decimal</ChargeAmount>
          <ChargeDescriptions>string</ChargeDescriptions>
        </InvoiceOtherCharge>
        <InvoiceOtherCharge>
          <ChargeAmount>decimal</ChargeAmount>
          <ChargeDescriptions>string</ChargeDescriptions>
        </InvoiceOtherCharge>
      </morecharges>
    </UpdateWaybillEntry>
  </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>
    <UpdateWaybillEntryResponse xmlns="http://localhost/GLogisticsService/">
      <UpdateWaybillEntryResult>boolean</UpdateWaybillEntryResult>
    </UpdateWaybillEntryResponse>
  </soap12:Body>
</soap12:Envelope>