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": "8b72b18b-4ed8-4e47-9b74-b37e0a6a8708", "Zoom": 1, "Start": "2024-12-16T03:22:30.249071+00:00", "End": "2024-12-16T03:22:30.249071+00:00", "CostType": "6bf2bbac-011d-4134-b7c1-61550c5f5e9c", "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": {} } ]