POST api/PrintInventory/GetOrderOrPhysicalFormPrint
Request Information
URI Parameters
None.
Body Parameters
MPW.DataAccess.Models.PrintInventoryRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportType | MPW.Common.Enumeration.PrintInventoryReportTypeEnum |
None. |
|
| GroupBy | MPW.Common.Enumeration.PrintInventoryGroupByEnum |
None. |
|
| SortBy | MPW.Common.Enumeration.SortTypeEnum |
None. |
|
| FilterBy | MPW.Common.Enumeration.PrintInventoryPhysicalFilterEnum |
None. |
|
| SiteIds | Collection of string |
None. |
|
| IsIncludeCurrentOnHand | boolean |
None. |
|
| BidGroup | integer |
None. |
|
| ItemGroup | integer |
None. |
|
| AccountCategory | integer |
None. |
|
| VendorId | integer |
None. |
|
| GroupId_Location | integer |
None. |
|
| ServerCurrentTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportType": 0,
"GroupBy": 0,
"SortBy": 0,
"FilterBy": 0,
"SiteIds": [
"sample string 1",
"sample string 2"
],
"IsIncludeCurrentOnHand": true,
"BidGroup": 1,
"ItemGroup": 1,
"AccountCategory": 1,
"VendorId": 1,
"GroupId_Location": 1,
"ServerCurrentTime": "2026-01-18T01:35:41.8426447-05:00"
}
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. |