Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| answerId |
The answer identifier. |
integer |
Required |
Body Parameters
The answer.
Nano.Answer| Name | Description | Type | Additional information |
|---|---|---|---|
| acceptability |
Gets or sets the acceptability. |
string |
None. |
| acceptedByExplanation |
Gets or sets the accepted by explanation. |
string |
None. |
| acceptedDate |
Gets or sets the accepted date. |
date |
None. |
| value |
Gets or sets the value. |
string |
None. |
| acceptedById |
Gets or sets the accepted by identifier. |
integer |
None. |
| id |
Gets the answer identifier. |
integer |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
| question |
Gets or sets the question identifier. |
integer |
None. |
| appQuestion |
Gets or sets the application question identifier. |
integer |
None. |
| appTask |
Gets or sets the application task identifier. |
integer |
None. |
Request Formats
application/json, text/json
{
"acceptability": "sample String 1",
"acceptedByExplanation": "sample String 2",
"acceptedDate": "2025-11-09T06:00:59.9213664Z",
"value": "sample String 3",
"acceptedById": 1,
"id": "4",
"app": "5",
"person": "1",
"question": "6",
"appQuestion": "1",
"appTask": "1"
}
text/html
{"acceptability":"sample String 1","acceptedByExplanation":"sample String 2","acceptedDate":"2025-11-09T06:00:59.9213664Z","value":"sample String 3","acceptedById":1,"id":"4","app":"5","person":"1","question":"6","appQuestion":"1","appTask":"1"}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated answer.
Nano.Answer| Name | Description | Type | Additional information |
|---|---|---|---|
| acceptability |
Gets or sets the acceptability. |
string |
None. |
| acceptedByExplanation |
Gets or sets the accepted by explanation. |
string |
None. |
| acceptedDate |
Gets or sets the accepted date. |
date |
None. |
| value |
Gets or sets the value. |
string |
None. |
| acceptedById |
Gets or sets the accepted by identifier. |
integer |
None. |
| id |
Gets the answer identifier. |
integer |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
| question |
Gets or sets the question identifier. |
integer |
None. |
| appQuestion |
Gets or sets the application question identifier. |
integer |
None. |
| appTask |
Gets or sets the application task identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"acceptability": "sample String 1",
"acceptedByExplanation": "sample String 2",
"acceptedDate": "2025-11-09T06:00:59.9213664Z",
"value": "sample String 3",
"acceptedById": 1,
"id": "4",
"app": "5",
"person": "1",
"question": "6",
"appQuestion": "1",
"appTask": "1"
}
text/html
{"acceptability":"sample String 1","acceptedByExplanation":"sample String 2","acceptedDate":"2025-11-09T06:00:59.9213664Z","value":"sample String 3","acceptedById":1,"id":"4","app":"5","person":"1","question":"6","appQuestion":"1","appTask":"1"}
application/vnd.api+json
Sample not available.