POST api/Reports/DiscontinuedIngredients

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.DiscontinuedIngredientsReportModel
NameDescriptionTypeAdditional information
IngredientIds

Collection of string

None.

PrintRecipe

boolean

None.

CycleMenuId

integer

None.

ViewType

MPW.DataAccess.Models.DiscontinuedIngredientsReportType

None.

Request Formats

application/json, text/json

Sample:
{
  "IngredientIds": [
    "sample string 1",
    "sample string 2"
  ],
  "PrintRecipe": true,
  "CycleMenuId": 2,
  "ViewType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.