# submitContactPrescriptionVerificationRequest **Type:** GraphQL mutations **Description:** Submit a contact prescription verification request ## Arguments - patient (PatientInput, Not Null): Patient information - 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 - doctorId (String): The doctor ID from the *doctors* query (conditionally required if *doctor* is not set) - doctor (DoctorInput): Doctor details (conditionally required if *doctorId* is not set) - 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 - products (ContactProductInput, Not Null): Ordered products - productId (String): ID that uniquely maps to a manufacturer, brand, and model combination - eye (Eye, Not Null): Indication of left (OS) or right (OD) eye - sphere (String): The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted - diameter (String): The width of the contact lens from edge to edge measured by millimeters - baseCurve (String): Indication of the curvature of the inside of the lens - axis (String): The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees - cylinder (String): The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted - addition (String): The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia - dominance (String): Indication of dominant or non-dominant eye - color (String): Color of the lens - packageSize (Int): Number of lenses per package - quantity (Int): Number of packages - prescriptions (ContactProductInput): Prescriptions pertinent to the ordered products (conditionally required if *fileIds* is not set) - productId (String): ID that uniquely maps to a manufacturer, brand, and model combination - eye (Eye, Not Null): Indication of left (OS) or right (OD) eye - sphere (String): The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted - diameter (String): The width of the contact lens from edge to edge measured by millimeters - baseCurve (String): Indication of the curvature of the inside of the lens - axis (String): The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees - cylinder (String): The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted - addition (String): The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia - dominance (String): Indication of dominant or non-dominant eye - color (String): Color of the lens - packageSize (Int): Number of lenses per package - quantity (Int): Number of packages - fileIds (String): File IDs from *uploadFile* for flat files containing prescription information (conditionally required if *prescriptions* is not set) - tags (String): Optional list of tags used to correlate this request with other systems ## Response **Type:** ContactPrescriptionVerificationRequest **Description:** Contact prescription verification request information ### Fields - id (String): Unique ID for this request - status (ContactPrescriptionVerificationRequestStatus): Current request status - expirationDate (String): Prescription expiration date if it is available - comments (String): Comments entered by Doctor and/or Visibly - updatedAt (String): Last date and time this request was updated