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": "ed59ffb3-d297-4c18-a0a1-950d5b716161", "Zoom": 1, "Start": "2025-07-08T19:31:22.5206905+00:00", "End": "2025-07-08T19:31:22.5206905+00:00", "CostType": "3f50ee40-11fa-4afa-b27f-0debb614ad8d", "Plans": [ { "Id": "9918f803-5450-463a-ae7e-ba9a0343ec4c", "Shift": 2 }, { "Id": "9918f803-5450-463a-ae7e-ba9a0343ec4c", "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": {} } ]