POST api/RegisterPatient/RegPatient
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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: