POST api/event/GetCandidatesInfoList

Request Information

URI Parameters

None.

Body Parameters

CandidatesListRequest
NameDescriptionTypeAdditional information
CountryType

integer

None.

JudgesEmail

string

None.

IsEvaluation

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryType": 1,
  "JudgesEmail": "sample string 2",
  "IsEvaluation": true
}

application/xml, text/xml

Sample:
<CandidatesListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <CountryType>1</CountryType>
  <IsEvaluation>true</IsEvaluation>
  <JudgesEmail>sample string 2</JudgesEmail>
</CandidatesListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfListOfCandidatesInfoResponse
NameDescriptionTypeAdditional information
Content

Collection of CandidatesInfoResponse

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.