Get courier list

Description#

Allows the admin to view the couriers of the system.

Input#

Pagination inputs#

Phone query#

  • Type
    • String

Name query#

  • Type
    • String

Mechanism#

  1. Filter as follows:
    • Entity propertyPhone containing the query string (if provided).
    • Entity propertyFirst name combined with Entity propertyLast name containing the query string (if provided).
  2. Fetch and return the couriers.

Output#