Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A JSON object representing the requested addons

    • The total count of addons that match the query, ignoring provided limit and offset (but including the rxSite filter setting)

    • An array of objects representing the requested addons

Property

Description

code

string

The unique code identifying the addon

desc

string

The text description for the addon

excludeFromRxSite

boolean

Whether or not the addon should be excluded from Rx-Site

externalCode

string|null

The value of of the _EXTERNALCODE VCA override, if set (otherwise null)

isAR

boolean

Whether or not the addon is anti reflective

isBackside

boolean

Whether or not the addon is backside

isMirror

boolean

Whether or not the addon is a mirror coat

isTint

boolean

Whether or not the addon is a tint

isUV

boolean

Whether or not the addon is UV

requiresDropBall

boolean

Whether or not the addon requires drop ball

requiresEtching

boolean

Whether or not the addon requires etching

requiresHarden

boolean

Whether or not the addon requires hardening

requiresPolish

boolean

Whether or not the addon requires polish

Error

If the code parameter does not match an addon for any order in the system an HTTP 404 code will be returned with the standard error body

...