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.
Appointment Management Output
Output representation for appointment management.
- JSON example
-
1{ 2 "id": "08pxx0000004KhxxAE", 3 "isSuccess": true, 4 "status": "scheduled", 5 "error": {} 6 }
- Properties
-
Property Name Type Description Filter Group and Version Available Version error Array List of errors returned. This field is populated if isSuccess is false. Small, 65.0 65.0 id String ID of the appointment. Small, 65.0 65.0 isSuccess Boolean Indicates whether the appointment is created successfully (true) or not (false). Small, 65.0 65.0 status String Status of the appointment such as scheduled, rejected. Small, 65.0 65.0