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 |