Important: All API requests and responses are REST based |
Here are the REST based API requests words the ticket sales Application can use:
•Ask for vehicle rights and parking offers:
oGET /parkingRights
•Ask for parking price computing:
oGET /parkingOffers with computed offers request option
•send the ticket sales transaction:
oPOST /parkingTickets: to store a new ticket
oPATCH /parkingTickets: to update an existing ticket, due to a extension or a stop operation
oPOST /posOrders: to store the ticket. Normally after request on ParkingTickets
API details are part of a dedicated document (cf. Ref.01)