POST v6/sku/allergen/save
Request Information
URI Parameters
None.
Body Parameters
SKUAllergenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SkuAllergenId | integer |
None. |
|
| SkuId | integer |
None. |
|
| AllergenId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuAllergenId": 1,
"skuId": 2,
"allergenId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.