POST api/resplan/capacitychart
Request Information
URI Parameters
None.
Body Parameters
CandidatesPostName | Description | Type | Additional 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": "a550d136-c21b-4392-80e4-42f2cd5f9de8", "Zoom": 1, "Start": "2025-07-16T12:29:37.7347348+00:00", "End": "2025-07-16T12:29:37.7347348+00:00", "CostType": "745a1f97-1c2d-4fd1-8b6a-9f0c9a9daddb", "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": {} } ]