POST api/ReactionConfiguration
Request Information
URI Parameters
None.
Body Parameters
AllergyReaction| Name | Description | Type | Additional information |
|---|---|---|---|
| AllergyReactionId | integer |
None. |
|
| Name | string |
Required |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"allergyReactionId": 1,
"name": "sample string 2",
"active": true
}
text/html
Sample:
{"allergyReactionId":1,"name":"sample string 2","active":true}
application/xml, text/xml
Sample:
<AllergyReaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.Data.Models"> <Active>true</Active> <AllergyReactionId>1</AllergyReactionId> <Name>sample string 2</Name> </AllergyReaction>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.