- PrismInput
{ "jobId": "Example String", "sendText": true, "sendEmail": true, "buyLink": true }
{ "jobId": "Example String" }
The number of seconds between 0 and 20 to wait for completion; Default: 0 (no wait)
{ "contactsSuggestion": { "__typename": "ContactsSuggestionJobOptionsInput" }, "contactsPrescriptionVerification": { "__typename": "ContactsPrescriptionVerificationJobOptionsInput" }, "contactsPrescriptionIssuance": { "__typename": "ContactsPrescriptionIssuanceJobOptionsInput" }, "contactsFulfillment": { "__typename": "ContactsFulfillmentJobOptionsInput" }, "wait": 40 }
Horizontal prism details
Power of the prism in diopters
Direction of the prism from the base
{ "power": "Example String", "direction": "IN" }
Vertical prism details
Power of the prism in diopters
Direction of the prism from the base
{ "power": "Example String", "direction": "UP" }
Prism correction details
Horizontal prism power and direction
Vertical prism power and direction
{ "horizontal": { "__typename": "PrismHorizontalInput" }, "vertical": { "__typename": "PrismVerticalInput" } }
{ "sphere": "Example String", "cylinder": "Example String", "axis": "Example String", "addition": "Example String", "pupillaryDistance": 40, "segmentHeight": 40, "prism": { "__typename": "PrismInput" } }
{ "right": { "__typename": "CorrectionInput" }, "left": { "__typename": "CorrectionInput" } }
Information about the customer
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
{ "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" }
Information about the frame
Frame SKU
{ "sku": "Example String" }
Pupillary distance
Used to indicate single pupillary distance value in millimeters; Conditionally required if near and distance values are not provided
Used to indicate pupillary distance for near vision in millimeters; Conditionally required if intermediate value is not provided
Used to indicate pupillary distance for distance vision in millimeters; Conditionally required if intermediate value is not provided
{ "intermediate": 40, "near": 40, "distance": 40 }