GET api/AllergyReactions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AllergyReaction| Name | Description | Type | Additional information |
|---|---|---|---|
| REACTION | string |
None. |
|
| OLD | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"REACTION": "sample string 1",
"OLD": 1
}
application/octet-stream
Sample:
{"REACTION":"sample string 1","OLD":1}
application/xml, text/xml
Sample:
<AllergyReaction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <REACTION>sample string 1</REACTION> <OLD>1</OLD> </AllergyReaction>