POST api/Service_Master/Methodology_Ins

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objMethodologyMaster
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "methodologyid": 1,
  "methodologyName": "sample string 2",
  "description": "sample string 3",
  "created_by": "sample string 4",
  "Dml_Indicator": "sample string 5",
  "hospital_id": "sample string 6",
  "status": 7
}

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 'ClsMethodologyMaster'.