Agency-XML
Number of APIs: 7
-
Create ride POST {{AppUrl}}/api/v1/agency/ride
-
Get ride by ID GET {{AppUrl}}/api/v1/agency/ride/{{Ride ID}}
-
Get all customers GET {{AppUrl}}/api/v1/agency/customer
-
Get customer by ID GET {{AppUrl}}/api/v1/agency/customer/{{Customer ID}}
-
Get all rides GET {{AppUrl}}/api/v1/agency/ride
-
Update ride by ID PUT {{AppUrl}}/api/v1/agency/ride/{{Ride ID}}
-
Cancel a ride by ID DELETE {{AppUrl}}/api/v1/agency/ride/{{Ride ID}}