Agency-XML

Number of APIs: 8

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

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

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

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

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

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

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

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