POST PlanCare2Api/Questionnaires/FilledQuestionnaires/UpdateAnswer
Post answer.
Request Information
URI Parameters
None.
Body Parameters
Answer to update.
FilledQuestionnaireQuestionAnswer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id. |
integer |
None |
| QuestionGuid |
Guid of the question. |
globally unique identifier |
None |
| AnswerText |
AnswerText. |
string |
None |
| AnswerNumber |
AnswerNumber. |
decimal number |
None |
| AnswerDateTime |
AnswerDateTime. |
date |
None |
| Explanation |
Explanation. |
string |
None |
| SelectedAnswerPossibilityGuids |
Guids of the selected answerpossibilities. |
Collection of globally unique identifier |
None |
| PossibleToNavigateTo |
Determines whether the question can be navigated to. |
boolean |
None |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"QuestionGuid": "bd9b6ae9-38b1-41f2-92f0-62b1cba96904",
"AnswerText": "sample string 3",
"AnswerNumber": 1.0,
"AnswerDateTime": "2026-05-26T21:07:29.7585698+02:00",
"Explanation": "sample string 4",
"SelectedAnswerPossibilityGuids": [
"0af5b652-2304-4c59-b387-eea5297492fd",
"8e148ff2-afa5-4412-a105-64fa9ec33009"
],
"PossibleToNavigateTo": true
}
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |