Start submitting instantvob s quickly and easily.
After submitting a full VOB request, be sure to capture the id
of the VOB record. You can configure your webhook configuration to receive status updates along the way, including the final full record once the VOB is completed.
To supply a valid insurance company in the vendor
field, you can call the Get Vendors endpoint to retrieve a list of valid vendors. The value you post must be sent over in the same format they are returned from this endpoint.
To supply a specific specialty different from your company's default specialty (or if a default is not set) in the specialtyId
field, you can call the Get Specialties endpoint to retrieve a list of valid specialties.
Submit a Full VOB with File Uploads
To include file uploads for the patient's driver's license and/or insurance card's front and back, simply post the same request as multipart form data (Content-Type: multipart/form-data
) with the following additional fields posted as files:
driversLicenseImg
For the front of the driver's license image.driversLicenseImgBack
For the back of the driver's license image.insuranceCardImg
For the front of the Insurance card image.insuranceCardImgBack
For the back of the Insurance card image.