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": "f6cbd979-028e-4eb1-877b-5ffa8c119ef2", "Zoom": 1, "Start": "2025-09-13T12:53:51.8500609+00:00", "End": "2025-09-13T12:53:51.8500609+00:00", "CostType": "180a24ec-9b54-4e44-9245-6e6be68a4f83", "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": {} } ]