Create Verify-Practice-Info Task
Create a verify-practice-info task.
Specify a practice, and we will call the practice to verify details about the practice, such as its address and fax number.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
practice
The practice to call.
seedData
Information that you already have about the practice.
We will not assume this information to be accurate, but we may reference it during the call. For example, if you specify a fax number, we may ask “Is your fax number still <fax number>?”
customMetadata
Custom metadata to associate with this task.
When you retrieve a task, this metadata will be included in the response.
delayInMinutes
The minimum number of minutes for Ferry to wait before starting the task.
Response
This endpoint returns an object.
verifyPracticeInfoTaskId
The ID of the newly created verify-practice-info task. Ferry will asynchronously process the task. You can poll for the status of the task with the Get Verify-Practice-Info Task endpoint.