...
url : /vbs/driver/searchDriver
HTTP Method : POST GET
Request
Code Block |
---|
DriverSearchSo { private String driverIdOrName; // optional private String emailId; // optional private String linkedClientCode; // optional private String contactNumber; // optional private List<String> spSubLocationCodes; // spSubLocationCode {"DPWVAN", "AOLADT1"} private String spLocationCode; // spLocationCode "" private List<String> status; // optional private String driverTerminalLocationStatus; // optional siteStatus private String portDriverId; // siteId private String clientCode; // MANDATORY where logged in user is trucking company private boolean isAdmin; // optional } |
...