POST api/Candidate/GetCandidateOfficeLog
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CandidateOfficeAggregateDTOName | Description | Type | Additional information |
---|---|---|---|
OfficeId | integer |
None. |
|
OfficeName | string |
None. |
|
StateId | integer |
None. |
|
StateName | string |
None. |
|
StateCode | string |
None. |
|
OfficeIds | string |
None. |
|
AssignedCandidates | integer |
None. |
|
AvailableCandidates | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "OfficeId": 1, "OfficeName": "sample string 2", "StateId": 3, "StateName": "sample string 4", "StateCode": "sample string 5", "OfficeIds": "sample string 6", "AssignedCandidates": 7, "AvailableCandidates": 8 }, { "OfficeId": 1, "OfficeName": "sample string 2", "StateId": 3, "StateName": "sample string 4", "StateCode": "sample string 5", "OfficeIds": "sample string 6", "AssignedCandidates": 7, "AvailableCandidates": 8 } ]