Contacts Options Input
verification
prescription
fulfillment
Sample
{ "verification": { "__typename": "ContactsVerificationOptionsInput" }, "prescription": { "__typename": "ContactsPrescriptionOptionsInput" }, "fulfillment": { "__typename": "ContactsFulfillmentOptionsInput" } }
Referenced in
Prism Horizontal Input
Horizontal prism details
power
Power of the prism in diopters
direction
Direction of the prism from the base
Sample
{ "power": "Example String", "direction": "IN" }
Referenced in
Prism Vertical Input
Vertical prism details
power
Power of the prism in diopters
direction
Direction of the prism from the base
Sample
{ "power": "Example String", "direction": "UP" }
Referenced in
Prism Input
Prism correction details
horizontal
Horizontal prism power and direction
vertical
Vertical prism power and direction
Sample
{ "horizontal": { "__typename": "PrismHorizontalInput" }, "vertical": { "__typename": "PrismVerticalInput" } }
Referenced in
Correction Input
Sample
{ "sphere": "Example String", "cylinder": "Example String", "axis": "Example String", "addition": "Example String", "pupillaryDistance": 40, "segmentHeight": 40, "prism": { "__typename": "PrismInput" } }
Referenced in
Corrections Input
right
left
Sample
{ "right": { "__typename": "CorrectionInput" }, "left": { "__typename": "CorrectionInput" } }
Referenced in
Customer Input
Information about the customer
first Name
First name
middle Name
Middle name
last Name
Last name
date Of Birth
Date of birth in ISO 8601 format, i.e., YYYY-MM-DD
phone Number
Phone number
email
Email address
address
Street address #1
address2
Street address #2
city
City
state
State
zip Code
Zip code
Sample
{ "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" }
Referenced in