{ "uuid": "cb81d5a0-3244-4c30-963c-b62d23d2502f", "lastMigration": 29, "name": "OnSched API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "c4343cd5-3bd6-4baf-9fae-22286faa89d8", "documentation": "Returns a list of appointments.", "method": "get", "endpoint": "consumer/v1/appointments", "responses": [ { "uuid": "4518ff87-bea2-4f09-8314-8b85da3a2bbe", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8becbe49-2d19-45bc-a9b4-0a12b2ff62c1", "documentation": "Returns an appointment object", "method": "post", "endpoint": "consumer/v1/appointments", "responses": [ { "uuid": "7cb28e7b-e465-4d0d-b06c-592e1ffa5e6f", "body": "{\n \"auditTrail\": [\n {\n \"appointmentId\": \"\",\n \"id\": \"\",\n \"modificationType\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"{{faker 'date.recent' 365}}\",\n \"notesAfter\": \"\",\n \"notesBefore\": \"\",\n \"statusAfter\": \"\",\n \"statusBefore\": \"\"\n }\n ],\n \"bookedBy\": \"\",\n \"businessName\": \"\",\n \"calendarId\": \"\",\n \"confirmationNumber\": \"\",\n \"confirmed\": {{faker 'datatype.boolean'}},\n \"createDate\": \"\",\n \"customFields\": {},\n \"customerId\": \"\",\n \"customerMessage\": \"\",\n \"customers\": [\n {\n \"appointmentId\": \"\",\n \"customerId\": \"\"\n }\n ],\n \"date\": \"\",\n \"dateInternational\": \"\",\n \"downloadIcsUrl\": \"\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"email\": \"\",\n \"emailConfirmationSent\": \"\",\n \"emailReminderSent\": \"\",\n \"endDateTime\": \"\",\n \"firstname\": \"\",\n \"groupSize\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"lastModifiedBy\": \"\",\n \"lastModifiedOn\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"location\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"objectName\": \"\",\n \"onlineBooking\": {{faker 'datatype.boolean'}},\n \"paymentStatus\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phoneExt\": \"\",\n \"phoneType\": \"\",\n \"rescheduledId\": \"\",\n \"resourceGroupId\": \"\",\n \"resourceGroupName\": \"\",\n \"resourceId\": \"\",\n \"resourceImageUrl\": \"\",\n \"resourceName\": \"\",\n \"resources\": [\n {\n \"appointmentId\": \"\",\n \"resourceId\": \"\"\n }\n ],\n \"serviceAllocationId\": \"\",\n \"serviceId\": \"\",\n \"serviceImageUrl\": \"\",\n \"serviceName\": \"\",\n \"smsConfirmationSent\": \"\",\n \"smsReminderSent\": \"\",\n \"startDateTime\": \"\",\n \"status\": \"\",\n \"stripeChargeId\": \"\",\n \"stripeRefundId\": \"\",\n \"time\": {{faker 'number.int' max=99999}},\n \"timezone\": {{faker 'number.int' max=99999}},\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3cf3f566-b30b-46b8-8771-1b9742894ee0", "documentation": "Returns a list of appointment booking fields", "method": "get", "endpoint": "consumer/v1/appointments/bookingfields", "responses": [ { "uuid": "6416b046-c1ad-4b87-8f20-3dcd1971f0fd", "body": "{\n \"objectName\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65d5d74d-f804-4438-ab58-a0df1a8cd3af", "documentation": "Returns a list of appointment custom field definitions", "method": "get", "endpoint": "consumer/v1/appointments/customfields", "responses": [ { "uuid": "24001bf6-8c34-4db0-9567-584bf2425295", "body": "{\n \"objectName\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f2ab396-0bf4-4339-bae3-c458b3c7f052", "documentation": "Returns an appointment object", "method": "delete", "endpoint": "consumer/v1/appointments/:id", "responses": [ { "uuid": "4b30f1fa-c731-4d58-a65c-a002ef682ad4", "body": "{\n \"auditTrail\": [\n {\n \"appointmentId\": \"\",\n \"id\": \"\",\n \"modificationType\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"{{faker 'date.recent' 365}}\",\n \"notesAfter\": \"\",\n \"notesBefore\": \"\",\n \"statusAfter\": \"\",\n \"statusBefore\": \"\"\n }\n ],\n \"bookedBy\": \"\",\n \"businessName\": \"\",\n \"calendarId\": \"\",\n \"confirmationNumber\": \"\",\n \"confirmed\": {{faker 'datatype.boolean'}},\n \"createDate\": \"\",\n \"customFields\": {},\n \"customerId\": \"\",\n \"customerMessage\": \"\",\n \"customers\": [\n {\n \"appointmentId\": \"\",\n \"customerId\": \"\"\n }\n ],\n \"date\": \"\",\n \"dateInternational\": \"\",\n \"downloadIcsUrl\": \"\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"email\": \"\",\n \"emailConfirmationSent\": \"\",\n \"emailReminderSent\": \"\",\n \"endDateTime\": \"\",\n \"firstname\": \"\",\n \"groupSize\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"lastModifiedBy\": \"\",\n \"lastModifiedOn\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"location\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"objectName\": \"\",\n \"onlineBooking\": {{faker 'datatype.boolean'}},\n \"paymentStatus\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phoneExt\": \"\",\n \"phoneType\": \"\",\n \"rescheduledId\": \"\",\n \"resourceGroupId\": \"\",\n \"resourceGroupName\": \"\",\n \"resourceId\": \"\",\n \"resourceImageUrl\": \"\",\n \"resourceName\": \"\",\n \"resources\": [\n {\n \"appointmentId\": \"\",\n \"resourceId\": \"\"\n }\n ],\n \"serviceAllocationId\": \"\",\n \"serviceId\": \"\",\n \"serviceImageUrl\": \"\",\n \"serviceName\": \"\",\n \"smsConfirmationSent\": \"\",\n \"smsReminderSent\": \"\",\n \"startDateTime\": \"\",\n \"status\": \"\",\n \"stripeChargeId\": \"\",\n \"stripeRefundId\": \"\",\n \"time\": {{faker 'number.int' max=99999}},\n \"timezone\": {{faker 'number.int' max=99999}},\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29537a1e-cb73-4959-ac7d-cc27498490f0", "documentation": "Returns an appointment object.", "method": "get", "endpoint": "consumer/v1/appointments/:id", "responses": [ { "uuid": "7cdec0bc-96a5-4638-83d0-0fc50f923758", "body": "{\n \"auditTrail\": [\n {\n \"appointmentId\": \"\",\n \"id\": \"\",\n \"modificationType\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"{{faker 'date.recent' 365}}\",\n \"notesAfter\": \"\",\n \"notesBefore\": \"\",\n \"statusAfter\": \"\",\n \"statusBefore\": \"\"\n }\n ],\n \"bookedBy\": \"\",\n \"businessName\": \"\",\n \"calendarId\": \"\",\n \"confirmationNumber\": \"\",\n \"confirmed\": {{faker 'datatype.boolean'}},\n \"createDate\": \"\",\n \"customFields\": {},\n \"customerId\": \"\",\n \"customerMessage\": \"\",\n \"customers\": [\n {\n \"appointmentId\": \"\",\n \"customerId\": \"\"\n }\n ],\n \"date\": \"\",\n \"dateInternational\": \"\",\n \"downloadIcsUrl\": \"\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"email\": \"\",\n \"emailConfirmationSent\": \"\",\n \"emailReminderSent\": \"\",\n \"endDateTime\": \"\",\n \"firstname\": \"\",\n \"groupSize\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"lastModifiedBy\": \"\",\n \"lastModifiedOn\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"location\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"objectName\": \"\",\n \"onlineBooking\": {{faker 'datatype.boolean'}},\n \"paymentStatus\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phoneExt\": \"\",\n \"phoneType\": \"\",\n \"rescheduledId\": \"\",\n \"resourceGroupId\": \"\",\n \"resourceGroupName\": \"\",\n \"resourceId\": \"\",\n \"resourceImageUrl\": \"\",\n \"resourceName\": \"\",\n \"resources\": [\n {\n \"appointmentId\": \"\",\n \"resourceId\": \"\"\n }\n ],\n \"serviceAllocationId\": \"\",\n \"serviceId\": \"\",\n \"serviceImageUrl\": \"\",\n \"serviceName\": \"\",\n \"smsConfirmationSent\": \"\",\n \"smsReminderSent\": \"\",\n \"startDateTime\": \"\",\n \"status\": \"\",\n \"stripeChargeId\": \"\",\n \"stripeRefundId\": \"\",\n \"time\": {{faker 'number.int' max=99999}},\n \"timezone\": {{faker 'number.int' max=99999}},\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a46d789a-7852-4a54-948d-9a78ab362a7c", "documentation": "Returns an appointment object", "method": "put", "endpoint": "consumer/v1/appointments/:id/book", "responses": [ { "uuid": "55cfa1e7-0b62-47ce-bff8-c5d34f24013d", "body": "{\n \"auditTrail\": [\n {\n \"appointmentId\": \"\",\n \"id\": \"\",\n \"modificationType\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"{{faker 'date.recent' 365}}\",\n \"notesAfter\": \"\",\n \"notesBefore\": \"\",\n \"statusAfter\": \"\",\n \"statusBefore\": \"\"\n }\n ],\n \"bookedBy\": \"\",\n \"businessName\": \"\",\n \"calendarId\": \"\",\n \"confirmationNumber\": \"\",\n \"confirmed\": {{faker 'datatype.boolean'}},\n \"createDate\": \"\",\n \"customFields\": {},\n \"customerId\": \"\",\n \"customerMessage\": \"\",\n \"customers\": [\n {\n \"appointmentId\": \"\",\n \"customerId\": \"\"\n }\n ],\n \"date\": \"\",\n \"dateInternational\": \"\",\n \"downloadIcsUrl\": \"\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"email\": \"\",\n \"emailConfirmationSent\": \"\",\n \"emailReminderSent\": \"\",\n \"endDateTime\": \"\",\n \"firstname\": \"\",\n \"groupSize\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"lastModifiedBy\": \"\",\n \"lastModifiedOn\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"location\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"objectName\": \"\",\n \"onlineBooking\": {{faker 'datatype.boolean'}},\n \"paymentStatus\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phoneExt\": \"\",\n \"phoneType\": \"\",\n \"rescheduledId\": \"\",\n \"resourceGroupId\": \"\",\n \"resourceGroupName\": \"\",\n \"resourceId\": \"\",\n \"resourceImageUrl\": \"\",\n \"resourceName\": \"\",\n \"resources\": [\n {\n \"appointmentId\": \"\",\n \"resourceId\": \"\"\n }\n ],\n \"serviceAllocationId\": \"\",\n \"serviceId\": \"\",\n \"serviceImageUrl\": \"\",\n \"serviceName\": \"\",\n \"smsConfirmationSent\": \"\",\n \"smsReminderSent\": \"\",\n \"startDateTime\": \"\",\n \"status\": \"\",\n \"stripeChargeId\": \"\",\n \"stripeRefundId\": \"\",\n \"time\": {{faker 'number.int' max=99999}},\n \"timezone\": {{faker 'number.int' max=99999}},\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aa196791-9b41-4036-986c-17a2c576ab99", "documentation": "Returns an appointment object", "method": "put", "endpoint": "consumer/v1/appointments/:id/cancel", "responses": [ { "uuid": "963eb683-c6ba-479b-9f2c-86b3d6e3441b", "body": "{\n \"auditTrail\": [\n {\n \"appointmentId\": \"\",\n \"id\": \"\",\n \"modificationType\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"{{faker 'date.recent' 365}}\",\n \"notesAfter\": \"\",\n \"notesBefore\": \"\",\n \"statusAfter\": \"\",\n \"statusBefore\": \"\"\n }\n ],\n \"bookedBy\": \"\",\n \"businessName\": \"\",\n \"calendarId\": \"\",\n \"confirmationNumber\": \"\",\n \"confirmed\": {{faker 'datatype.boolean'}},\n \"createDate\": \"\",\n \"customFields\": {},\n \"customerId\": \"\",\n \"customerMessage\": \"\",\n \"customers\": [\n {\n \"appointmentId\": \"\",\n \"customerId\": \"\"\n }\n ],\n \"date\": \"\",\n \"dateInternational\": \"\",\n \"downloadIcsUrl\": \"\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"email\": \"\",\n \"emailConfirmationSent\": \"\",\n \"emailReminderSent\": \"\",\n \"endDateTime\": \"\",\n \"firstname\": \"\",\n \"groupSize\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"lastModifiedBy\": \"\",\n \"lastModifiedOn\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"location\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"objectName\": \"\",\n \"onlineBooking\": {{faker 'datatype.boolean'}},\n \"paymentStatus\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phoneExt\": \"\",\n \"phoneType\": \"\",\n \"rescheduledId\": \"\",\n \"resourceGroupId\": \"\",\n \"resourceGroupName\": \"\",\n \"resourceId\": \"\",\n \"resourceImageUrl\": \"\",\n \"resourceName\": \"\",\n \"resources\": [\n {\n \"appointmentId\": \"\",\n \"resourceId\": \"\"\n }\n ],\n \"serviceAllocationId\": \"\",\n \"serviceId\": \"\",\n \"serviceImageUrl\": \"\",\n \"serviceName\": \"\",\n \"smsConfirmationSent\": \"\",\n \"smsReminderSent\": \"\",\n \"startDateTime\": \"\",\n \"status\": \"\",\n \"stripeChargeId\": \"\",\n \"stripeRefundId\": \"\",\n \"time\": {{faker 'number.int' max=99999}},\n \"timezone\": {{faker 'number.int' max=99999}},\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d6c6405c-786d-4e92-918d-220271526b08", "documentation": "Set the Appointment Confirm property to true or false", "method": "put", "endpoint": "consumer/v1/appointments/:id/confirm", "responses": [ { "uuid": "5a5763e8-1d8d-4d84-8b14-af61bcf2a904", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3502d09-a79c-424d-ba5a-db76906695b6", "documentation": "For more information see Appointment Overview", "method": "put", "endpoint": "consumer/v1/appointments/:id/noshow", "responses": [ { "uuid": "5ba9773d-c2a9-4af7-a33d-96681c2a1b76", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "75b2213c-ddca-463a-8057-8d8120e85432", "documentation": "Returns an appointment object", "method": "put", "endpoint": "consumer/v1/appointments/:id/reschedule", "responses": [ { "uuid": "0adffac6-14d2-4e5c-ad9c-43c2907996a3", "body": "{\n \"auditTrail\": [\n {\n \"appointmentId\": \"\",\n \"id\": \"\",\n \"modificationType\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"{{faker 'date.recent' 365}}\",\n \"notesAfter\": \"\",\n \"notesBefore\": \"\",\n \"statusAfter\": \"\",\n \"statusBefore\": \"\"\n }\n ],\n \"bookedBy\": \"\",\n \"businessName\": \"\",\n \"calendarId\": \"\",\n \"confirmationNumber\": \"\",\n \"confirmed\": {{faker 'datatype.boolean'}},\n \"createDate\": \"\",\n \"customFields\": {},\n \"customerId\": \"\",\n \"customerMessage\": \"\",\n \"customers\": [\n {\n \"appointmentId\": \"\",\n \"customerId\": \"\"\n }\n ],\n \"date\": \"\",\n \"dateInternational\": \"\",\n \"downloadIcsUrl\": \"\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"email\": \"\",\n \"emailConfirmationSent\": \"\",\n \"emailReminderSent\": \"\",\n \"endDateTime\": \"\",\n \"firstname\": \"\",\n \"groupSize\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"lastModifiedBy\": \"\",\n \"lastModifiedOn\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"location\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"objectName\": \"\",\n \"onlineBooking\": {{faker 'datatype.boolean'}},\n \"paymentStatus\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phoneExt\": \"\",\n \"phoneType\": \"\",\n \"rescheduledId\": \"\",\n \"resourceGroupId\": \"\",\n \"resourceGroupName\": \"\",\n \"resourceId\": \"\",\n \"resourceImageUrl\": \"\",\n \"resourceName\": \"\",\n \"resources\": [\n {\n \"appointmentId\": \"\",\n \"resourceId\": \"\"\n }\n ],\n \"serviceAllocationId\": \"\",\n \"serviceId\": \"\",\n \"serviceImageUrl\": \"\",\n \"serviceName\": \"\",\n \"smsConfirmationSent\": \"\",\n \"smsReminderSent\": \"\",\n \"startDateTime\": \"\",\n \"status\": \"\",\n \"stripeChargeId\": \"\",\n \"stripeRefundId\": \"\",\n \"time\": {{faker 'number.int' max=99999}},\n \"timezone\": {{faker 'number.int' max=99999}},\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2df56c97-5e52-43cf-9b24-5a4c54311946", "documentation": "Returns an appointment object", "method": "put", "endpoint": "consumer/v1/appointments/:id/reserve", "responses": [ { "uuid": "8afbe1d2-abae-4f62-a2f3-6fd73354f4f3", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c37ef522-1046-4fc8-bf7b-759154d98951", "documentation": "Returns a list of available times.", "method": "get", "endpoint": "consumer/v1/availability/:serviceId/:startDate/:endDate", "responses": [ { "uuid": "d7378f67-485e-4cc8-9e86-2c83e25bf2bf", "body": "{\n \"businessName\": \"\",\n \"calendarId\": \"\",\n \"calendarResourceGroupId\": \"\",\n \"endDate\": \"\",\n \"firstAvailableDate\": \"\",\n \"locationId\": \"\",\n \"objectName\": \"\",\n \"resourceDescription\": \"\",\n \"resourceId\": \"\",\n \"resourceIds\": \"\",\n \"resourceName\": \"\",\n \"serviceDescription\": \"\",\n \"serviceDuration\": {{faker 'number.int' max=99999}},\n \"serviceId\": \"\",\n \"serviceName\": \"\",\n \"startDate\": \"\",\n \"tzRequested\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3381e4bd-7fe8-4a67-b3ae-da8823b14c1f", "documentation": "Returns a list of available days.", "method": "get", "endpoint": "consumer/v1/availability/:serviceId/:startDate/:endDate/days", "responses": [ { "uuid": "3bc2915f-3174-46dc-ac24-7dc0dc29f60b", "body": "{\n \"objectName\": \"\",\n \"resourceDescription\": \"\",\n \"resourceId\": \"\",\n \"resourceName\": \"\",\n \"serviceDescription\": \"\",\n \"serviceId\": \"\",\n \"serviceName\": \"\",\n \"tzRequested\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa309523-ff8b-484e-b4e6-80663edce229", "documentation": "Returns a list of available times.", "method": "get", "endpoint": "consumer/v1/availability/:serviceId/:startDate/:endDate/times", "responses": [ { "uuid": "54f42d9b-4a61-47a9-8bda-66bace558e10", "body": "{\n \"businessName\": \"\",\n \"firstAvailableDate\": \"\",\n \"objectName\": \"\",\n \"resourceDescription\": \"\",\n \"resourceId\": \"\",\n \"resourceIds\": \"\",\n \"resourceName\": \"\",\n \"serviceDescription\": \"\",\n \"serviceDuration\": {{faker 'number.int' max=99999}},\n \"serviceId\": \"\",\n \"serviceName\": \"\",\n \"tzRequested\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91ff0544-aec5-4bae-8491-775b6d4645b5", "documentation": "Returns a list of unavailable times.", "method": "get", "endpoint": "consumer/v1/availability/:serviceId/:startDate/:endDate/unavailable", "responses": [ { "uuid": "6cfb64e9-c478-41c1-8581-2bf002adc85d", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "814a56d4-6ffd-4dee-a7ba-000c437007dd", "documentation": "Returns a list of available booking window times.", "method": "get", "endpoint": "consumer/v1/availability/:serviceId/:startDate/:endDate/windows", "responses": [ { "uuid": "6104a980-8b0f-4e38-837c-9b11b6de222e", "body": "{\n \"businessName\": \"\",\n \"objectName\": \"\",\n \"resourceDescription\": \"\",\n \"resourceId\": \"\",\n \"resourceName\": \"\",\n \"serviceDescription\": \"\",\n \"serviceDuration\": {{faker 'number.int' max=99999}},\n \"serviceId\": \"\",\n \"serviceName\": \"\",\n \"tzRequested\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "99724315-2506-4d93-9cab-ea65e42e2cf7", "documentation": "Returns a list of customers.", "method": "get", "endpoint": "consumer/v1/customers", "responses": [ { "uuid": "b1f23dee-582e-4365-acbb-4ffe31e31092", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fd5b8364-87a9-41ce-9ae4-5d948ac58892", "documentation": "Creates a new customer object.", "method": "post", "endpoint": "consumer/v1/customers", "responses": [ { "uuid": "3a8971a3-de31-4700-906b-69bc3b75594c", "body": "{\n \"birthdate\": \"\",\n \"businessName\": \"\",\n \"companyName\": \"\",\n \"createdBy\": \"\",\n \"createdOn\": \"\",\n \"deletedStatus\": {{faker 'datatype.boolean'}},\n \"deletedTime\": \"\",\n \"disabled\": {{faker 'datatype.boolean'}},\n \"email\": \"\",\n \"emailInfo\": {{faker 'datatype.boolean'}},\n \"emailPromotion\": {{faker 'datatype.boolean'}},\n \"firstname\": \"\",\n \"gender\": \"\",\n \"groupId\": \"\",\n \"id\": \"\",\n \"inviteEmailSent\": \"\",\n \"lastVisitDate\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"\",\n \"name\": \"\",\n \"notificationType\": \"\",\n \"objectName\": \"\",\n \"registeredBy\": \"\",\n \"registrationDate\": \"\",\n \"resourceId\": \"\",\n \"stripeCustomerId\": \"\",\n \"subscriptionId\": \"\",\n \"verificationDate\": \"\",\n \"verifiedBy\": \"\",\n \"welcomeEmailSent\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40220d1d-4f57-409e-9322-559e5d72055f", "documentation": "Returns a list of customer booking fields", "method": "get", "endpoint": "consumer/v1/customers/bookingfields", "responses": [ { "uuid": "de47c65e-47a7-4496-87e7-1382fc14173c", "body": "{\n \"objectName\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "464edfbb-a2ba-46ef-b5b6-0845b6424925", "documentation": "Returns a list of country objects", "method": "get", "endpoint": "consumer/v1/customers/countries", "responses": [ { "uuid": "b2ca30a0-cc20-4872-9416-4c1a8026fd0e", "body": "[\n {\n \"code\": \"\",\n \"name\": \"\",\n \"objectName\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b8aa593-f646-4c11-8ac2-6328ae53c300", "documentation": "Returns a list of customField objects", "method": "get", "endpoint": "consumer/v1/customers/customfields", "responses": [ { "uuid": "86788228-29cd-44da-b55d-99fd3e936df0", "body": "{\n \"objectName\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bd210210-4e14-4f6c-8b72-467245bb645f", "documentation": "Returns a list of customers.", "method": "get", "endpoint": "consumer/v1/customers/plans", "responses": [ { "uuid": "0df2a163-549a-4ce8-b6ea-c96f4b6b92f1", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b3c094f-9749-4b68-b306-8d3f83dc9b8d", "documentation": "Returns a customer object.", "method": "get", "endpoint": "consumer/v1/customers/plans/:id", "responses": [ { "uuid": "2d433794-c283-411d-ad08-9d58f6c3b934", "body": "{\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"id\": \"\",\n \"locationId\": \"\",\n \"name\": \"\",\n \"objectName\": \"\",\n \"serviceGroupId\": \"\",\n \"stripePlanId\": \"\",\n \"uid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5a6d6221-f8c9-4337-9d22-42a8a0938354", "documentation": "Returns a list of state objects", "method": "get", "endpoint": "consumer/v1/customers/states", "responses": [ { "uuid": "1fa92c11-b47f-4d29-9ebf-a524602abf7d", "body": "[\n {\n \"code\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"name\": \"\",\n \"objectName\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4bbc0b16-b1f9-4ded-badc-e9bc9496bb41", "documentation": "Returns a list of customer subscriptions.", "method": "get", "endpoint": "consumer/v1/customers/subscriptions", "responses": [ { "uuid": "ea7a04b1-a259-48e3-8791-9ae8595bc027", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c4c992fd-b5b6-472e-9a6e-5dccb9ab5c97", "documentation": "", "method": "delete", "endpoint": "consumer/v1/customers/subscriptions/:id", "responses": [ { "uuid": "26ba3b17-b92c-449b-a9e9-f1f4dc6db225", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fdd084e2-40af-40e7-b839-29ab33f6f207", "documentation": "Returns a customer subscription object.", "method": "get", "endpoint": "consumer/v1/customers/subscriptions/:id", "responses": [ { "uuid": "3c64a629-05b1-4926-9cc5-4865a80578de", "body": "{\n \"customerId\": \"\",\n \"customerPlanId\": \"\",\n \"customerPlanName\": \"\",\n \"id\": \"\",\n \"objectName\": \"\",\n \"planStart\": \"{{faker 'date.recent' 365}}\",\n \"trialPeriodEnd\": \"{{faker 'date.recent' 365}}\",\n \"trialPeriodStart\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a97e1668-a790-4135-b0c6-4ba5b4d6cf41", "documentation": "Updates a customer subscription object.", "method": "put", "endpoint": "consumer/v1/customers/subscriptions/:id", "responses": [ { "uuid": "5e159a4b-c0ee-4284-bcfd-0a7574585a39", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4df9d933-39b9-497c-a699-26852639fb4e", "documentation": "", "method": "delete", "endpoint": "consumer/v1/customers/:id", "responses": [ { "uuid": "c80e7945-ca47-4656-aaeb-7120f944ba9b", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7682ab5-c023-49ae-a0ea-730d92dd5d00", "documentation": "Returns a customer object.", "method": "get", "endpoint": "consumer/v1/customers/:id", "responses": [ { "uuid": "3f314427-d075-415e-ab7f-c937a7cddd29", "body": "{\n \"birthdate\": \"\",\n \"businessName\": \"\",\n \"companyName\": \"\",\n \"createdBy\": \"\",\n \"createdOn\": \"\",\n \"deletedStatus\": {{faker 'datatype.boolean'}},\n \"deletedTime\": \"\",\n \"disabled\": {{faker 'datatype.boolean'}},\n \"email\": \"\",\n \"emailInfo\": {{faker 'datatype.boolean'}},\n \"emailPromotion\": {{faker 'datatype.boolean'}},\n \"firstname\": \"\",\n \"gender\": \"\",\n \"groupId\": \"\",\n \"id\": \"\",\n \"inviteEmailSent\": \"\",\n \"lastVisitDate\": \"\",\n \"lastname\": \"\",\n \"latitude\": \"\",\n \"locationId\": \"\",\n \"longitude\": \"\",\n \"modifiedBy\": \"\",\n \"modifiedOn\": \"\",\n \"name\": \"\",\n \"notificationType\": \"\",\n \"objectName\": \"\",\n \"registeredBy\": \"\",\n \"registrationDate\": \"\",\n \"resourceId\": \"\",\n \"stripeCustomerId\": \"\",\n \"subscriptionId\": \"\",\n \"verificationDate\": \"\",\n \"verifiedBy\": \"\",\n \"welcomeEmailSent\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "01f36a85-5f83-4d0f-b9fa-63b13ad4aa73", "documentation": "Updates a customer object.", "method": "put", "endpoint": "consumer/v1/customers/:id", "responses": [ { "uuid": "bc112149-208b-4b7c-9b3b-33d6bfe88104", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1d215ee4-f719-4854-8c5d-dd1fce09d6b0", "documentation": "Returns a list of customer booking limits.", "method": "get", "endpoint": "consumer/v1/customers/:id/planlimits/:serviceId/:resourceId/:dateTimeTz", "responses": [ { "uuid": "743681c8-b61b-45bb-8d9a-2ce10be0588f", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19c39405-61dc-4ab6-986d-779b83078efc", "documentation": "Returns a customer subscription object.", "method": "get", "endpoint": "consumer/v1/customers/:id/subscriptions", "responses": [ { "uuid": "1896661d-c3b7-4f0f-96c2-5f22a569cea8", "body": "{\n \"customerId\": \"\",\n \"customerPlanId\": \"\",\n \"customerPlanName\": \"\",\n \"id\": \"\",\n \"objectName\": \"\",\n \"planStart\": \"{{faker 'date.recent' 365}}\",\n \"trialPeriodEnd\": \"{{faker 'date.recent' 365}}\",\n \"trialPeriodStart\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "facb3c1e-cebd-4467-803f-8ac85474b5d0", "documentation": "Creates a new customer subscription object.", "method": "post", "endpoint": "consumer/v1/customers/:id/subscriptions", "responses": [ { "uuid": "1c12f285-3836-475b-b17f-88889c2983d5", "body": "{\n \"customerId\": \"\",\n \"customerPlanId\": \"\",\n \"customerPlanName\": \"\",\n \"id\": \"\",\n \"objectName\": \"\",\n \"planStart\": \"{{faker 'date.recent' 365}}\",\n \"trialPeriodEnd\": \"{{faker 'date.recent' 365}}\",\n \"trialPeriodStart\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6f4ef2f8-faa6-4844-8cf1-f92fab0b6ba4", "documentation": "Returns a list of business locations.", "method": "get", "endpoint": "consumer/v1/locations", "responses": [ { "uuid": "3ceda758-2b0e-4671-b6b9-32fec2aa4d87", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a3aad66-96db-4e13-adb2-1c62a6f4600c", "documentation": "Returns a business location object.", "method": "get", "endpoint": "consumer/v1/locations/:id", "responses": [ { "uuid": "f5a7891d-a507-4bb7-91f1-3a8e437955de", "body": "{\n \"adminEmail\": \"\",\n \"adminName\": \"\",\n \"companyId\": \"\",\n \"companyName\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"friendlyId\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"logo\": \"\",\n \"longitude\": {{faker 'number.float'}},\n \"maxCapacity\": {{faker 'number.int' max=99999}},\n \"maxGroupSize\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"objectName\": \"\",\n \"phone\": \"\",\n \"primaryBusiness\": {{faker 'datatype.boolean'}},\n \"primaryCalendarId\": \"\",\n \"regionId\": \"\",\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\",\n \"timezoneOffset\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9710a6c1-4f0e-4cc0-84c8-1e13ded29467", "documentation": "Returns a list of resources.", "method": "get", "endpoint": "consumer/v1/resources", "responses": [ { "uuid": "7a32a08b-3b51-4589-bccc-794ff4ed066d", "body": "{}", "latency": 0, "statusCode": 200, "label": "resource object", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c66f0402-9fd0-421e-bc27-e0b044882e9d", "body": "", "latency": 0, "statusCode": 400, "label": "Missing or invalid values in the request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "47e9c272-23f0-4be4-a004-d3e7a33557ef", "body": "", "latency": 0, "statusCode": 404, "label": "Resource was not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2ad0be0-a9c3-4185-9e3e-2e7d5b162c07", "documentation": "Returns a resource object.", "method": "get", "endpoint": "consumer/v1/resources/:id", "responses": [ { "uuid": "2e5c0d5e-088a-44dc-93ab-35d6948776d1", "body": "{\n \"bioLink\": \"\",\n \"bookingNotification\": {{faker 'number.int' max=99999}},\n \"calendarAvailability\": {{faker 'number.int' max=99999}},\n \"deletedStatus\": {{faker 'datatype.boolean'}},\n \"deletedTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"effectiveDate\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"gender\": \"\",\n \"googleCalendarId\": \"\",\n \"groupId\": \"\",\n \"hourly\": {{faker 'number.float'}},\n \"id\": \"\",\n \"ignoreBusinessHours\": {{faker 'datatype.boolean'}},\n \"imageUrl\": \"\",\n \"locationId\": \"\",\n \"name\": \"\",\n \"notificationType\": {{faker 'number.int' max=99999}},\n \"objectName\": \"\",\n \"outlookCalendarId\": \"\",\n \"skypeName\": \"\",\n \"sortKey\": {{faker 'number.int' max=99999}},\n \"timezoneIana\": \"\",\n \"timezoneId\": \"\",\n \"timezoneOffset\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a58ba41f-b043-4f66-901d-2b1d6c1e391d", "documentation": "Returns a list of resource services.", "method": "get", "endpoint": "consumer/v1/resources/:id/services", "responses": [ { "uuid": "d984d311-f319-4a2a-980c-8a14ed341794", "body": "{}", "latency": 0, "statusCode": 200, "label": "list of resource services", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4cd910e7-bd54-45ae-a59f-21b2fd4bf6a1", "body": "", "latency": 0, "statusCode": 400, "label": "Missing or invalid values in the request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "afc1fd53-ca60-45d9-89c0-7a71d3fe1f21", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4de58cd5-61cf-44f5-829e-ff7cf7393d41", "body": "", "latency": 0, "statusCode": 404, "label": "Resource was not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fc93a9b-17ce-4b74-b460-fdeda30529c1", "documentation": "Returns a list of service groups.", "method": "get", "endpoint": "consumer/v1/servicegroups", "responses": [ { "uuid": "34d2d1a3-14ee-4055-aea0-e1774b3c09e7", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dcba58f5-1dde-4ca8-8193-1f6dffe2f588", "documentation": "Returns a serviceGroup object.", "method": "get", "endpoint": "consumer/v1/servicegroups/:id", "responses": [ { "uuid": "0b5c7ac9-9d9d-4bb0-8910-e9cf3249e7d2", "body": "{\n \"companyId\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"label\": \"\",\n \"locationId\": \"\",\n \"name\": \"\",\n \"objectName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2098b380-3c31-4945-930c-202534c8b5ad", "documentation": "Returns a list of services.", "method": "get", "endpoint": "consumer/v1/services", "responses": [ { "uuid": "1a2e4dd1-e0ad-44c8-8f9f-d251b204c6d5", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4914859-5eb2-44a0-bb0b-123a19f92978", "documentation": "Get a service allocation", "method": "get", "endpoint": "consumer/v1/services/allocations/:id", "responses": [ { "uuid": "46fe2cc9-7ffc-4d97-ba1b-9ca1f9193d74", "body": "{\n \"bookingCount\": {{faker 'number.int' max=99999}},\n \"bookingLimit\": {{faker 'number.int' max=99999}},\n \"endDate\": \"\",\n \"endTime\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"locationId\": \"\",\n \"objectName\": \"\",\n \"reason\": \"\",\n \"repeat\": {\n \"frequency\": \"\",\n \"interval\": {{faker 'number.int' max=99999}},\n \"monthDay\": \"\",\n \"monthType\": \"\",\n \"weekdays\": \"\"\n },\n \"repeats\": {{faker 'datatype.boolean'}},\n \"resourceDescription\": \"\",\n \"resourceId\": \"\",\n \"resourceImageUrl\": \"\",\n \"resourceName\": \"\",\n \"serviceDescription\": \"\",\n \"serviceDuration\": {{faker 'number.int' max=99999}},\n \"serviceId\": \"\",\n \"serviceImageUrl\": \"\",\n \"serviceName\": \"\",\n \"startDate\": \"\",\n \"startTime\": {{faker 'number.int' max=99999}},\n \"timezoneName\": \"\",\n \"timezoneOffset\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7253d11b-e33d-45c4-ab3c-df16f505eadb", "documentation": "Returns a service object.", "method": "get", "endpoint": "consumer/v1/services/:id", "responses": [ { "uuid": "0f7d2c3d-bc01-4463-9b8b-fd4673f40b41", "body": "{\n \"bookAheadUnit\": {{faker 'number.int' max=99999}},\n \"bookAheadValue\": {{faker 'number.int' max=99999}},\n \"bookInAdvance\": {{faker 'number.int' max=99999}},\n \"bookingInterval\": {{faker 'number.int' max=99999}},\n \"bookingLimit\": {{faker 'number.int' max=99999}},\n \"calendarId\": \"\",\n \"calendarResourceGroupId\": \"\",\n \"cancellationFeeAmount\": {{faker 'number.float'}},\n \"cancellationFeeTaxable\": {{faker 'datatype.boolean'}},\n \"companyId\": \"\",\n \"consumerPadding\": {{faker 'datatype.boolean'}},\n \"dailyBookingLimitCount\": {{faker 'number.int' max=99999}},\n \"dailyBookingLimitMinutes\": {{faker 'number.int' max=99999}},\n \"defaultService\": {{faker 'datatype.boolean'}},\n \"description\": \"\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"durationInterval\": {{faker 'number.int' max=99999}},\n \"durationMax\": {{faker 'number.int' max=99999}},\n \"durationMin\": {{faker 'number.int' max=99999}},\n \"durationSelect\": {{faker 'datatype.boolean'}},\n \"feeAmount\": {{faker 'number.float'}},\n \"feeTaxable\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"locationId\": \"\",\n \"maxBookingLimit\": {{faker 'number.int' max=99999}},\n \"maxCapacity\": {{faker 'number.int' max=99999}},\n \"maxGroupSize\": {{faker 'number.int' max=99999}},\n \"maxResourceBookingLimit\": {{faker 'number.int' max=99999}},\n \"mediaPageUrl\": \"\",\n \"name\": \"\",\n \"nonRefundable\": {{faker 'datatype.boolean'}},\n \"objectName\": \"\",\n \"padding\": {{faker 'number.int' max=99999}},\n \"roundRobin\": {{faker 'number.int' max=99999}},\n \"serviceGroupId\": {{faker 'number.int' max=99999}},\n \"serviceGroupName\": \"\",\n \"showOnline\": {{faker 'datatype.boolean'}},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce84bcd3-30c5-4448-8176-984eac2a8e8d", "documentation": "Returns a list of service allocations.", "method": "get", "endpoint": "consumer/v1/services/:id/allocations", "responses": [ { "uuid": "8aff3574-48df-4e47-aaf6-cc0424b91caf", "body": "{}", "latency": 0, "statusCode": 200, "label": "service alloaction object", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b90f0712-dc6f-4638-b8e1-8403275891d7", "body": "", "latency": 0, "statusCode": 400, "label": "Missing or invalid values in the request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c90a735-a25d-47d1-82bd-db9f099303be", "body": "", "latency": 0, "statusCode": 401, "label": "Authorization error.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "314021a5-eb65-4dc0-a52d-40e15737b594", "body": "", "latency": 0, "statusCode": 404, "label": "Service was not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6fe3d35c-9a4a-42fb-8861-5bdc01af2a83", "documentation": "Returns a list of resources.", "method": "get", "endpoint": "consumer/v1/services/:id/resources", "responses": [ { "uuid": "f8573d2d-6738-4ddb-ac26-7df814d336cb", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6831ff7a-0576-4445-a1d1-7c2f2220733f", "documentation": "Returns a list of customers.", "method": "get", "endpoint": "consumer/v1/settings", "responses": [ { "uuid": "e8ad1bdf-5aba-4510-9ef2-ad4683f791c7", "body": "{\n \"availabilityForm\": {{faker 'number.int' max=99999}},\n \"bookAheadUnit\": {{faker 'number.int' max=99999}},\n \"bookAheadValue\": {{faker 'number.int' max=99999}},\n \"bookInAdvance\": {{faker 'number.int' max=99999}},\n \"bookWithAccount\": {{faker 'datatype.boolean'}},\n \"bookingConfirmationMessage\": \"\",\n \"bookingMessage\": \"\",\n \"bookingPolicy\": \"\",\n \"bookingTimerMins\": {{faker 'number.int' max=99999}},\n \"businessId\": \"\",\n \"companyId\": \"\",\n \"customerBookingsPerDay\": {{faker 'number.int' max=99999}},\n \"customerVerification\": {{faker 'datatype.boolean'}},\n \"defaultService\": {{faker 'datatype.boolean'}},\n \"defaultToCustomerTimezone\": {{faker 'datatype.boolean'}},\n \"disableAuthorization\": {{faker 'datatype.boolean'}},\n \"enableWorldTimezones\": {{faker 'datatype.boolean'}},\n \"enabled\": {{faker 'datatype.boolean'}},\n \"familyMembersEnabled\": {{faker 'datatype.boolean'}},\n \"firstAvailable\": {{faker 'datatype.boolean'}},\n \"formFlow\": {{faker 'number.int' max=99999}},\n \"hideBreadCrumbNav\": {{faker 'datatype.boolean'}},\n \"hideContinueBooking\": {{faker 'datatype.boolean'}},\n \"hideLocationNav\": {{faker 'datatype.boolean'}},\n \"hideNavBar\": {{faker 'datatype.boolean'}},\n \"hideServiceGroupsNav\": {{faker 'datatype.boolean'}},\n \"hideServicesNav\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lateCancelAction\": {{faker 'number.int' max=99999}},\n \"lateCancelHours\": {{faker 'number.int' max=99999}},\n \"lateRescheduleAction\": {{faker 'number.int' max=99999}},\n \"lateRescheduleHours\": {{faker 'number.int' max=99999}},\n \"liveMode\": {{faker 'datatype.boolean'}},\n \"objectName\": \"\",\n \"resourceAnyLabel\": \"\",\n \"resourceLabel\": \"\",\n \"resourceSelection\": {{faker 'datatype.boolean'}},\n \"returnToAvailability\": {{faker 'datatype.boolean'}},\n \"returnToService\": {{faker 'datatype.boolean'}},\n \"serviceLabel\": \"\",\n \"showBusinessLogo\": {{faker 'datatype.boolean'}},\n \"showOnSchedLogo\": {{faker 'datatype.boolean'}},\n \"showServiceGroups\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c8b9c073-4280-4d97-950e-0dfa75386da0", "documentation": "", "method": "get", "endpoint": ":planId", "responses": [ { "uuid": "33598f41-3d8d-4174-a7fb-cf838c20f4d4", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "c4343cd5-3bd6-4baf-9fae-22286faa89d8" }, { "type": "route", "uuid": "8becbe49-2d19-45bc-a9b4-0a12b2ff62c1" }, { "type": "route", "uuid": "3cf3f566-b30b-46b8-8771-1b9742894ee0" }, { "type": "route", "uuid": "65d5d74d-f804-4438-ab58-a0df1a8cd3af" }, { "type": "route", "uuid": "9f2ab396-0bf4-4339-bae3-c458b3c7f052" }, { "type": "route", "uuid": "29537a1e-cb73-4959-ac7d-cc27498490f0" }, { "type": "route", "uuid": "a46d789a-7852-4a54-948d-9a78ab362a7c" }, { "type": "route", "uuid": "aa196791-9b41-4036-986c-17a2c576ab99" }, { "type": "route", "uuid": "d6c6405c-786d-4e92-918d-220271526b08" }, { "type": "route", "uuid": "f3502d09-a79c-424d-ba5a-db76906695b6" }, { "type": "route", "uuid": "75b2213c-ddca-463a-8057-8d8120e85432" }, { "type": "route", "uuid": "2df56c97-5e52-43cf-9b24-5a4c54311946" }, { "type": "route", "uuid": "c37ef522-1046-4fc8-bf7b-759154d98951" }, { "type": "route", "uuid": "3381e4bd-7fe8-4a67-b3ae-da8823b14c1f" }, { "type": "route", "uuid": "fa309523-ff8b-484e-b4e6-80663edce229" }, { "type": "route", "uuid": "91ff0544-aec5-4bae-8491-775b6d4645b5" }, { "type": "route", "uuid": "814a56d4-6ffd-4dee-a7ba-000c437007dd" }, { "type": "route", "uuid": "99724315-2506-4d93-9cab-ea65e42e2cf7" }, { "type": "route", "uuid": "fd5b8364-87a9-41ce-9ae4-5d948ac58892" }, { "type": "route", "uuid": "40220d1d-4f57-409e-9322-559e5d72055f" }, { "type": "route", "uuid": "464edfbb-a2ba-46ef-b5b6-0845b6424925" }, { "type": "route", "uuid": "9b8aa593-f646-4c11-8ac2-6328ae53c300" }, { "type": "route", "uuid": "bd210210-4e14-4f6c-8b72-467245bb645f" }, { "type": "route", "uuid": "3b3c094f-9749-4b68-b306-8d3f83dc9b8d" }, { "type": "route", "uuid": "5a6d6221-f8c9-4337-9d22-42a8a0938354" }, { "type": "route", "uuid": "4bbc0b16-b1f9-4ded-badc-e9bc9496bb41" }, { "type": "route", "uuid": "c4c992fd-b5b6-472e-9a6e-5dccb9ab5c97" }, { "type": "route", "uuid": "fdd084e2-40af-40e7-b839-29ab33f6f207" }, { "type": "route", "uuid": "a97e1668-a790-4135-b0c6-4ba5b4d6cf41" }, { "type": "route", "uuid": "4df9d933-39b9-497c-a699-26852639fb4e" }, { "type": "route", "uuid": "e7682ab5-c023-49ae-a0ea-730d92dd5d00" }, { "type": "route", "uuid": "01f36a85-5f83-4d0f-b9fa-63b13ad4aa73" }, { "type": "route", "uuid": "1d215ee4-f719-4854-8c5d-dd1fce09d6b0" }, { "type": "route", "uuid": "19c39405-61dc-4ab6-986d-779b83078efc" }, { "type": "route", "uuid": "facb3c1e-cebd-4467-803f-8ac85474b5d0" }, { "type": "route", "uuid": "6f4ef2f8-faa6-4844-8cf1-f92fab0b6ba4" }, { "type": "route", "uuid": "8a3aad66-96db-4e13-adb2-1c62a6f4600c" }, { "type": "route", "uuid": "9710a6c1-4f0e-4cc0-84c8-1e13ded29467" }, { "type": "route", "uuid": "a2ad0be0-a9c3-4185-9e3e-2e7d5b162c07" }, { "type": "route", "uuid": "a58ba41f-b043-4f66-901d-2b1d6c1e391d" }, { "type": "route", "uuid": "7fc93a9b-17ce-4b74-b460-fdeda30529c1" }, { "type": "route", "uuid": "dcba58f5-1dde-4ca8-8193-1f6dffe2f588" }, { "type": "route", "uuid": "2098b380-3c31-4945-930c-202534c8b5ad" }, { "type": "route", "uuid": "a4914859-5eb2-44a0-bb0b-123a19f92978" }, { "type": "route", "uuid": "7253d11b-e33d-45c4-ab3c-df16f505eadb" }, { "type": "route", "uuid": "ce84bcd3-30c5-4448-8176-984eac2a8e8d" }, { "type": "route", "uuid": "6fe3d35c-9a4a-42fb-8861-5bdc01af2a83" }, { "type": "route", "uuid": "6831ff7a-0576-4445-a1d1-7c2f2220733f" }, { "type": "route", "uuid": "c8b9c073-4280-4d97-950e-0dfa75386da0" } ] }