Carrier-JSON

Number of APIs: 6

  1. Get all rides GET {{AppUrl}}/api/v1/carrier/ride

  2. Get ride by ID GET {{AppUrl}}/api/v1/carrier/ride/{{Ride ID}}

  3. Get customer addresses by card number GET {{AppUrl}}/api/v1/carrier/customer/by-card/{{Card number}}

  4. Block customer by card number POST {{AppUrl}}/api/v1/carrier/customer/block-by-card

  5. Unblock customer by card number POST {{AppUrl}}/api/v1/carrier/customer/unblock-by-card

  6. Create ride status by ID (not-picked-up) POST {{AppUrl}}/api/v1/carrier/ride/{{Ride ID}}/status