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
1"visitor": [
2  {
3    "user": "005xx000001X7fNAAS",
4    "primaryVisitor": true
5  }
6]
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