# verifyGlassesPrescription **Type:** GraphQL mutations **Description:** Start a glasses prescription verification job ## Arguments - glasses (GlassesInput, Not Null): Glasses details - lenses (GlassesLensesInput): undefined - right (GlassesLensInput): undefined - type (GlassesLensType): Lens type - material (GlassesLensMaterial): Lens material - quality (GlassesLensQuality): Lens quality - color (String): Lens color - edge (GlassesLensEdge): Lens edge finish - addons (String): Additional anti-reflective, anti-fog, anti-scratch, and other coatings - focus (GlassesLensFocus): Lens focus - sphere (String): Sphere - cylinder (String): Cylinder - axis (String): Axis - addition (String): Addition - pupillaryDistance (PupillaryDistanceInput): Pupillary distance - segmentHeight (String): Segment height - prism (GlassesLensPrismInput): Prism corrections - left (GlassesLensInput): undefined - type (GlassesLensType): Lens type - material (GlassesLensMaterial): Lens material - quality (GlassesLensQuality): Lens quality - color (String): Lens color - edge (GlassesLensEdge): Lens edge finish - addons (String): Additional anti-reflective, anti-fog, anti-scratch, and other coatings - focus (GlassesLensFocus): Lens focus - sphere (String): Sphere - cylinder (String): Cylinder - axis (String): Axis - addition (String): Addition - pupillaryDistance (PupillaryDistanceInput): Pupillary distance - segmentHeight (String): Segment height - prism (GlassesLensPrismInput): Prism corrections - type (GlassesLensType): Lens type - material (GlassesLensMaterial): Lens material - quality (GlassesLensQuality): Lens quality - color (String): Lens color - edge (GlassesLensEdge): Lens edge finish - addons (String): Additional anti-reflective, anti-fog, anti-scratch, and other coatings - focus (GlassesLensFocus): Lens focus - sphere (String): Sphere - cylinder (String): Cylinder - axis (String): Axis - addition (String): Addition - pupillaryDistance (PupillaryDistanceInput): Pupillary distance - intermediate (Float): Used to indicate single pupillary distance value in millimeters; Conditionally required if *near* and *distance* values are not provided - near (Float): Used to indicate pupillary distance for near vision in millimeters; Conditionally required if *intermediate* value is not provided - distance (Float): Used to indicate pupillary distance for distance vision in millimeters; Conditionally required if *intermediate* value is not provided - segmentHeight (String): Segment height - prism (GlassesLensPrismInput): Prism corrections - horizontal (GlassesLenPrismHorizontalInput): Horizontal prism power and direction - vertical (GlassesLenPrismVerticalInput): Vertical prism power and direction - frame (GlassesFrameInput): undefined - sku (String): Frame SKU - prescription (GlassesPrescriptionInput): undefined - fileId (String): File ID from *uploadFile* - prescriptionId (String): Prescription ID - doctor (DoctorInput): Prescribing doctor details - doctorId (String): Doctor ID (conditionally required if doctor name, practice name, and phone number are not set) - doctorName (String): Doctor name (conditionally required if doctor ID is not set) - practiceName (String): Practice name (conditionally required if doctor ID is not set) - phoneNumber (String): Phone number (conditionally required if doctor ID is not set) - faxNumber (String): Fax number - email (String): Doctor email address - address (String): Street address #1 - address2 (String): Street address #2 - city (String): City - state (String): State - zipCode (String): Zip code - url (String): Website URL - patient (PatientInput): Patient details - patientId (String): Patient ID - firstName (String): First name - middleName (String): Middle name - lastName (String): Last name - dateOfBirth (String): Date of birth in ISO 8601 format, i.e., YYYY-MM-DD - phoneNumber (String): Phone number - email (String): Email address - address (String): Street address #1 - address2 (String): Street address #2 - city (String): City - state (String): State - zipCode (String): Zip code - schedulerLink (String): Scheduler link - corrections (GlassesLensesInput): Prescribed corrections for distance, near, or multifocal lenses - right (GlassesLensInput) - left (GlassesLensInput) - type (GlassesLensType): Lens type - material (GlassesLensMaterial): Lens material - quality (GlassesLensQuality): Lens quality - color (String): Lens color - edge (GlassesLensEdge): Lens edge finish - addons (String): Additional anti-reflective, anti-fog, anti-scratch, and other coatings - focus (GlassesLensFocus): Lens focus - sphere (String): Sphere - cylinder (String): Cylinder - axis (String): Axis - addition (String): Addition - pupillaryDistance (PupillaryDistanceInput): Pupillary distance - segmentHeight (String): Segment height - prism (GlassesLensPrismInput): Prism corrections - issueDate (String): Issue date for the prescription YYYY-MM-DD format - expirationDate (String): Expiration date for the prescription YYYY-MM-DD format - options (GlassesJobOptionsInput): Job options - glassesPrescriptionVerification (GlassesPrescriptionVerificationJobOptionsInput): undefined - jobId (String) - glassesPrescriptionIssuance (GlassesPrescriptionIssuanceJobOptionsInput): undefined - jobId (String) - sendText (Boolean) - sendEmail (Boolean) - buyLink (Boolean) - glassesFulfillment (GlassesFulfillmentJobOptionsInput): undefined - frameOnly (Boolean) - lensReplacement (Boolean) - lensProtection (Boolean) - sendBox (Boolean) - wait (Int): The number of seconds between 0 and 20 to wait for completion; Default: 0 (no wait) - tags (TagInput): List of tags - name (String): The name of the tag - value (String): The value of the tag ## Response **Type:** GlassesPrescriptionVerificationJob **Description:** Glasses prescription verification job details ### Fields - jobId (String): Unique ID for this job - status (String): Current job status - reason (String): Current job reason, if applicable - glasses (Glasses): Glasses details - options (GlassesJobOptions): Glasses options - tags (Tag): List of tags used to correlate this workflow with other systems - updatedAt (String): Last date and time this job was updated