POST api/hero/production/productionbyworkcenterversuscapacityreport
Request Information
URI Parameters
None.
Body Parameters
ProductionByWorkCenterVersusCapacityReportInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentGroupId | integer |
None. |
|
| WorkCenter | WorkCenter |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParentGroupId": 1,
"WorkCenter": 1,
"StartDate": "2025-11-06T19:11:50.6769575-05:00",
"EndDate": "2025-11-06T19:11:50.6769575-05:00"
}
application/xml, text/xml
Sample:
<ProductionByWorkCenterVersusCapacityReportInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Hero.Gulf.Application.Manufacturings.Production.ViewModels"> <EndDate>2025-11-06T19:11:50.6769575-05:00</EndDate> <ParentGroupId>1</ParentGroupId> <StartDate>2025-11-06T19:11:50.6769575-05:00</StartDate> <WorkCenter>Stranding</WorkCenter> </ProductionByWorkCenterVersusCapacityReportInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.