Supply
A class defining concepts relating the parameters of the supply of parking. This is the total number of spaces usable for parking or other mobility opertions. It can be defined as demarcated spaces or non-demarcated.
supplyViewTypeSupplyViewTypeEnum (string)required
Define if space quantity is demarcated or estimated.
spaceView: Each space is physically marked and identifiable.vehicleView: The vehicle capacity in an area is estimated based on calculating a capacity (i.e. curb length divided by a length of vehicle). The distributing party decides on the appropriate length of vehicle to use.
Possible values: [spaceView, vehicleView]
supplyQuantityintegerrequired
Indicates the numeric value of available parking or other space uses.
supplyValidityStartstring<date-time>
Valid start date/time for the supply
supplyValidityEndstring<date-time>
Valid end date/time for the supply
Supply
{
"supplyViewType": "spaceView",
"supplyQuantity": 0,
"supplyValidityStart": "2024-07-29T15:51:28.071Z",
"supplyValidityEnd": "2024-07-29T15:51:28.071Z"
}