Truck Parking Documentation
Represents planned parking management systems at truck stops to measure parking availability and communicate availability to the public.

Resource accepts all default Filters. Resource data is returned as an API Result model for valid requests or an Error Result model for failed requests. For an example of how to call this resource, see Swagger details.
Truck Parking Model
Truck parking model represents an ODOT monitored truck parking site where one or more truck parking devices may exist
- Links ( Array[Link] ) Links related to the current item
- Id ( String ) Unique Identifier
- Latitude ( Double ) The angular distance of a place north or south of the earth's equator
- Longitude ( Double ) The angular distance of a place east or west of the meridian at Greenwich, England
- Location ( String , optional ) Truck parking road or intersection
- Description ( String , optional ) Truck parking location and type information
- Address ( String , optional ) Truck parking address
- Capacity ( String , optional ) Maximum capacity for this truck parking location
- ReportedAvailable ( String , optional ) Reported available truck parking spaces
- Open ( Boolean , optional ) Indicates if location is open
- LastReported ( DateTime , optional ) Last report time for truck parking spaces available
Link Model
Links capture data related to the current model they live on. The type of link is dependent on the rel property.
- Href ( String ) Url to a page or endpoint
- Rel ( String ) Identifier for the href url. [self] = link to the current item, [documentation] = link to related documentation, [redirect] = link to redirect page
- Method ( String , optional ) Method type of the link. If not displayed then GET is assumed.