Agency-JSON

Number of APIs: 8

  1. Get ride by ID GET {{AppUrl}}/api/v1/agency/ride/{{Ride ID}}

  2. Create ride POST {{AppUrl}}/api/v1/agency/ride

  3. Update ride by ID PUT {{AppUrl}}/api/v1/agency/ride/{{Ride ID}}

  4. Cancel a ride by ID DELETE {{AppUrl}}/api/v1/agency/ride/{{Ride ID}}

  5. Get all customers GET {{AppUrl}}/api/v1/agency/customer

  6. Get customer by ID GET {{AppUrl}}/api/v1/agency/customer/{{Customer ID}}

  7. Get all rides GET {{AppUrl}}/api/v1/agency/ride

  8. Search customer GET {{AppUrl}}/api/v1/agency/customer/search?last_name={{LastName}}