- GlassesPrescriptionVerificationJob
{ "lenses": { "__typename": "GlassesLenses" }, "frame": { "__typename": "GlassesFrame" }, "prescription": { "__typename": "GlassesPrescription" } }
{ "jobId": "Example String" }
{ "jobId": "Example String", "sendText": true, "sendEmail": true, "buyLink": true }
{ "frameOnly": true, "lensReplacement": true, "lensProtection": true, "sendBox": true }
The number of seconds between 0 and 20 to wait for completion; Default: 0 (no wait)
{ "glassesPrescriptionVerification": { "__typename": "GlassesPrescriptionVerificationJobOptions" }, "glassesPrescriptionIssuance": { "__typename": "GlassesPrescriptionIssuanceJobOptions" }, "glassesFulfillment": { "__typename": "GlassesFulfillmentJobOptions" }, "wait": 40 }
Glasses prescription verification job details
Unique ID for this job
Current job status
Current job reason, if applicable
Glasses details
Glasses options
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
Implements interfaces
Glasses job interface
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "glasses": { "__typename": "Glasses" }, "options": { "__typename": "GlassesJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Information about the patient
Patient ID
First name
Middle name
Last name
Date of birth in ISO 8601 format, i.e., YYYY-MM-DD
Phone number
Email address
Street address #1
Street address #2
City
State
Zip code
Scheduler link
{ "patientId": "Example String", "firstName": "Example String", "middleName": "Example String", "lastName": "Example String", "dateOfBirth": "Example String", "phoneNumber": "Example String", "email": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String", "schedulerLink": "Example String" }
Contacts output with prescription arrays
{ "products": { "__typename": "ContactsProducts" }, "prescription": { "__typename": "ContactsPrescription" }, "prescriptions": [ { "__typename": "ContactsPrescription" } ] }
Glasses output with prescription arrays
{ "lenses": { "__typename": "GlassesLenses" }, "frame": { "__typename": "GlassesFrame" }, "prescription": { "__typename": "GlassesPrescription" }, "prescriptions": [ { "__typename": "GlassesPrescription" } ] }
Vision Test Job details
Account key
Site key
Unique ID for this job
Current job status
Current job reason, if applicable
Patient details
Contacts details
Glasses details
List of tags used to correlate this job with other systems
Last date and time this job was updated
Date and time this job was created
{ "accountKey": "Example String", "siteKey": "Example String", "jobId": "Example String", "status": "Example String", "reason": "Example String", "patient": { "__typename": "Patient" }, "contacts": { "__typename": "ContactsOutput" }, "glasses": { "__typename": "GlassesOutput" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String", "createdAt": "Example String" }
Start Vision Test Job details
Account key
Site key
Unique ID for this job
Current job status
Current job reason, if applicable
Patient details
Contacts details
Glasses details
List of tags used to correlate this job with other systems
Last date and time this job was updated
Date and time this job was created
{ "accountKey": "Example String", "siteKey": "Example String", "jobId": "Example String", "status": "Example String", "reason": "Example String", "patient": { "__typename": "Patient" }, "contacts": { "__typename": "ContactsOutput" }, "glasses": { "__typename": "GlassesOutput" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String", "createdAt": "Example String" }