LocationCapacity
Name: Location Capacity
Type: Application
Modules: Location Programs
Description: Definition of a Location Program Stop, its number of allowable pick-ups and drop-offs, and valid dates and times.
| Field | Documentation |
|---|---|
| LocId | Numeric identifier of the location (from the Locations table). |
| WeekTemplate | 7-character string representing the days of the week (e.g., 0100100 = Monday and Thursday). |
| FromDate | Start date from which the location capacity is in effect. |
| ToDate | End date after which the location capacity is no longer in effect. |
| FromTime | Start time from which the location capacity is valid. Value is in seconds from midnight. |
| ToTime | End time after which the location capacity is no longer valid. Value is in seconds from midnight. |
| Capacity | Maximum number of clients that can use this location at one time. |
| WOT | (Wait on Transfer) Maximum allowable time that clients can wait at the location or stop before being picked up. |