POST api/Profile/setmedicalInformation
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| mifo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"allergyList": [
{
"$id": "2",
"ID": "sample string 1",
"AlleryName": "sample string 2"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"AlleryName": "sample string 1",
"product_code": "sample string 2",
"msg": "sample string 3",
"status": true,
"C1": "sample string 5"
}
application/x-www-form-urlencoded
Sample: