POST api/Reports/RecipeListingReport
Request Information
URI Parameters
None.
Body Parameters
MPW.DataAccess.Models.RecipeListingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RecipeIds | Collection of string |
None. |
|
| ReportType | MPW.DataAccess.Models.RecipeListingReportTypeEnum |
None. |
|
| SortBy | MPW.DataAccess.Models.RecipeListingSortByEnum |
None. |
|
| ContainingIngredient | string |
None. |
|
| Allergens | Collection of string |
None. |
|
| DoesNotContainAllergen | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecipeIds": [
"sample string 1",
"sample string 2"
],
"ReportType": 0,
"SortBy": 0,
"ContainingIngredient": "sample string 1",
"Allergens": [
"sample string 1",
"sample string 2"
],
"DoesNotContainAllergen": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional 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. |