endBooking
endBooking
put
endBooking
End a booking. Required fields: bookingId and actualEndTimestamp.
Resource URL
https://api.arity.com/shared-mobility-insights/v2/bookings/{bookingId}
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Bearer {Token} |
Request Body
endBookingRequest
{
1
{
2
"bookingId": "",
3
"actualEndTimestamp": 0
4
}
bookingId bookingId null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
Security |
None |
Content Type |
application/json |
Category |
booking-controller |
Working...