GET api/multitrip/GetAllByLRID?lrid={lrid}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lrid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "MONGODBNAME": "sample string 1",
    "MTRIP_ID": 1,
    "MTRIP_LR_ID": 2,
    "MTRIP_CATEG_ID": 3,
    "MTRIP_TRIPTYPE": 4,
    "MTRIP_DRIVER_ID": "sample string 5",
    "MTRIP_VNO": "sample string 6",
    "MTRIP_FROM_STATION": "sample string 7",
    "MTRIP_TO_STATION": "sample string 8",
    "MTRIP_STARTDATE": "sample string 9",
    "MTRIP_ENDDATE": "sample string 10",
    "MTRIP_STATUS": "sample string 11",
    "DRIVER_NAME": "sample string 12",
    "DRIVER_CODE": "sample string 13",
    "CategId": 14,
    "Id": 15,
    "VEHICLES_ID": 16,
    "CreatedBy": 17,
    "CreatedDate": "2025-12-08T13:27:39.2978023+05:30",
    "ModifiedBy": 19,
    "ModifiedDate": "2025-12-08T13:27:39.2978023+05:30",
    "Operation": 1,
    "Comments": "sample string 21"
  },
  {
    "MONGODBNAME": "sample string 1",
    "MTRIP_ID": 1,
    "MTRIP_LR_ID": 2,
    "MTRIP_CATEG_ID": 3,
    "MTRIP_TRIPTYPE": 4,
    "MTRIP_DRIVER_ID": "sample string 5",
    "MTRIP_VNO": "sample string 6",
    "MTRIP_FROM_STATION": "sample string 7",
    "MTRIP_TO_STATION": "sample string 8",
    "MTRIP_STARTDATE": "sample string 9",
    "MTRIP_ENDDATE": "sample string 10",
    "MTRIP_STATUS": "sample string 11",
    "DRIVER_NAME": "sample string 12",
    "DRIVER_CODE": "sample string 13",
    "CategId": 14,
    "Id": 15,
    "VEHICLES_ID": 16,
    "CreatedBy": 17,
    "CreatedDate": "2025-12-08T13:27:39.2978023+05:30",
    "ModifiedBy": 19,
    "ModifiedDate": "2025-12-08T13:27:39.2978023+05:30",
    "Operation": 1,
    "Comments": "sample string 21"
  },
  {
    "MONGODBNAME": "sample string 1",
    "MTRIP_ID": 1,
    "MTRIP_LR_ID": 2,
    "MTRIP_CATEG_ID": 3,
    "MTRIP_TRIPTYPE": 4,
    "MTRIP_DRIVER_ID": "sample string 5",
    "MTRIP_VNO": "sample string 6",
    "MTRIP_FROM_STATION": "sample string 7",
    "MTRIP_TO_STATION": "sample string 8",
    "MTRIP_STARTDATE": "sample string 9",
    "MTRIP_ENDDATE": "sample string 10",
    "MTRIP_STATUS": "sample string 11",
    "DRIVER_NAME": "sample string 12",
    "DRIVER_CODE": "sample string 13",
    "CategId": 14,
    "Id": 15,
    "VEHICLES_ID": 16,
    "CreatedBy": 17,
    "CreatedDate": "2025-12-08T13:27:39.2978023+05:30",
    "ModifiedBy": 19,
    "ModifiedDate": "2025-12-08T13:27:39.2978023+05:30",
    "Operation": 1,
    "Comments": "sample string 21"
  }
]