POST api/administrator/GetCandidateProfile
Request Information
URI Parameters
None.
Body Parameters
GetCandidateDetailRequestName | Description | Type | Additional information |
---|---|---|---|
SearchText | string |
None. |
|
SkipRow | integer |
None. |
|
TakeRow | integer |
None. |
|
StateId | integer |
None. |
|
PostId | integer |
None. |
|
SubjectId | integer |
None. |
|
StatusList | Collection of integer |
None. |
|
PostName | string |
None. |
|
ExamDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "SearchText": "sample string 1", "SkipRow": 2, "TakeRow": 3, "StateId": 4, "PostId": 5, "SubjectId": 6, "StatusList": [ 1, 2 ], "PostName": "sample string 7", "ExamDate": "2025-04-18T03:21:34.3506435+05:30" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.