POST api/Service/MasterServiceType_Ins_Upd_Del

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsMasterType
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "master_servie_type_id": 2,
  "hospital_id": "sample string 3",
  "branch_id": 4,
  "service_type_id": 5,
  "master_service_name": "sample string 6",
  "master_service_description": "sample string 7",
  "authorization_requireds": 8,
  "increase_from": "sample string 9",
  "active_from": "sample string 10",
  "active_to": "sample string 11",
  "created_by": 12,
  "remarks": "sample string 13",
  "appointment_mode": "sample string 14",
  "condition": "sample string 15",
  "flag": "sample string 16"
}

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