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.
Create Visit Output
- JSON example
-
1{ 2 "code": "201", 3 "errorCode": "", 4 "errorMessage": "", 5 "status": "Success", 6 "visitId": "<visitId>" 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | Code returned by the create visit request. | Small, 55.0 | 55.0 |
| errorCode | String | Error code with information about the error. | Small, 55.0 | 55.0 |
| errorMessage | String | Message stating the reason for error, if any. | Small, 55.0 | 55.0 |
| status | String | Status of the create visit request. | Small, 55.0 | 55.0 |
| visitId | String | ID of the visit record that is created. | Small, 55.0 | 55.0 |