Home / API Documentation

Get List Of All Route Information

Method: GET api/v1/Setup/GetRouteList

Response Format:

application/json

Required Parameters Description Additional information

application/json, text/json

Sample Response:
                        [
  {
    "branches": [
      {
        "branchid": 1,
        "branchname": "sample string 2"
      },
      {
        "branchid": 1,
        "branchname": "sample string 2"
      }
    ],
    "routeid": 1,
    "routename": "sample string 2",
    "isactive": 3,
    "companyid": 4,
    "utctimestamp": "2025-02-23T06:35:22.4994687+00:00",
    "lastchanged": "2025-02-23T06:35:22.4994687+00:00",
    "lastchangedby": "sample string 5",
    "createdby": "sample string 6",
    "defaultemployeeid": 7,
    "mapdrivercostunit": 8,
    "mapendaddress": "sample string 9",
    "mapendcity": "sample string 10",
    "mapendstate": "sample string 11",
    "mapendtime": 12,
    "mapendtitle": "sample string 13",
    "mapendzip": "sample string 14",
    "mapfuelconsumptioncity": 15,
    "mapfuelconsumptionhwy": 16,
    "mapfuelconsumptionunit": 17,
    "mapfuelcost": 18.0,
    "mapfueltankcapacity": 19,
    "mapfueltankunits": 20,
    "mapspeedarterial": 21,
    "mapspeedinterstate": 22,
    "mapspeedlimitedhwy": 23,
    "mapspeedotherhwy": 24,
    "mapspeedstreet": 25,
    "mapstartaddress": "sample string 26",
    "mapstartcity": "sample string 27",
    "mapstartstate": "sample string 28",
    "mapstarttime": 29,
    "mapstarttitle": "sample string 30",
    "mapstartzip": "sample string 31",
    "isnotify": 32,
    "startaddressid": 33,
    "endaddressid": 34,
    "country": 35,
    "vieworder": 36
  },
  {
    "branches": [
      {
        "branchid": 1,
        "branchname": "sample string 2"
      },
      {
        "branchid": 1,
        "branchname": "sample string 2"
      }
    ],
    "routeid": 1,
    "routename": "sample string 2",
    "isactive": 3,
    "companyid": 4,
    "utctimestamp": "2025-02-23T06:35:22.4994687+00:00",
    "lastchanged": "2025-02-23T06:35:22.4994687+00:00",
    "lastchangedby": "sample string 5",
    "createdby": "sample string 6",
    "defaultemployeeid": 7,
    "mapdrivercostunit": 8,
    "mapendaddress": "sample string 9",
    "mapendcity": "sample string 10",
    "mapendstate": "sample string 11",
    "mapendtime": 12,
    "mapendtitle": "sample string 13",
    "mapendzip": "sample string 14",
    "mapfuelconsumptioncity": 15,
    "mapfuelconsumptionhwy": 16,
    "mapfuelconsumptionunit": 17,
    "mapfuelcost": 18.0,
    "mapfueltankcapacity": 19,
    "mapfueltankunits": 20,
    "mapspeedarterial": 21,
    "mapspeedinterstate": 22,
    "mapspeedlimitedhwy": 23,
    "mapspeedotherhwy": 24,
    "mapspeedstreet": 25,
    "mapstartaddress": "sample string 26",
    "mapstartcity": "sample string 27",
    "mapstartstate": "sample string 28",
    "mapstarttime": 29,
    "mapstarttitle": "sample string 30",
    "mapstartzip": "sample string 31",
    "isnotify": 32,
    "startaddressid": 33,
    "endaddressid": 34,
    "country": 35,
    "vieworder": 36
  }
];