Create Visit Output
- JSON example
-
{ "code": "201", "errorCode": "", "errorMessage": "", "status": "Success", "visitId": "<visitId>" }
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 |