POST api/VehicleSpareParts/ADD_SpareParts
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| VehicleSparePartsModel | No documentation available. |
Define this parameter in the request body. |
Request 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:30:07.5946272+05:30",
"ModifiedBy": 14,
"ModifiedDate": "2025-12-08T13:30:07.5946272+05:30",
"Operation": 1,
"Comments": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true