GET api/VehicleBodyType/GetAllByCategoryID/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
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",
    "VehicleBodyTypeName": "sample string 1",
    "BodyTypeStatusFlag": "sample string 2",
    "CategId": 3,
    "Id": 4,
    "VEHICLES_ID": 5,
    "CreatedBy": 6,
    "CreatedDate": "2025-12-08T13:27:45.7353522+05:30",
    "ModifiedBy": 8,
    "ModifiedDate": "2025-12-08T13:27:45.7353522+05:30",
    "Operation": 1,
    "Comments": "sample string 10"
  },
  {
    "MONGODBNAME": "sample string 1",
    "VehicleBodyTypeName": "sample string 1",
    "BodyTypeStatusFlag": "sample string 2",
    "CategId": 3,
    "Id": 4,
    "VEHICLES_ID": 5,
    "CreatedBy": 6,
    "CreatedDate": "2025-12-08T13:27:45.7353522+05:30",
    "ModifiedBy": 8,
    "ModifiedDate": "2025-12-08T13:27:45.7353522+05:30",
    "Operation": 1,
    "Comments": "sample string 10"
  },
  {
    "MONGODBNAME": "sample string 1",
    "VehicleBodyTypeName": "sample string 1",
    "BodyTypeStatusFlag": "sample string 2",
    "CategId": 3,
    "Id": 4,
    "VEHICLES_ID": 5,
    "CreatedBy": 6,
    "CreatedDate": "2025-12-08T13:27:45.7353522+05:30",
    "ModifiedBy": 8,
    "ModifiedDate": "2025-12-08T13:27:45.7353522+05:30",
    "Operation": 1,
    "Comments": "sample string 10"
  }
]