DELETE api/AllergyReactions/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AllergyReactionName | 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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <REACTION>sample string 1</REACTION> <OLD>1</OLD> </AllergyReaction>