POST api/event/AddCandidatesEvaluation
Request Information
URI Parameters
None.
Body Parameters
CandidatesEvaluationAddRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| JudgesName | string |
None. |
|
| JudgesEmail | string |
None. |
|
| DirectorUnitType | integer |
None. |
|
| CandidatesId | globally unique identifier |
None. |
|
| SpiritofWomenScore | string |
None. |
|
| SocialResponsibilityScore | string |
None. |
|
| UniqueTechnologyAndBusinessModelScore | string |
None. |
|
| ProspectsOnIndustryAndMarketScore | string |
None. |
|
| TotalScore | decimal number |
None. |
|
| OtherComments | string |
None. |
|
| CountryType | integer |
None. |
|
| ActionAndConfidenceScore | string |
None. |
|
| CareAndUnderstandingScore | string |
None. |
|
| WorkAndInnovationScore | string |
None. |
|
| CommunityOfHumanHealthDestinyScore | string |
None. |
|
| ContributionScore | decimal number |
None. |
|
| ContributionComments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"JudgesName": "sample string 1",
"JudgesEmail": "sample string 2",
"DirectorUnitType": 3,
"CandidatesId": "98f6c1dd-b35d-43d1-85c4-a30527453251",
"SpiritofWomenScore": "sample string 5",
"SocialResponsibilityScore": "sample string 6",
"UniqueTechnologyAndBusinessModelScore": "sample string 7",
"ProspectsOnIndustryAndMarketScore": "sample string 8",
"TotalScore": 9.1,
"OtherComments": "sample string 10",
"CountryType": 11,
"ActionAndConfidenceScore": "sample string 12",
"CareAndUnderstandingScore": "sample string 13",
"WorkAndInnovationScore": "sample string 14",
"CommunityOfHumanHealthDestinyScore": "sample string 15",
"ContributionScore": 16.1,
"ContributionComments": "sample string 17"
}
application/xml, text/xml
Sample:
<CandidatesEvaluationAddRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ActionAndConfidenceScore>sample string 12</ActionAndConfidenceScore> <CandidatesId>98f6c1dd-b35d-43d1-85c4-a30527453251</CandidatesId> <CareAndUnderstandingScore>sample string 13</CareAndUnderstandingScore> <CommunityOfHumanHealthDestinyScore>sample string 15</CommunityOfHumanHealthDestinyScore> <ContributionComments>sample string 17</ContributionComments> <ContributionScore>16.1</ContributionScore> <CountryType>11</CountryType> <DirectorUnitType>3</DirectorUnitType> <JudgesEmail>sample string 2</JudgesEmail> <JudgesName>sample string 1</JudgesName> <OtherComments>sample string 10</OtherComments> <ProspectsOnIndustryAndMarketScore>sample string 8</ProspectsOnIndustryAndMarketScore> <SocialResponsibilityScore>sample string 6</SocialResponsibilityScore> <SpiritofWomenScore>sample string 5</SpiritofWomenScore> <TotalScore>9.1</TotalScore> <UniqueTechnologyAndBusinessModelScore>sample string 7</UniqueTechnologyAndBusinessModelScore> <WorkAndInnovationScore>sample string 14</WorkAndInnovationScore> </CandidatesEvaluationAddRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCandidatesAddResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CandidatesAddResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.