GET api/VehicleSpareParts/GetById/{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",
  "SpareName": "sample string 1",
  "QuantityUnit": 2,
  "QuantityML": 3.0,
  "IsLiquid": 4,
  "TotalProcured": 5.0,
  "Used": 6.0,
  "SparePartCategoryId": 7,
  "SparePartStatus": 8,
  "CategId": 9,
  "Id": 10,
  "VEHICLES_ID": 11,
  "CreatedBy": 12,
  "CreatedDate": "2025-12-08T13:28:00.7977063+05:30",
  "ModifiedBy": 14,
  "ModifiedDate": "2025-12-08T13:28:00.7977063+05:30",
  "Operation": 1,
  "Comments": "sample string 16"
}