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": "2279ae89-64c0-44ed-8ae9-8b0c665b76b8", "Zoom": 1, "Start": "2025-04-04T02:36:32.9065317+00:00", "End": "2025-04-04T02:36:32.9065317+00:00", "CostType": "09ccf003-7ac8-4fcf-bba6-612edd8bf7d1", "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": {} } ]