POST api/modeler/resplan/capacitychart

Request Information

URI Parameters

None.

Body Parameters

ModelerResPlanCapacityPost
NameDescriptionTypeAdditional 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": "7a63e142-1b49-4a6d-a393-75352547625d",
  "Zoom": 1,
  "Start": "2024-10-18T08:33:26.7945443+00:00",
  "End": "2024-10-18T08:33:26.7945443+00:00",
  "CostType": "b6c4fe45-fa23-4fc7-97e2-e12e2dba1512",
  "Plans": [
    {
      "Id": "502a0515-1b05-4e1e-aed3-4259025fcb2b",
      "Shift": 2
    },
    {
      "Id": "502a0515-1b05-4e1e-aed3-4259025fcb2b",
      "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": {}
  }
]