Records or updates the user's response to an appointment invitation.
| Name | Description | Default |
|---|---|---|
id
|
Unique task ID. | |
response
|
Response to the invitation. |
Content Type:
application/xml
or
application/json
Success or an error message.
| XML JSON |
|---|
<Response> <Result>string</Result> <!--Always 'Success'--> <Message>string</Message> <!--Error message--> </Response> |
{
"Result": "string", // Always 'Success'
"Message": "string" // Error message
}
|
| Code | Condition |
|---|---|
| 200 OK | The operation completed successfully. |
| 400 Bad Request | Invalid task or response. |
| 401 Unauthorized | Access token is invalid, expired or not specified. |
| 403 Forbidden | User does not have permission to respond to the invitation. |
| 404 Not Found | Task not found. |
| 406 Not Acceptable | Content type specified in the Accept header isn't supported. |
| 409 Conflict | User is not listed as an attendee. |
| 500 Internal Server Error | An internal error occurred. |
| Value | Description |
|---|---|
none | No response. |
accepted | Member accepted the invitation. |
declined | Member declined the invitation. |