POST api/Reports/IngredientListing
Request Information
URI Parameters
None.
Body Parameters
MPW.DataAccess.Models.IngredientListingReportParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IngredientIds | Collection of string |
None. |
|
| BaseWeightType | integer |
None. |
|
| SortBy | string |
None. |
|
| All | boolean |
None. |
|
| SearchParam | MPW.DataAccess.Models.IngredientSearchParamModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"All": true,
"SearchParam": {
"Search": "sample string 1",
"ShowInvLinked": true,
"ShowInactive": true,
"UsedOnCycleMenu": true,
"PopulateMeasures": true,
"TotalPages": 6,
"PageSize": 1,
"PageNumber": 2,
"Filter": [
{
"FilterName": "sample string 1",
"FilterValue": "sample string 2",
"FilterType": 1
},
{
"FilterName": "sample string 1",
"FilterValue": "sample string 2",
"FilterType": 1
}
],
"SortColumn": [
{
"SortName": "sample string 1",
"SortDirection": "sample string 2"
},
{
"SortName": "sample string 1",
"SortDirection": "sample string 2"
}
],
"All": true
},
"IngredientIds": [
"sample string 1",
"sample string 2"
],
"BaseWeightType": 1,
"SortBy": "sample string 2"
}
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. |