POST v6/allergen/save

Request Information

URI Parameters

None.

Body Parameters

AllergenModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.