Route Object
  • 1 Minute to read
  • PDF

Route Object

  • PDF

Article summary

Route Object

 


 

WarehouseName

 

Description: The name of the Warehouse where this route exists.

Data Type: String

Data Length: 100

Required: Yes

 

 

 

RouteNumber

 

Description: A number to uniquely identify the route.

Data Type: Number

Required: Yes

 

 

 

RouteDescription

 

Description: A brief description of the route.

Data Type: String

Data Length: 50

Required: Yes

Note: Displayed on the web console. This field is not required to be unique, but it is advised.

 

 

 

RouteCutOffTime

 

Description: A number between 1 and 24 to indicate the cutoff hour for the route.

Data Type: Number

Required: No




ActiveIndicator

 

Description: A Boolean value indicating whether the route is active.

Data Type: Boolean

Values: true, false

Required: No, defaults to false

 

 

 

DeliveryDay

 

1 – Monday

2 – Tuesday

3 – Wednesday

4 – Thursday

5 – Friday

6 – Saturday

7 – Sunday

Required: Yes

 

 

 

StagingArea

 

Description: The staging area to associate with the route.

Data Type: String

Data Length: 50

Required: Yes

Note: If not value is provided the warehouse default staging area will be used.




PickingPriority

 

Description: The respective order that the route will be displayed on the picking tile.  

Data Type: Int

Required: No


 

 

 

Example 

 

[

   {

       "WarehouseName": "",    //Required - Character limit 100

       "RouteNumber": "",         //Required

       "RouteDescription": "",    //Required - Character limit 50

       "RouteCutoffTime": "",    //Optional

       "ActiveIndicator": "",       //Optional - 1 for true, defaults to false

       "DeliveryDay": "",           //Required - 1 for Monday, 2 for Tuesday, 3 for Wednesday, 4 for Thursday, 5 for Friday, 6 for Saturday, 7 for Sunday

       "StagingArea": "",           //Optional - Character limit 50

       "PickingPriority": ""         //Optional

   }

]

 



What's Next