POST v6/allergen/save
Request Information
URI Parameters
None.
Body Parameters
AllergenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AllergenId | integer |
None. |
|
| Allergen | string |
None. |
|
| Code | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"allergenId": 1,
"allergen": "sample string 2",
"code": "sample string 3",
"isActive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.