POST api/RegisterPatient/NewRegPatient

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsPatient_Register_App
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Phone_number": "sample string 1",
  "Dml_Indicator": "sample string 2",
  "OTP": "sample string 3",
  "FName": "sample string 4",
  "Email": "sample string 5",
  "password": "sample string 6",
  "product_code": "sample string 7",
  "emp_id": "sample string 8",
  "co_worker_id": "sample string 9"
}

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