DATASCOPE.SDK.BusinessObjects.Shipping.Waybill.MaintainWaybill()
This business object calls the MaintainWaybill() method to update an existing Waybill/BOL and returns updated information.
Returns:
Response - Success
Response Result set to True
Response Message - "Waybill Successfully Maintained"
Response Object - Waybill number
Response - Failure
Response Result set to False
Response Message - Error generated
For a detailed overview on working with DATASCOPE PREMIUM WMS Business Objects, refer to E.Net Business Objects
If you don’t like reading, you can watch the video.
None
No Specification
Description
Business Object to Update a Waybill.
Code | SHIP006 |
---|---|
Name | MaintainWaybill |
Module | Shipping |
Functional Area | Waybill |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Shipping.Waybill |
Release Date | 01/08/2024 |
Release Version | v24.2 |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pWaybill | Waybill number | YES | String | <default> |
pShipDate | Ship Date yyyy/MM/dd hh:mm:ss | NO | String | <blank> |
pDeliveryDate | Delivery Date yyyy/MM/dd hh:mm:ss | NO | String | <blank> |
pShipper | Shipper Name valid Shipper setup in WMS Shipper Details | NO | String | <blank> |
pShipperWaybill | Shipper Waybill | NO | String | <blank> |
pShipperContactName | Shipper Contact Name | NO | String | <blank> |
pShipperContactEmail | Shipper Contact Email | NO | String | <blank> |
pShipperContactPhone | Shipper Contact Phone Number | NO | String | <blank> |
pSalesOrder | SYSPRO Sales Order Number(s) to link or add to a Waybill - A list must be separated by a comma | NO | String | <blank> |
pPickingSlip | WMS Picking Slip Number(s) to link or add to a Waybill - A list must be separated by a comma | NO | String | <blank> |
Technical Specification
<sample code>