PUT Search
Request Information
URI Parameters
None.
Body Parameters
SearchResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| QuestionnaireId | integer |
None. |
|
| SearchTopic1 | integer |
None. |
|
| SearchTopic2 | integer |
None. |
|
| SearchTopic3 | integer |
None. |
|
| SearchComment | string |
String length: inclusive between 0 and 1000 |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"questionnaireId": 2,
"searchTopic1": 1,
"searchTopic2": 1,
"searchTopic3": 1,
"searchComment": "sample string 3"
}
application/xml, text/xml
Sample:
<SearchResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Site"> <Id>1</Id> <QuestionnaireId>2</QuestionnaireId> <SearchComment>sample string 3</SearchComment> <SearchTopic1>1</SearchTopic1> <SearchTopic2>1</SearchTopic2> <SearchTopic3>1</SearchTopic3> </SearchResponseDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EvaluateResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| QuestionnaireId | integer |
None. |
|
| SupplierId | integer |
None. |
|
| StartedAsFirstReaction | boolean |
None. |
|
| RelatedCommentId | integer |
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. |
|
| EvaluationTopic1 | integer |
None. |
|
| EvaluationTopic1Score | decimal number |
Range: inclusive between 1 and 10 |
|
| EvaluationTopic2 | integer |
None. |
|
| EvaluationTopic2Score | decimal number |
Range: inclusive between 1 and 10 |
|
| EvaluationTopic3 | integer |
None. |
|
| EvaluationTopic3Score | decimal number |
Range: inclusive between 1 and 10 |
|
| ComplaintsUttered | integer |
Range: inclusive between 1 and 6 |
|
| ComplaintAnswered | integer |
Range: inclusive between 1 and 6 |
|
| ComplaintsHandlingScore | decimal number |
Range: inclusive between 1 and 10 |
|
| AddedValue | decimal number |
Range: inclusive between 1 and 10 |
|
| Recommendation | decimal number |
Range: inclusive between 1 and 10 |
|
| Competitive | decimal number |
Range: inclusive between 1 and 10 |
|
| Anonimity | integer |
Range: inclusive between 1 and 6 |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"questionnaireId": 2,
"supplierId": 3,
"startedAsFirstReaction": true,
"relatedCommentId": 1,
"supplierOtherText": "sample string 4",
"overallSatisfaction": 1.0,
"overallSatisfactionComment": "sample string 5",
"overallSatisfactionCommentApproval": true,
"evaluationTopic1": 1,
"evaluationTopic1Score": 1.0,
"evaluationTopic2": 1,
"evaluationTopic2Score": 1.0,
"evaluationTopic3": 1,
"evaluationTopic3Score": 1.0,
"complaintsUttered": 1,
"complaintAnswered": 1,
"complaintsHandlingScore": 1.0,
"addedValue": 1.0,
"recommendation": 1.0,
"competitive": 1.0,
"anonimity": 1
}
application/xml, text/xml
Sample:
<EvaluateResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Site"> <AddedValue>1</AddedValue> <Anonimity>1</Anonimity> <Competitive>1</Competitive> <ComplaintAnswered>1</ComplaintAnswered> <ComplaintsHandlingScore>1</ComplaintsHandlingScore> <ComplaintsUttered>1</ComplaintsUttered> <EvaluationTopic1>1</EvaluationTopic1> <EvaluationTopic1Score>1</EvaluationTopic1Score> <EvaluationTopic2>1</EvaluationTopic2> <EvaluationTopic2Score>1</EvaluationTopic2Score> <EvaluationTopic3>1</EvaluationTopic3> <EvaluationTopic3Score>1</EvaluationTopic3Score> <Id>1</Id> <OverallSatisfaction>1</OverallSatisfaction> <OverallSatisfactionComment>sample string 5</OverallSatisfactionComment> <OverallSatisfactionCommentApproval>true</OverallSatisfactionCommentApproval> <QuestionnaireId>2</QuestionnaireId> <Recommendation>1</Recommendation> <RelatedCommentId>1</RelatedCommentId> <StartedAsFirstReaction>true</StartedAsFirstReaction> <SupplierId>3</SupplierId> <SupplierOtherText>sample string 4</SupplierOtherText> </EvaluateResponseDto>
