Book Slot Chain Output
Output representation of the request to create service appointments.
- JSON example
-
1{ 2 "isSuccess":true, 3 "serviceAppointmentIds":[ 4 "08pxx0000004C92AAE", 5 "08pxx0000004C92AAE", 6 "08pxx0000004C92AAE" 7 ], 8 "serviceAppointmentGroupId":"08pxx0000004C92AAE", 9 "message":"", 10 "code":200 11}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | API response code. | Small, 60.0 | 60.0 |
| isSuccess | Boolean | Indicates whether the request was successful (true) or not (false). | Small, 60.0 | 60.0 |
| message | String | Error message when the request fails. | Small, 60.0 | 60.0 |
| serviceAppointmentGroupId | String | ID of the service appointment group to which the created service appointments belong to. | Small, 60.0 | 60.0 |
| serviceAppointmentIds | String[] | IDs of the created service appointments. | Big, 60.0 | 60.0 |