Table of Contents

Delivery Route Sheet API

Overview

The WMS Delivery Route Sheet API provides access to delivery routing sheet data. This API is designed to facilitate integration with external systems.

API Details

  • API Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: deliveryRoutingSheetWH
  • Entity Set Name: deliveryRoutingSheetsWH
    • Source Table: SMA Delivery Routing Sheet WH

Fields

The following fields are exposed by the API:

Field Name Description
DeliveryCode Delivery Code
GeneralDeliveryCode General Delivery Code
BasicDocumentNo Basic Document Number
BasicDocumentType Basic Document Type
ContractorName Contractor Name
ContractorNo Contractor Number
DeliveryStatus Delivery Status
PlacesQuantity Quantity of Places

Example Usage

To retrieve delivery routing sheet data, use the following endpoint:

GET host/instance/api/smart/wms/v2.0/companies(companyId)/deliveryRoutingSheetsWH

Sample Response

{
    "DeliveryCode": "DEL123",
    "GeneralDeliveryCode": "GEN456",
    "BasicDocumentNo": "DOC789",
    "BasicDocumentType": "Order",
    "ContractorName": "John Doe",
    "ContractorNo": "C12345",
    "DeliveryStatus": "In Transit",
    "PlacesQuantity": 10
}

Notes

  • Ensure that the General Delivery Code filter is applied correctly to retrieve associated documents.
  • The API supports delayed inserts for better performance.