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": "372047f8-8259-4d11-83ba-86293b8cdd8f", "Zoom": 1, "Start": "2025-10-19T09:08:50.938185+00:00", "End": "2025-10-19T09:08:50.938185+00:00", "CostType": "d7f1d02d-2f3a-4068-9c58-b4c225c11b96", "Plans": [ { "Id": "f3162076-6230-4350-9397-617bd845d74e", "Shift": 2 }, { "Id": "f3162076-6230-4350-9397-617bd845d74e", "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": {} } ]