POST api/lab_setting/lab_test

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClslab_test
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "test_id": "sample string 1",
  "lab_id": "sample string 2",
  "test_name": "sample string 3",
  "test_cost": 4.0,
  "lab_type_id": 5,
  "lab_instructions": "sample string 6",
  "parameter_id": 7,
  "parameter_name": "sample string 8",
  "reference_value": "sample string 9",
  "unit": "sample string 10",
  "parameter_instructions": "sample string 11",
  "sample_id": 12,
  "Dml_Indicator": "sample string 13",
  "doctor_id": "sample string 14",
  "test_app_flag": "sample string 15",
  "test_status": "sample string 16",
  "sample_type": "sample string 17",
  "user_created_by": "sample string 18",
  "gender": 19,
  "age_limit": 20,
  "min_value": 21.0,
  "max_value": 22.0,
  "result_type": 23,
  "method_name": "sample string 24",
  "tube_container": 25
}

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