POST api/ServiceType/Edit_SERVICE_TYPE

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ServiceTypeModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MONGODBNAME": "sample string 1",
  "TypeName": "sample string 1",
  "Type_Preventive_basedOn": "sample string 2",
  "Type_CategID": 3,
  "Type_Created_By": 4,
  "Type_Kms": 5,
  "Type_Days": 6,
  "Type_Created_Date": "2025-12-08T13:26:53.8917314+05:30",
  "Type_Modified_By": 8,
  "Type_Modified_Date": "2025-12-08T13:26:53.8917314+05:30",
  "Type_status": 10,
  "TypePMF": 1,
  "CategId": 11,
  "Id": 12,
  "VEHICLES_ID": 13,
  "CreatedBy": 14,
  "CreatedDate": "2025-12-08T13:26:53.8917314+05:30",
  "ModifiedBy": 16,
  "ModifiedDate": "2025-12-08T13:26:53.8917314+05:30",
  "Operation": 1,
  "Comments": "sample string 18"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ServiceTypeModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true