The Parking Offers correspond to the parking products that can be sold.
There are two ways to retrieve them from StreetSmart:
1.GET /parkingRights: they are automatically returned in response
2.GET /parkingOffers directly
Each ParkingOffer refers to a product to sell. A translatable attribute [name] may give you a short name of a product and a translatable attribute [description] may give you a longer description of the product.
The Computed offers option must be requested to get an evaluation of price(s) or duration(s). see GET /parkingOffers details in API doc, Ref.01
To limit the number of offers returned, consider using a validity area. Set the areaCondition attribute with validityArea.alternateId in the GET /parkingOffers request.