POST api/Patient/patient_homescreen
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"mgm_token": "sample string 4",
"mobile_no": "sample string 5",
"patient_uid": "sample string 6",
"opt_in": "sample string 7",
"card_number": "sample string 8",
"created_date": "sample string 9",
"healthcard_url": "sample string 10",
"name": "sample string 11",
"email": "sample string 12",
"age": "sample string 13",
"gender": "sample string 14",
"msg": "sample string 15",
"status": true,
"C1": "sample string 17"
}
application/x-www-form-urlencoded
Sample:
Sample not available.