POST Evaluation

Request Information

URI Parameters

None.

Body Parameters

EvaluateFirstReactionResponseDto
NameDescriptionTypeAdditional information
Id

integer

None.

QuestionnaireId

integer

None.

SupplierId

integer

None.

StartedAsFirstReaction

boolean

None.

RelatedCommentId

integer

None.

CanContinueCompleteEvaluation

boolean

None.

SupplierOtherText

string

String length: inclusive between 0 and 50

OverallSatisfaction

decimal number

Range: inclusive between 1 and 10

OverallSatisfactionComment

string

String length: inclusive between 0 and 1000

OverallSatisfactionCommentApproval

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "questionnaireId": 2,
  "supplierId": 3,
  "startedAsFirstReaction": true,
  "relatedCommentId": 1,
  "canContinueCompleteEvaluation": true,
  "supplierOtherText": "sample string 4",
  "overallSatisfaction": 1.0,
  "overallSatisfactionComment": "sample string 5",
  "overallSatisfactionCommentApproval": true
}

application/xml, text/xml

Sample:
<EvaluateFirstReactionResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Site">
  <CanContinueCompleteEvaluation>true</CanContinueCompleteEvaluation>
  <Id>1</Id>
  <OverallSatisfaction>1</OverallSatisfaction>
  <OverallSatisfactionComment>sample string 5</OverallSatisfactionComment>
  <OverallSatisfactionCommentApproval>true</OverallSatisfactionCommentApproval>
  <QuestionnaireId>2</QuestionnaireId>
  <RelatedCommentId>1</RelatedCommentId>
  <StartedAsFirstReaction>true</StartedAsFirstReaction>
  <SupplierId>3</SupplierId>
  <SupplierOtherText>sample string 4</SupplierOtherText>
</EvaluateFirstReactionResponseDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EvaluateFirstReactionResponseDto
NameDescriptionTypeAdditional information
Id

integer

None.

QuestionnaireId

integer

None.

SupplierId

integer

None.

StartedAsFirstReaction

boolean

None.

RelatedCommentId

integer

None.

CanContinueCompleteEvaluation

boolean

None.

SupplierOtherText

string

String length: inclusive between 0 and 50

OverallSatisfaction

decimal number

Range: inclusive between 1 and 10

OverallSatisfactionComment

string

String length: inclusive between 0 and 1000

OverallSatisfactionCommentApproval

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "questionnaireId": 2,
  "supplierId": 3,
  "startedAsFirstReaction": true,
  "relatedCommentId": 1,
  "canContinueCompleteEvaluation": true,
  "supplierOtherText": "sample string 4",
  "overallSatisfaction": 1.0,
  "overallSatisfactionComment": "sample string 5",
  "overallSatisfactionCommentApproval": true
}

application/xml, text/xml

Sample:
<EvaluateFirstReactionResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Site">
  <CanContinueCompleteEvaluation>true</CanContinueCompleteEvaluation>
  <Id>1</Id>
  <OverallSatisfaction>1</OverallSatisfaction>
  <OverallSatisfactionComment>sample string 5</OverallSatisfactionComment>
  <OverallSatisfactionCommentApproval>true</OverallSatisfactionCommentApproval>
  <QuestionnaireId>2</QuestionnaireId>
  <RelatedCommentId>1</RelatedCommentId>
  <StartedAsFirstReaction>true</StartedAsFirstReaction>
  <SupplierId>3</SupplierId>
  <SupplierOtherText>sample string 4</SupplierOtherText>
</EvaluateFirstReactionResponseDto>