Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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