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.

Resources Input

Input representation for getting appointment slot resources.
JSON Example
1
2                                {
3  "resources": [
4    {
5      "resourceId": "string",
6      "serviceTerritoryId": "003xx000000Y4xxYCD",
7      "serviceResourceId": "c51xx000000B1xxBCI",
8      "assetCategory": "string",
9      "serviceTypes": "Provider"
10    }
11  ]
12}                        
Properties
Property Name Type Description Required or Optional available version
resource​Id String ID of the Healthcare Practitioner Facility for Provider and Asset ID for the Asset. Optional 65.0
service​Territory​Id String ID of the Service Territory. Optional 65.0
service​Resource​Id String ID of the service resource. Optional 65.0
assest​Category String Asset category of the resource. Optional 65.0
resource​Type String Type of the resource. Possible values are:
  • provider​
  • device​
Optional 65.0