Complete an opportunity task
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId |
Id for opportunity |
integer |
Required |
| taskId |
Id for opportunity task |
integer |
Required |
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompletedByUserId |
User Id for user who completed this task. Could be a participant, a trip admin, or an organization admin. |
integer |
Required |
| ParticipantId |
Required for tasks that are completed per participant |
integer |
{
"CompletedByUserId": 1,
"ParticipantId": 1
}
Sample not available.
https://api.servicereef.com/v1/events/{eventId}/tasks/{taskId}/complete?request={request}
| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean | ||
| ErrorMessage | string |
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.