PUT Result

Request Information

URI Parameters

None.

Body Parameters

ResultsViewingUpdateDto
NameDescriptionTypeAdditional information
Id

integer

None.

PartUpdated

integer

None.

QuestionnaireId

integer

None.

QR1

integer

Range: inclusive between 1 and 6

QR2

integer

Range: inclusive between 1 and 6

QR3

integer

Range: inclusive between 1 and 6

QR4

integer

Range: inclusive between 1 and 6

QR5

integer

Range: inclusive between 1 and 6

QR6

integer

Range: inclusive between 1 and 6

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "partUpdated": 2,
  "questionnaireId": 3,
  "qR1": 1,
  "qR2": 1,
  "qR3": 1,
  "qR4": 1,
  "qR5": 1,
  "qR6": 1
}

application/xml, text/xml

Sample:
<ResultsViewingUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Site">
  <Id>1</Id>
  <PartUpdated>2</PartUpdated>
  <QR1>1</QR1>
  <QR2>1</QR2>
  <QR3>1</QR3>
  <QR4>1</QR4>
  <QR5>1</QR5>
  <QR6>1</QR6>
  <QuestionnaireId>3</QuestionnaireId>
</ResultsViewingUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CommentDto
NameDescriptionTypeAdditional information
Id

integer

None.

RelatedCommentId

integer

None.

RelatedCommentsText

string

None.

QuestionnaireId

integer

None.

Supplier

string

None.

SupplierId

integer

None.

Content

string

None.

CommentTypeId

integer

None.

LocaleMember

string

None.

Date

date

None.

IsOwnSupplier

boolean

None.

RelatedComments

Collection of CommentDto

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.