POST api/App_Patient/patient_homescreen

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclspatient_homescreen
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_id": "sample string 1",
  "Dml_Indicator": "sample string 2",
  "product_code": "sample string 3",
  "hospital_id": "sample string 4",
  "branch_id": "sample string 5",
  "msg": "sample string 6",
  "status": true,
  "C1": "sample string 8"
}

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