Resolve Appointment Task Blocker

Resolve a blocker for an appointment task. Each blocker type has a different resolution type as specified below. For example, if the blocker is for missing insurance information, the resolution will be an object with the insurance plan name and member ID. Once all blockers are resolved, the task will continue to be processed.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

appointmentTaskIdstringRequired
The ID of the task to resolve the blocker for.

Request

This endpoint expects an object.
blockerIdstringRequired
The ID of the blocker to resolve.
resolutionobjectRequired
The resolution details for the blocker.