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": "ad995153-409e-405b-9cd0-0c291e7aea16", "Zoom": 1, "Start": "2024-12-18T19:54:45.6238505+00:00", "End": "2024-12-18T19:54:45.6238505+00:00", "CostType": "63129eb2-789a-4426-83da-afd5a08529ff", "Plans": [ { "Id": "0e03304a-a92f-4671-9e46-b7ac8681cf0a", "Shift": 2 }, { "Id": "0e03304a-a92f-4671-9e46-b7ac8681cf0a", "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": {} } ]