DockLink Operations Report
Facility: Atlanta Logistics Center
Atlanta Logistics Center - Floor Kiosk
Operations Reporting & Analytics
Industry-standard warehouse performance KPIs, carrier OTIF scorecards, turnaround dwell metrics, door heatmaps, and live kiosk displays.
0.0%
Active Door Occupancy0
0 lbs total weight0
0 Scheduled / 0 Completed0 min
Check-in to DepartureDock Capacity Utilization
Ratio of booked appointment hours against total operational door capacity.
Shipment Type & Status Breakdown
Turnaround & Dwell Time Stages
Tracking timestamps from truck check-in to door docking, unloading/loading completion, and final gate departure.
0 min
Check-in → Door Docked0 min
Door Docked → Work Completed0 min
Work Completed → Gate Departed0 min
Full Check-in to Gate Exit💡 Industry Dwell Time Benchmarks & Detention Warning
Standard carrier contracts grant a 2-hour (120 minute) free window before detention fees apply. Maintaining average turnaround dwell times below 60 minutes prevents yard congestion, improves dock door throughput, and eliminates carrier detention penalties.
Carrier Reliability & On-Time Performance (OTIF)
Showing 0 carriers| Carrier Name | Total Loads | Completed | Cancelled | No-Shows | Total Pallets | Avg Dwell (mins) | On-Time Score |
|---|---|---|---|---|---|---|---|
| No carrier metrics available for the selected filter. | |||||||
24-Hour Door Throughput Heatmap
Hourly load distribution matrix per dock door to identify peak bottleneck hours.
| Door Name | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Loading heatmap data... | ||||||||||||||||||||||||
Daily Aggregated Breakdown
| Date | Total Loads | Completed | Cancelled | Pallets | Weight (lbs) | Avg Dwell (mins) |
|---|---|---|---|---|---|---|
| Select a date range to view daily trends. | ||||||
Itemized Appointment Audit Log
| Ref # | Carrier | Type | Status | Door | Scheduled Start | Check-in | Departed |
|---|---|---|---|---|---|---|---|
| No appointment logs for selected range. | |||||||
Facilities & Door Management
Configure warehouse settings, door profiles, operational hours, and scheduling blocks.
My Facilities
Facility Configurations
TMS Cross-References (Custom Facility Codes)
Map this facility to custom codes in your external Transportation Management Systems (e.g. A106, DALLAS-01).
| Custom Code | Action |
|---|
Dock Doors
| Door Name | Capability | Max Capacity / Slot | Status | Actions |
|---|
Operating Schedule
Availability Exceptions (Breaks, Holidays, Down-times)
| Name / Title | Type | Door Filter | Details / Recurrence | Action |
|---|
API Credentials & Integration
Integrate the dock scheduler with your main TMS or B2B integration layer.
Tenant Credentials
Use this API key in the X-API-Key request header to authenticate automated bookings from your TMS Step Functions.
Need detail on request payload schemas, fields, or validation logic?
Open Integration SpecificationsTenant Organization Profile
Customize your organization identity details displayed on reports and dashboards.
B2B Step Function Integration Example
Trigger a booking in your integration flow by hitting the auto-scheduler. The scheduler guarantees conflict-free slot lockups.
// POST /api/appointments/auto-schedule
// Headers:
// Content-Type: application/json
// X-API-Key: [YOUR_API_KEY]
{
"facilityId": "f512dbfe-367d-4b92-b43e-c6e3b5d2da3f",
"type": "delivery", // "pickup" or "delivery"
"carrierName": "Swift Transport",
"referenceNumber": "PO-98213",
"targetDate": "2026-07-26",
"palletCount": 12 // Calculates duration automatically
Integration Logs & B2B Testing Sandbox
Validate your transportation management systems (TMS) integrations using our interactive testing playground.
B2B API Testing Sandbox
Test integrations by firing real API requests directly from this panel using your X-API-Key.
Concurrency Stress Tester
Simulate high-volume traffic by sending multiple concurrent auto-scheduling requests simultaneously to stress-test locks and database contention.
📊 Stress Test Performance Report
Integration Logs
| Timestamp | Method | Endpoint URL | Status | Actions |
|---|
Reference History Search
Trace the lifecycle of a reference/PO booking from creation to completion.
Search Reference
Enter any PO or BOL reference number to retrieve the audit trail and lifecycle changes of that shipment.
Lifecycle Audit Timeline
Enter a reference to searchNo search results yet. Enter a reference number in the left panel.
System Security & User Guide
Understand your security clearance, operational permissions, and scoped facility logistics access.
Active Matrix Clearances
Below is the real-time status of permissions enabled for this role in the database.
User Accounts & Security
Provision accounts, assign security clearance levels, and map facility scopes.
| Email / User | Security Role | Organization (Tenant) | Scoped Facilities | Actions |
|---|
Invite Links & Registration Tokens
Generate invite URLs with pre-assigned roles and facility scoping for new users.
| Security Role | Scoped Facilities | Link Type | Usage | Expires | Created By | Actions |
|---|
Role Permissions Matrix
Configure exactly what features, reports, and administrative tasks each user role can access.
| Access Permission Scope | Tenant Admin | Tenant Lead | Facility Lead | Facility Staff |
|---|---|---|---|---|
|
Performance Dashboard
Access to dashboard metrics, terminal utilization charts, and carrier reliability statistics.
|
||||
|
Door Schedule Grid Calendar
View the visual appointment calendar grid, select facilities, and review bookings.
|
||||
|
Scheduling Operations
Create new manual appointments, reschedule appointments, drag-and-drop slots, and trigger inline status transitions.
|
||||
|
Facilities & Terminal Management
Configure facility operating hours, add/edit dock doors, exceptions, break periods, and calendar blockages.
|
||||
|
API & B2B Integration settings
Configure B2B settings, rotate tenant API integration tokens, and view diagnostic API payload log records.
|
||||
|
Shipment Audit Logs
Query PO and reference shipment histories to trace status updates, timestamps, and active carrier logs.
|
||||
|
User Security Controls
Manage user account permissions, reset credentials, assign scoped facilities, and update this role permissions matrix.
|
Dynamic Field Mappings & Custom Fields
Customize labels, incoming API aliases, and validation requirements for both standard system fields and new custom fields.
Standard Core Fields
| System Key | Display Label | Incoming JSON Alias | Required? | Data Type | Description |
|---|
Custom JSONB Fields
| Custom Key (camelCase) | Display Label | Incoming JSON Alias | Data Type | Required? | Notes / Description | Action |
|---|
API Response Mappings & Status Codes
Below are the schema details for all standard responses returned by the auto-scheduling API endpoints.
| Status Code | Meaning | Response Body Structure |
|---|---|---|
| 201 Created | Appointment Scheduled Successfully The request parsed, validated, and successfully booked a slot. |
|
| 400 Bad Request | Validation Error or Double-Booking Returned when required fields (both standard and custom) are missing, data types fail, target dates are in the past, or an appointment with the same reference number is already scheduled. |
|
| 401 Unauthorized | Authentication Failure The provided API key or Authorization header is invalid or missing. |
|
| 403 Forbidden | Permission Scoping Violation The organization/tenant has been disabled or locked, or the user credentials do not have access rights to the facility. |
|
| 404 Not Found | Resource Not Found Returned when the facility identifier or custom facilityCode does not exist. |
|
Dynamic Custom Response Mapping
When custom fields are defined in the Field Mappings tab, they are automatically parsed from request payloads and will be returned inside the nested customFields object in all success responses.
- Custom properties are always returned using their internal camelCase keys (e.g.,
sealNumber) rather than their incoming alias. - Data types are returned strictly mapped: e.g.,
numberfields are numbers,booleanfields are booleans.
Tenant Account Management
Review system-wide tenant registries, toggle activation status, and update credentials.
System Registration Policy
Toggle public organization registration. When disabled, access is strictly invite-only.
Granular Database Purge & Pruning Suite
Purge historical, transactional, or lifecycle records across custom retention windows down to specific Tenants, Facilities, and Doors.
| Tenant Organization Name | API Key Token | Users Count | Facilities Count | Created Date | Status | Actions |
|---|
Seasonal Themes Scheduler
Schedule seasonal corporate themes, manage dates, and preview dynamic styling layouts.
| Theme Name | Theme Class | Start Date | End Date | Scheduled Status | Actions |
|---|