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": "60f72f3b-6dfa-4804-a70e-a375959817f4", "Zoom": 1, "Start": "2025-09-03T09:52:00.8892163+00:00", "End": "2025-09-03T09:52:00.8892163+00:00", "CostType": "eaa05d0c-52ee-4834-9e0e-414813b5792f", "Plans": [ { "Id": "d44d8265-202b-4392-924f-7d2894db7390", "Shift": 2 }, { "Id": "d44d8265-202b-4392-924f-7d2894db7390", "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": {} } ]