create_dock
Create a new dock in a warehouse by specifying its name, door number, scheduling rules, and load types.
Instructions
Create a new dock
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| warehouseId | Yes | Warehouse ID to create the dock in | |
| name | No | Dock name | |
| doorNumber | No | Door number | |
| instructions | No | Dock instructions | |
| allowCarrierScheduling | No | Allow carriers to self-schedule | |
| allowOverBooking | No | Allow overbooking | |
| minCarrierLeadTime_hr | No | Minimum carrier lead time in hours | |
| maxCarrierLeadTime_hr | No | Maximum carrier lead time in hours | |
| ccEmails | No | CC email addresses | |
| loadTypeIds | No | Load type IDs to assign to this dock |