Visitor Attributes Input

Input representation of the visitor attributes. For example, for a medical device visit, visitor can be the sales representative and the clinical specialist.
JSON example
"visitor": [
  {
    "user": "005xx000001X7fNAAS",
    "primaryVisitor": true
  }
]
Properties
Name Type Description Required or Optional Available Version
primary Boolean Indicates whether a service resource is the primary resource (true) or not (false) for a visit. Required 55.0
user String ID of the assigned service resource. Required 55.0