POST api/resplan/capacitychart

Request Information

URI Parameters

None.

Body Parameters

CandidatesPost
NameDescriptionTypeAdditional information
IgnorePlan

globally unique identifier

None.

Zoom

Zoom

None.

Start

date

None.

End

date

None.

CostType

globally unique identifier

None.

SearchField

string

None.

SearchValue

string

None.

GroupBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IgnorePlan": "85d64072-8ad1-4ea4-b852-67d24f5c9fac",
  "Zoom": 1,
  "Start": "2024-10-18T08:32:20.578404+00:00",
  "End": "2024-10-18T08:32:20.578404+00:00",
  "CostType": "1fc56eac-4f44-42de-91cb-e7b2b26085b4",
  "SearchField": "sample string 5",
  "SearchValue": "sample string 6",
  "GroupBy": "sample string 7"
}

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": {}
  }
]