POST v6/sku/allergen/save

Request Information

URI Parameters

None.

Body Parameters

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.