Qodex.ai
Qodex.ai
Introduction
Maashub - old
Carrier-JSON
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)Block customer by card numberUnblock customer by card number
Carrier-XML
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)
Agency-JSON
Get all customersGet customer by IDGet all ridesGet ride by IDSearch customerCreate rideUpdate ride by IDCancel a ride by ID
Agency-XML
Get all customersGet customer by IDGet all ridesGet ride by IDCreate rideUpdate ride by IDCancel a ride by ID
Issuer-JSON
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
Issuer-XML
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
Mobiwijs WMO API
Carrier-JSON
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)Block customer by card numberUnblock customer by card number
Carrier-XML
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)
Agency-JSON
Get all customersGet customer by IDSearch customersGet all ridesGet ride by IDCreate rideUpdate ride by IDCancel a ride by ID
Agency-XML
Get all customersGet customer by IDSearch customersGet all ridesGet ride by IDCreate rideUpdate ride by IDCancel a ride by ID
Issuer-JSON
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
Issuer-XML
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
Introduction
Maashub - old
Carrier-JSON
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)Block customer by card numberUnblock customer by card number
Carrier-XML
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)
Agency-JSON
Get all customersGet customer by IDGet all ridesGet ride by IDSearch customerCreate rideUpdate ride by IDCancel a ride by ID
Agency-XML
Get all customersGet customer by IDGet all ridesGet ride by IDCreate rideUpdate ride by IDCancel a ride by ID
Issuer-JSON
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
Issuer-XML
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
Mobiwijs WMO API
Carrier-JSON
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)Block customer by card numberUnblock customer by card number
Carrier-XML
Get all ridesGet ride by IDGet customer addresses by card numberCreate ride status by ID (not-picked-up)
Agency-JSON
Get all customersGet customer by IDSearch customersGet all ridesGet ride by IDCreate rideUpdate ride by IDCancel a ride by ID
Agency-XML
Get all customersGet customer by IDSearch customersGet all ridesGet ride by IDCreate rideUpdate ride by IDCancel a ride by ID
Issuer-JSON
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
Issuer-XML
Get customers with no cardCreate card by IDGet customers requesting direct debitAuthorize / deny direct debit request by ID
HomeMaashub - oldAgency-XML

Agency-XML

Number of APIs: 7

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

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

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

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

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

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

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

Previous
Cancel a ride by ID
Next
Get all customers