PUT api/cases/{caseId}/questions/{questionId}/answers/{answerId}
Update an existing answer by Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | globally unique identifier |
Required |
|
| questionId | globally unique identifier |
Required |
|
| answerId | globally unique identifier |
Required |
Body Parameters
AnswerDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| QuestionId | globally unique identifier |
None. |
|
| ChoiceId | globally unique identifier |
None. |
|
| Text | string |
None. |
|
| ContextualText | string |
None. |
|
| OrderIndex | integer |
None. |
|
| SubQuestions | Collection of QuestionDetail |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.