Newer Version Available

This content describes an older version of this product. View Latest

Assigned Resource Input

Input representation of the assigned resource details.
Root XML tag
<assignedResources>
JSON example
1{
2  "assignedResources": [
3    {
4      "serviceResourceId": "0HnRM0000004Gzy0AE",
5      "isRequiredResource": true,
6      "isPrimaryResource": true,
7      "extendedFields": []
8    },
9    {
10      "serviceResourceId": "0HnRM0000004Mln0AE",
11      "isRequiredResource": true,
12      "isPrimaryResource": false,
13      "extendedFields": []
14    }
15  ]
16}
Properties
Name Type Description Required or Optional Available Version
extended​Fields Extended Fields Input[] Custom fields. Optional 48.0
isPrimary​Resource Boolean Indicates whether the assigned resource is the primary resource. For multi-resource appointments, only one resource can be a primary resource. Required if multi-resource scheduling is enabled. 48.0
isRequired​Resource Boolean Indicates whether the assigned resource is a required resource. Required 48.0
service​ResourceId String Resource who is assigned to the service appointment. Required 48.0