create_appointment
Reserve a time slot for loading or unloading at a dock by specifying warehouse, dock, load type, and time window.
Instructions
Schedule a new appointment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| warehouseId | Yes | Warehouse ID | |
| dockId | Yes | Dock ID | |
| loadTypeId | Yes | Load type ID | |
| startTime | Yes | Start time (ISO 8601 datetime) | |
| endTime | Yes | End time (ISO 8601 datetime) | |
| carrierId | No | Carrier ID | |
| referenceNumber | No | Reference number | |
| notes | No | Appointment notes |