Upload bookings
POST/api/v2/microservices/logisticsapi
Posts bookings to the SWAT backend. Bookings include all parameters like pickup and drop-off times, as well as desired constraints to be applied to a booking. This request may take some time to execute if many bookings are submitted. Successfully submitted bookings will be available in SWAT Logistics applications for further optimization.
Request
Responses
- 200
- 400
- 403
- 404
Successful operation that returns the created booking ID to be used in subsequent requests.
Invalid ID supplied
Request is not authenticated or is not allowed for this user.
not found