- Order
Attributes of the file to be uploaded
Unique File ID
Full file name provided by the user
File type corresponds directly with the MIME type (and often the file extension)
Signed URL enabling file upload via HTTP PUT with 15-minute expiration
{ "id": "Example String", "name": "Example String", "type": "BMP", "uploadUrl": "Example String" }
Contact prescription verification request information
Unique ID for this request
Current request status
Prescription expiration date if it is available
Comments entered by Doctor and/or Visibly
Last date and time this request was updated
{ "id": "Example String", "status": "NEW", "expirationDate": "Example String", "comments": "Example String", "updatedAt": "Example String" }
Contact prescription verification request information
Unique ID for this job
Current job status
Current job reason, if applicable
Notes entered by Doctor and/or Visibly
Prescription issue date, if available
Prescription expiration date, if available
Prescriptions pertinent to the ordered products (inclusive of changes required)
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "notes": "Example String", "issueDate": "Example String", "expirationDate": "Example String", "prescriptions": [ { "__typename": "ContactPrescription" } ], "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Prescription renewal information
Workflow ID associated with this prescription renewal
Current status
Current reason, if applicable
Prescription issue date, if available
Prescription expiration date, if available
Prescriptions pertinent to the ordered products (inclusive of changes required)
List of tags used to correlate this renewal with other systems
Last date and time this renewal was updated
{ "workflowId": "Example String", "status": "Example String", "reason": "Example String", "issueDate": "Example String", "expirationDate": "Example String", "prescriptions": [ { "__typename": "ContactPrescription" } ], "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Start Workflow Request information
Unique ID for this workflow
If applicable, the launch URL for the first step in this workflow
Unique ID for a prescription verification request if applicable
Current request status
Unique ID for a prescription verification job (conditionally available)
Current prescription verification job status (conditionally available)
Last date and time this request was updated
{ "workflowId": "Example String", "launchUrl": "Example String", "requestId": "Example String", "requestStatus": "NEW", "jobId": "Example String", "status": "Example String", "updatedAt": "Example String" }
Order details
Unique ID for this order
Current order status
{ "orderId": "Example String", "status": "Example String" }
Start vision test response
The launch URL for the vision test
The job ID for the vision-test job (if applicable, simulation support only)
{ "launchUrl": "Example String", "jobId": "Example String" }
Contacts Product Mapping Response
{ "ok": "Example String" }
Custom tags containing references to other systems
The name of the tag
The value of the tag
{ "name": "Example String", "value": "Example String" }
ID that uniquely maps to a manufacturer, brand, and model combination
Manufacturer name
Brand name
Schedule name
Type name (Toric, Multi-Focal, etc.)
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens measured in millimeters
The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees
The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia
Indication of dominant or non-dominant eye
Color of the lens
Number of lenses per package
Number of packages
{ "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "schedule": "Example String", "type": "Example String", "diameter": "Example String", "baseCurve": "Example String", "sphere": "Example String", "axis": "Example String", "cylinder": "Example String", "addition": "Example String", "dominance": "Example String", "color": "Example String", "packageSize": 40, "quantity": 40 }
{ "right": { "__typename": "ContactsProduct" }, "left": { "__typename": "ContactsProduct" } }