POST api/modeler/resplan/capacitychart
Request Information
URI Parameters
None.
Body Parameters
ModelerResPlanCapacityPostName | Description | Type | Additional information |
---|---|---|---|
IgnorePlan | globally unique identifier |
None. |
|
Zoom | Zoom |
None. |
|
Start | date |
None. |
|
End | date |
None. |
|
CostType | globally unique identifier |
None. |
|
Plans | Collection of GetResourcePostPlan |
None. |
|
SearchField | string |
None. |
|
SearchValue | string |
None. |
|
GroupBy | string |
None. |
|
ResourcesDataSelection | string |
None. |
|
PlanDataSelection | string |
None. |
|
LinesDataSelection | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IgnorePlan": "13b9931a-b8d4-4ae7-bb36-b96748b1871d", "Zoom": 1, "Start": "2025-04-04T02:39:52.4708621+00:00", "End": "2025-04-04T02:39:52.4708621+00:00", "CostType": "d7a85ba5-03a1-444e-908f-18fea85d7b67", "Plans": [ { "Id": "62046e41-8548-4152-8694-cdc4d56c2307", "Shift": 2 }, { "Id": "62046e41-8548-4152-8694-cdc4d56c2307", "Shift": 2 } ], "SearchField": "sample string 5", "SearchValue": "sample string 6", "GroupBy": "sample string 7", "ResourcesDataSelection": "sample string 8", "PlanDataSelection": "sample string 9", "LinesDataSelection": "sample string 10" }
Response Information
Resource Description
Collection of Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
[ { "sample string 1": {}, "sample string 3": {} }, { "sample string 1": {}, "sample string 3": {} } ]