DELETE AdminComments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AdminCommentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Questionnaire | string |
None. |
|
| QuestionnaireId | integer |
None. |
|
| MemberName | string |
None. |
|
| MemberCompany | string |
None. |
|
| Supplier | string |
None. |
|
| CommentContent | string |
None. |
|
| CommentType | string |
None. |
|
| EvaluationType | string |
None. |
|
| EvaluationTypeId | integer |
None. |
|
| CommentDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"questionnaire": "sample string 2",
"questionnaireId": 3,
"memberName": "sample string 4",
"memberCompany": "sample string 5",
"supplier": "sample string 6",
"commentContent": "sample string 7",
"commentType": "sample string 8",
"evaluationType": "sample string 9",
"evaluationTypeId": 10,
"commentDate": "2025-11-08T13:45:21.0601797+01:00"
}
application/xml, text/xml
Sample:
<AdminCommentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Administrator"> <CommentContent>sample string 7</CommentContent> <CommentDate>2025-11-08T13:45:21.0601797+01:00</CommentDate> <CommentType>sample string 8</CommentType> <EvaluationType>sample string 9</EvaluationType> <EvaluationTypeId>10</EvaluationTypeId> <Id>1</Id> <MemberCompany>sample string 5</MemberCompany> <MemberName>sample string 4</MemberName> <Questionnaire>sample string 2</Questionnaire> <QuestionnaireId>3</QuestionnaireId> <Supplier>sample string 6</Supplier> </AdminCommentDto>
