UNPKG

949 kBJSONView Raw
1{"openapi":"3.0.0","info":{"contact":{"email":"support@zenoti.com","x-twitter":"ZenotiSoftware"},"description":"Zenoti Open APIs now help you manage the powerful capabilities offered through a suite of Open APIs. \n\n","title":"Zenoti Open","version":"1.0.0","x-apisguru-categories":["customer_relation"],"x-logo":{"url":"https://twitter.com/ZenotiSoftware/profile_image?size=original"},"x-origin":[{"format":"swagger","url":"https://zenotiopenapi.docs.apiary.io/api-description-document","version":"2.0"}],"x-providerName":"zenoti.com"},"security":[{"API_Key":[]}],"paths":{"/packages/{packageId}":{"get":{"description":"Returns details of a package","parameters":[{"description":"DataType: UniqueIdentifier(GUID)","in":"query","name":"centerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"}}}}},"summary":"Get details of package","tags":["Packages"]},"parameters":[{"description":"DataType: UniqueIdentifier(GUID)","in":"path","name":"packageId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Packages"}},"/v1/Catalog/Appointments/AvailableTimes":{"post":{"description":"Returns the open slots for the requested date and service at the requested center. \nOptionally, you can request a specific therapist to perform a service. In this case, the API returns the available slots for that therapist.\n\nTo get the slots, one has to request the following:\n\n| Key | Type | Description |\n| -------- | -------- | -------- |\n| RequiredSlotsCount | int| No of Slots you would like to request |\n| CenterId `*` | GUID | Unique Identifier of a Center |\n| CenterDate `*` | YYYY-MM-DDThh:mm:ssZ| Date of the availability you would like to check |\n| SlotBookings `*` |Array of *`slotBooking`* object| Service id has to be passed inside SlotBookings object. Service Id is mandatory. Optionally, you can pass Therapist Id too. For more details, refer to *'SlotBooking'* object |\n\n\nNote: Fields marked with `*` are Mandatory. \n\nExample Request:\n\n```\n{\n \"CenterId\":\"3af2cf2e-9d36-45ca-84bc-eb7a7ee4be0e\",\n \"CenterDate\":\"2017-10-25\",\n \"SlotBookings\":[\n {\n \"Services\":[{\n \"Service\":{\n \"Id\":\"ac3589f0-f3a0-4772-b2c5-f6e1c81312db\"\n },\n \"RequestedTherapist\": {\n \"Id\": \"1a08e842-77c8-49b4-9d42-336c2dea4c0b\"\n \t\n }\n }]\n }]\n}\n```","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCatalogAvaliableSlotsRequest"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\":\"3af2cf2e-9d36-45ca-84bc-eb7a7ee4be0e\",\n \"CenterDate\":\"2017-10-25\",\n \"SlotBookings\":[\n {\n \"Services\":[{\n \"Service\":{\n \"Id\":\"ac3589f0-f3a0-4772-b2c5-f6e1c81312db\"\n },\n \"RequestedTherapist\": {\n \"Id\": \"1a08e842-77c8-49b4-9d42-336c2dea4c0b\"\n \t\n }\n }]\n }]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"Returns the ***ReservationId, SlotBookings, Open slots*** and ***error*** json blocks\n\n* refer to slotBooking object for SlotBookings \n* below is Example json schema for openlots\n```\n \"OpenSlots\": [\n {\n \"Time\": \"2017-09-11T06:35:01.792Z\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": \"string\",\n \"GuestId\": \"string\",\n \"TherapistId\": \"string\",\n \"ServiceId\": \"string\",\n \"RoomId\": \"string\"\n }\n ],\n \"Priority\": 0\n }\n ]\n```\n\t\n| Warning Type | Enum | \n| -------- | -------- |\n|TherapistDoubleBooked | 0|\n|TherapistOutsideSchedule | 1|\n| GuestDoubleBooked | 2|\n|RoomCapacityExceeded | 3|\n|ServiceEndsOutsideCenterHours | 4|\n|EquipmentCapacityExceeded | 5|\n|DayIsHoliday | 6|\n\n\n","type":"object"},"examples":{"response":{"value":"{\n \"ReservationId\": null,\n \"SlotBookings\": [\n {\n \"GuestId\": null,\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": null,\n \"AppointmentSegmentId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"ac3589f0-f3a0-4772-b2c5-f6e1c81312db\",\n \"Name\": \"Ahmad Massage\",\n \"Price\": null,\n \"Duration\": 75,\n \"CategoryId\": \"c7e44ac2-702c-4f9c-a55e-dc009748d637\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"AddOnToServiceId\": null,\n \"CategoryName\": null,\n \"AddOns\": null,\n \"IsVariant\": null,\n \"HasVariant\": null,\n \"ParentServiceId\": null,\n \"CartItemId\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-10-25T21:45:00\",\n \"EndTime\": \"2017-10-25T23:00:00\",\n \"StartTimeInCenter\": null,\n \"EndTimeInCenter\": null,\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"1a08e842-77c8-49b4-9d42-336c2dea4c0b\",\n \"ShortName\": null,\n \"NickName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": null,\n \"MobilePhoneModel\": null,\n \"Gender\": 0,\n \"FirstName\": null,\n \"LastName\": null,\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": null\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 148,\n \"Sales\": 100,\n \"Tax\": 0,\n \"Final\": 100,\n \"Final1\": 100,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null,\n \"ItemActions\": null,\n \"EquivalenceFactor\": null,\n \"EquivalentName\": null,\n \"IsMembershipApplied\": null,\n \"IsAddOn\": null,\n \"AddonAppointmentId\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"CanModifyTherapist\": false\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 100,\n \"Tax\": 0,\n \"Final\": 100,\n \"Final1\": 100,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": null,\n \"CartItemIds\": null\n }\n ],\n \"OpenSlots\": [\n {\n \"Time\": \"2017-10-25T09:00:00\",\n \"Warnings\": null,\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-10-25T09:15:00\",\n \"Warnings\": null,\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-10-25T09:30:00\",\n \"Warnings\": null,\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-10-25T13:15:00\",\n \"Warnings\": null,\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-10-25T13:30:00\",\n \"Warnings\": null,\n \"Priority\": 0\n }\n ],\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Appointments/AvailableTimes","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/ConfirmReservation":{"post":{"description":"Returns the confirmed reservation.\n\nRequest body parameters:\n\n| Fields | Value type | Description |\n| -------- | -------- | -------- |\n| ReservationNotes | string | Optional Notes at the time of confirmation\n| ApplyAutomaticMembership | bool | Set it to 'true' if you want to apply membership\n| CenterId `*` | GUID | Unique Identifier of the center\n| ReservationId `*` | GUID | Unique Identifier of the Reservation from the ReserveSlots API Response\n| BookingSource | Enum - `Store = 0,Mobile = 1,Web = 2 ` | Source of the API caller\n\n\nNote: Fields marked with `*` are mandatory.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"ReservationId\": \"9035d681-6879-4e79-8640-d38dfa7eaf9b\",\n \"BookingSource\":2\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"Returns following Json fields.\n\n\n| Field | Value Type | \n| -------- | -------- | \n| IsConfirmed | Bool |\n| ConfirmationId | GUID |\n| ReservationId | GUID |\n| ConfirmedBookings | Object |\n\n\n\nComponents of ConfirmedBookings:\n\n| Field | Value Type | \n| -------- | -------- | \n| GuestId | GUID |\n| AppointmentGroupId | GUID |\n| Services | Array of `Service` Object |\n| TherapistId | GUID |\n| RoomId | GUID |\n| Quantity | String |\n| BookingNotes | String |\n| Price | `Price` object |\n| Virtual Guest | `Virtual guest` Object |\n| CartItemIds | Array of GUIDs |\n\n\n","type":"object"},"examples":{"response":{"value":"{\n \"IsConfirmed\": true,\n \"ConfirmationId\": \"3d714afc-d60a-4dd3-bc17-7a5cb386f1c7\",\n \"ReservationId\": \"00000000-0000-0000-0000-000000000000\",\n \"ConfirmedBookings\": [\n {\n \"GuestId\": \"75ac5009-6b23-4275-8efe-4bb187683876\",\n \"AppointmentGroupId\": \"a09cfcf1-cceb-47ca-803c-bfa5a8dd1547\",\n \"Services\": [\n {\n \"AppointmentId\": \"c575be1e-9c96-4fe9-a760-b57596afb4e7\",\n \"InvoiceItemId\": \"144ff1cb-6a94-4a51-a352-e1f9648bc33b\",\n \"CartItemId\": null,\n \"AppointmentSegmentId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"5794a470-7b92-4942-a7e9-15a06f128244\",\n \"Name\": \"Age Defying With Body Firming\",\n \"Price\": null,\n \"Duration\": 75,\n \"CategoryId\": \"b789ab1a-ec37-4866-8701-74a1333c4cd4\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"AddOnToServiceId\": null,\n \"CategoryName\": null,\n \"AddOns\": null,\n \"IsVariant\": false,\n \"HasVariant\": false,\n \"ParentServiceId\": null,\n \"CartItemId\": null\n },\n \"ReducedTimeGroupId\": null,\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-10-26T13:00:00\",\n \"EndTime\": \"2017-10-26T14:15:00\",\n \"NonReducedDuration\": null,\n \"StartTimeInCenter\": \"2017-10-26T18:30:00\",\n \"EndTimeInCenter\": \"2017-10-26T19:45:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"1afd493a-4aad-48a3-8f94-9fdea88691ac\",\n \"ShortName\": \"Ajay K\",\n \"NickName\": \"Ajay k\",\n \"FullName\": \"Ajay k\",\n \"Email\": null,\n \"PhoneNumber\": \"9213158104\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"9213158104\",\n \"DisplayNumber\": \"+91 92 13 158104\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Ajay\",\n \"LastName\": \"Kumar Singh\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"Ajay K\"\n },\n \"Quantity\": 1,\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 1200,\n \"Tax\": 118.656,\n \"Final\": 1078.656,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null,\n \"ItemActions\": null,\n \"EquivalenceFactor\": null,\n \"EquivalentName\": null,\n \"IsMembershipApplied\": null,\n \"IsAddOn\": null,\n \"AddonAppointmentId\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"CanModifyTherapist\": false\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": 1,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 1200,\n \"Tax\": 118.656,\n \"Final\": 1078.656,\n \"Final1\": 1078.656,\n \"Discount\": 240,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": null,\n \"CartItemIds\": null,\n \"ReducedTimeGroupId\": null\n }\n ],\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Appointments/ConfirmReservation","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/ReserveSlots":{"post":{"description":"Reserves slots for the Appointment based on CenterId, CenterTime, GuestId, ServiceId and optionally, TherapistId.\n\nThe following are the details of the request\n\n| key | Value type | Description |\n| -------- | -------- | -------- |\n|CreateInvoice| boolean| Set this to 'true' if you want Invoice to be created |\n| ForceApplyAutomaticMembership| boolean| Set this to 'true' if you want to apply membership of the user |\n| CenterId `*` | GUID| Unique Identifier of the center |\n| CenterTime `*` | YYYY-MM-DDThh:mm:ssZ| Your preferred time slot |\n| ReservationNotes | string| Optional notes during the reservation |\n| SlotBookings `*` |Array of *slotBooking* object| This must contain ServiceId and GuestId. Refer to *slotBooking* for structure. You can optionally pass TherapistId\n\nNote: Fields marked with `*` are mandatory.\n\nExample Request : \n```\n{\n \"CreateInvoice\": true,\n \"ForceApplyAutomaticMembership\": true,\n \"CenterId\":\"3af2cf2e-9d36-45ca-84bc-eb7a7ee4be0e\",\n \"CenterTime\": \"2017-09-27T17:00:00\",\n \"SlotBookings\":[\n {\n \"GuestId\": \"e08a1e29-29b5-4757-abd6-6ed0a09b9f94\",\n \"Services\":[{\n \"Service\":{\n \"Id\":\"ac3589f0-f3a0-4772-b2c5-f6e1c81312db\"\n },\n \"RequestTherapistGender\":3,\n \"RequestedTherapist\": {\n \"Id\": \"1a08e842-77c8-49b4-9d42-336c2dea4c0b\"\n \t\n }\n }]\n }]\n}\n```","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CreateInvoice\": true,\n \"ForceApplyAutomaticMembership\": true,\n \"CenterId\":\"3af2cf2e-9d36-45ca-84bc-eb7a7ee4be0e\",\n \"CenterTime\": \"2017-09-27T17:00:00\",\n \"SlotBookings\":[\n {\n \"GuestId\": \"e08a1e29-29b5-4757-abd6-6ed0a09b9f94\",\n \"Services\":[{\n \"Service\":{\n \"Id\":\"ac3589f0-f3a0-4772-b2c5-f6e1c81312db\"\n },\n \"RequestTherapistGender\":3,\n \"RequestedTherapist\": {\n \"Id\": \"1a08e842-77c8-49b4-9d42-336c2dea4c0b\"\n \t\n }\n }]\n }]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"Returns a json containing the following:\n\n| Field | Value Type | Description |\n| -------- | -------- | -------- |\n| CenterId | GUID | Unique identifier of the center |\n| CenterTime | YYYY-MM-DDThh:mm:ssZ | Time slot requested |\n| IsReserved | bool | Returns 'true' if the requested slot is reserved |\n| InvoiceId | GUID | Returns the InvoiceId if the 'CreateInvoice' is set to true |\n| ExpiryTime | YYYY-MM-DDThh:mm:ssZ | Expiry time of the reservation\n| Blocking Time | int | Returns the time that has been blocked in minutes |\n| SlotBookings | Array of *slotBooking* Object | Contains the Services you have requested, Appointment Id and other details |","type":"object"},"examples":{"response":{"value":"{\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"CenterTime\": \"2017-10-28T18:30:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"f9a64f28-08fa-4f63-9817-dc76ced7e45d\",\n \"InvoiceId\": \"2230816a-6e83-44ab-b2e5-a920c323a829\",\n \"ExpiryTime\": \"2017-10-26T14:35:52.0062478\",\n \"BlockingTime\": 5,\n \"SlotBookings\": [\n {\n \"GuestId\": \"75ac5009-6b23-4275-8efe-4bb187683876\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"0d1969b2-0274-41bf-aeb4-b821e860cf61\",\n \"AppointmentSegmentId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"5794a470-7b92-4942-a7e9-15a06f128244\",\n \"Name\": \"Age Defying With Body Firming\",\n \"Price\": null,\n \"Duration\": 75,\n \"CategoryId\": \"b789ab1a-ec37-4866-8701-74a1333c4cd4\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"AddOnToServiceId\": null,\n \"CategoryName\": null,\n \"AddOns\": null,\n \"IsVariant\": null,\n \"HasVariant\": null,\n \"ParentServiceId\": null,\n \"CartItemId\": null\n },\n \"ReducedTimeGroupId\": null,\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-10-28T13:00:00Z\",\n \"EndTime\": \"2017-10-28T14:15:00Z\",\n \"NonReducedDuration\": 75,\n \"StartTimeInCenter\": \"2017-10-28T18:30:00\",\n \"EndTimeInCenter\": \"2017-10-28T19:45:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"1afd493a-4aad-48a3-8f94-9fdea88691ac\",\n \"ShortName\": \"Ajay K\",\n \"NickName\": \"Ajay k\",\n \"FullName\": \"Ajay k\",\n \"Email\": null,\n \"PhoneNumber\": \"9213158104\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"9213158104\",\n \"DisplayNumber\": \"+91 92 13 158104\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Ajay\",\n \"LastName\": \"Kumar Singh\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"Ajay K\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 1200,\n \"Tax\": 148.32,\n \"Final\": 1348.32,\n \"Final1\": 1348.32,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null,\n \"ItemActions\": null,\n \"EquivalenceFactor\": null,\n \"EquivalentName\": null,\n \"IsMembershipApplied\": null,\n \"IsAddOn\": null,\n \"AddonAppointmentId\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"CanModifyTherapist\": false\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 1200,\n \"Tax\": 148.32,\n \"Final\": 1348.32,\n \"Final1\": 1348.32,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": null,\n \"CartItemIds\": [\n \"0d1969b2-0274-41bf-aeb4-b821e860cf61\"\n ],\n \"ReducedTimeGroupId\": null\n }\n ],\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Appointments/ReserveSlots","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/{AppointmentGroupId}/Feedback":{"get":{"description":"Gets Feedback for a AppointmentgroupId.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Feedback\": {\n \"Comments\": \"string\",\n \"Feedback1\": 1,\n \"Feedback2\": 1,\n \"Feedback3\": 1,\n \"Feedback4\": 1,\n \"FeedbackAnswer1\": true,\n \"FeedbackAnswer2\": true\n },\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Appointments/{AppointmentGroupId}/Feedback","tags":["Appointments - Catalog"]},"parameters":[{"in":"path","name":"AppointmentGroupId","required":true,"schema":{"type":"string"}}],"post":{"description":"Creates Feedback for a AppointmentgroupId.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"description":"All of the below fields are nullable\n\n| Field |Value Type | Description |\n| -------- | -------- | -------- |\n| Comments | Comments | string |\n| Feedback1 | Service | Feedback Raing Enum |\n| Feedback2 | Ambience | Feedback Raing Enum |\n| Feedback3 | Cleanliness | Feedback Raing Enum |\n| Feedback4 | Therapist | Feedback Raing Enum |\n| FeedbackAnswer1 | Recommendation | bool |\n| FeedbackAnswer2 | Share Feedback | bool |\n\n\n\n| Feedback Rating | Enum | \n| -------- | -------- | -------- |\n| Poor | 1 | \n| Average | 2 | \n| Good | 3 | \n| Excellent | 4 | \n| Outstanding | 5 | \n\n","type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"Comments\": \"string\",\n \"Feedback1\": 1,\n \"Feedback2\": 1,\n \"Feedback3\": 1,\n \"Feedback4\": 1,\n \"FeedbackAnswer1\": true,\n \"FeedbackAnswer2\": true\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Appointments/{AppointmentGroupId}/Feedback","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/{AppointmentId}/AddOnService":{"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}}],"post":{"description":"Adds an Add on service To an Existing Appointment of the user.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"description":"Service id of the requested add on service is given as a json.","type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"Serviceid\" : \"String\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"returns the status of the add on service and appointment id of the add on service.\n\n\n\n| Field |Value Type | Description |\n| -------- | -------- | -------- |\n| IsAddOnServiceAdded | boolean | Add on service added or not |\n| AddOnAppointmentId | String | AppointmentId of Add on service added |\n| AppointmentId | String | AppointmentId of Service to which Add on service is added |\n\n \n","type":"object"},"examples":{"response":{"value":"{\n \"IsAddOnServiceAdded\": boolean ,\n \"AddOnAppointmentId\": \"string\",\n \"AppointmentId\": \"string\",\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Appointments/{AppointmentId}/AddOnService","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/{AppointmentId}/Cancel":{"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}}],"post":{"description":"Changes the appointment status to cancelled and also returns a boolean for \"IsCancelChargesApplied\" feild.\n\nAppointment status(\"Status\" feild) of cancelled is -1.\n\n|status|enum|\n| -------- | -------- |\n| NoShow | -2|\n|Cancelled | -1|\n|New | 0|\n|Closed | 1|\n|Checkin | 2|\n|Confirm | 4|\n| Break | 10|\n|NotSpecified | 11|\n|Available | 20|\n","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"description":"Below are the Fields of input Json.\n| Field | Value type | Description |\n| -------- | -------- | -------- |\n| ReasonId `*` | GUID | Reason for Cancellation |\n| Comments | string | Comments |\n\n\nNote: Feilds marked with `*` are mandatory.","type":"object"}}},"required":true,"x-examples":{"application/json":"{\n\"reason\": \"string\",\n\"Comments\" : \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"returns the status of the add on service and appointment id of the add on service.","type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentStatusSet\": bool,\n \"Status\": enum,\n \"IsCancelChargeApplied\": bool,\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Appointments/{AppointmentId}/Cancel","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/{AppointmentId}/CustomData/Html":{"get":{"description":"Gets the Html form for a particular AppointmentId","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"text/html":{"schema":{"type":"object"}}}}},"summary":"/v1/Catalog/Appointments/{AppointmentId}/CustomData/Html","tags":["Appointments - Catalog"]},"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/{AppointmentId}/HtmlCustomData":{"get":{"description":"Gets the Html form data for a particular AppointmentId","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"Description for the Json fields in the output Json\n\n| Field | Value Type | Description |\n| -------- | -------- | -------- |\n| Data | Json Object | Form data in Json form |\n| Guest Data | string | Guest Details |\n| IsFormSubmitted | bool | Form Status |\n\n","type":"object"},"examples":{"response":{"value":"{\n \"Data\": \"string\",\n \"GuestData\": \"string\",\n \"IsFormSubmitted\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Appointments/{AppointmentId}/HtmlCustomData","tags":["Appointments - Catalog"]},"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}}],"post":{"description":"Creates a Html form data for a particular AppointmentId","requestBody":{"content":{"application/json":{"schema":{"description":"Description for the Json fields in the Input Json\n\n| Field | Value Type | Description |\n| -------- | -------- | -------- |\n| Data | Json Object | Form data in Json form |\n| Guest Data | string | Guest Details |\n| IsFormSubmitted | bool | Form Status |\n\n","type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"Data\": \"string\",\n \"FormId\": \"string\",\n \"IsRequiredFilled\": true,\n \"GuestData\": \"string\",\n \"IsFormSubmitted\": true\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"Success field is a bool , confirms success of form being created.","type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Appointments/{AppointmentId}/HtmlCustomData","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Appointments/{ReservationId}/CancelReservation":{"parameters":[{"in":"path","name":"ReservationId","required":true,"schema":{"type":"string"}}],"post":{"description":"Cancels a Reservation.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"Returns following Json Fields\n\n| Field | Value Type | \n| -------- | -------- |\n| ReservationId | String | \n| IsCancelled | bool |\n\n","type":"object"},"examples":{"response":{"value":"{\n \"ReservationId\": \"string\",\n \"IsCancelled\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Appointments/{ReservationId}/CancelReservation","tags":["Appointments - Catalog"]},"x-restlet":{"section":"Appointments(Catalog)"}},"/v1/Catalog/Centers":{"get":{"description":"Gets the list of centers in the organization. Optionally, you can pass one or more Service Ids to see the Service-Specific centers that are available.","parameters":[{"description":"List of Service Ids given separately. Each Service Id is a unique identifier","in":"query","name":"ServiceIds","required":false,"example":"ServiceIds={ServiceId1}&ServiceIds={ServiceId2}","schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CenterModel"},"examples":{"response":{"value":"{\n \"Centers\": [\n {\n \"Id\": \"7e9a5a8c-db49-48ed-a406-1732b38fd226\",\n \"Country\": {\n \"Id\": 95,\n \"Code\": \"IN\",\n \"Name\": \"India\",\n \"PhoneCode\": 91,\n \"Nationality\": \"Indian\"\n },\n \"State\": {\n \"Id\": -2,\n \"Code\": null,\n \"Name\": \"Others\",\n \"ShortName\": null\n },\n \"Name\": \"Tribeca\",\n \"GeoLatitude\": 40.7143516540527,\n \"GeoLongitude\": -74.0059661865234,\n \"Address1\": \"164 4Th Block\",\n \"Address2\": \"New York\",\n \"City\": \"New York\",\n \"ZipCode\": \"560009\",\n \"Phone1\": {\n \"CountryId\": 95,\n \"Number\": \"2128655555\",\n \"DisplayNumber\": \"2128655555\"\n },\n \"Phone2\": {\n \"CountryId\": 95,\n \"Number\": \"2128655555\",\n \"DisplayNumber\": \"2128655555\"\n },\n \"Email\": null,\n \"CenterInfo\": null,\n \"ServiceTaxNo\": null,\n \"TIN\": null,\n \"VAT\": null,\n \"CST\": null,\n \"CanBook\": true,\n \"working_hours\": [\n {\n \"day_of_week\": \"Monday\",\n \"start_time\": \"800\",\n \"end_time\": \"2200\"\n },\n {\n \"day_of_week\": \"Tuesday\",\n \"start_time\": \"800\",\n \"end_time\": \"2200\"\n },\n {\n \"day_of_week\": \"Wednesday\",\n \"start_time\": \"800\",\n \"end_time\": \"2200\"\n },\n {\n \"day_of_week\": \"Thursday\",\n \"start_time\": \"800\",\n \"end_time\": \"2200\"\n },\n {\n \"day_of_week\": \"Friday\",\n \"start_time\": \"800\",\n \"end_time\": \"2200\"\n },\n {\n \"day_of_week\": \"Saturday\",\n \"start_time\": \"800\",\n \"end_time\": \"2200\"\n },\n {\n \"day_of_week\": \"Sunday\",\n \"start_time\": \"800\",\n \"end_time\": \"2200\"\n }\n ]\n }\n ],\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Centers","tags":["Centers - Catalog"]},"x-restlet":{"section":"Centers(Catalog)"}},"/v1/Catalog/Centers/Organization":{"get":{"description":"Gets List of all the Centers in the Organization","parameters":[{"in":"query","name":"CatalogEnabled","required":false,"schema":{"type":"boolean"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CenterModel"},"examples":{"response":{"value":"{\n \"Centers\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Address\": \"string\",\n \"Phone\": \"string\",\n \"TimeZoneId\": 0,\n \"CurrencyId\": 0,\n \"SecurityRole\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"ScopeId\": \"string\",\n \"Scope\": 0,\n \"OrgOrZoneOrCenterName\": \"string\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": [\n {\n \"ObjectName\": \"string\",\n \"PermissionBitMask\": 0\n }\n ]\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"ScopeId\": \"string\",\n \"Scope\": 0,\n \"OrgOrZoneOrCenterName\": \"string\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": [\n {\n \"ObjectName\": \"string\",\n \"PermissionBitMask\": 0\n }\n ]\n }\n ],\n \"OrganizationName\": \"string\",\n \"OrganizationLogoUrl\": \"string\",\n \"Email\": \"string\"\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Centers/Organization","tags":["Centers - Catalog"]},"x-restlet":{"section":"Centers(Catalog)"}},"/v1/Catalog/Guests/CheckUserName":{"get":{"description":"Check if the guest is already existing in the system based on UserName. UserName is mandatory","parameters":[{"in":"query","name":"userName","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"\nmatched width - one to one","type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"NumOfMatches\": 0,\n \"MatchedWith\": 0,\n \"Error\":null\n}"}}}}}},"summary":"/v1/Catalog/Guests/CheckUserName","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/ForgottenPassword":{"post":{"description":"Get password reset link","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"UserName\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"","type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/ForgottenPassword","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/Guest/{GuestId}/CreditCardsOnFile":{"get":{"description":"Gets the Credit Cards on File for guest\n\nTransaction Form\n\n| Enum | Value | \n| -------- | -------- | \n| Web | 1 |\n| WebStore | 2 |\n| CheckWeb | 4 |\n| Mobile | 8 |\n| MobilePOS | 16 | ","parameters":[{"in":"query","name":"GuestId","required":true,"schema":{"type":"string"}},{"in":"query","name":"CenterId","required":true,"schema":{"type":"string"}},{"in":"query","name":"TransactionForm","required":false,"schema":{"type":"integer"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCreditCardsOnFileResponse"},"examples":{"response":{"value":"{\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"CreditCardsOnFile\": [\n {\n \"Id\": \"string\",\n \"CardBrand\": 0,\n \"CardType\": 0,\n \"LastFour\": \"string\",\n \"ExpirationMonth\": 0,\n \"ExpirationYear\": 0,\n \"ExtParams\": \"string\",\n \"IsSupportedCardType\": true\n }\n ],\n \"HasExpiredCards\": true\n}"}}}}}},"summary":"/v1/Catalog/Guests/{GuestId}/CreditCardsOnFile","tags":["Guests - Catalog"]},"parameters":[{"in":"path","name":"GuestId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/Guests/Memberships/{UserMembershipId}":{"get":{"description":"Get balance details of a User MembershipId","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"","type":"object"},"examples":{"response":{"value":"{\n \"Balance\": [\n {\n \"MembershipName\": \"string\",\n \"BenefitName\": \"string\",\n \"Quantity\": 0,\n \"Frequency\": \"string\",\n \"ExpirationDays\": 0,\n \"Used\": 0,\n \"Notes\": \"string\",\n \"AllowDirectBooking\": true,\n \"HasEquivalents\": true,\n \"Balance\": 0\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/Memberships/{UserMembershipId}","tags":["Guests - Catalog"]},"parameters":[{"in":"path","name":"UserMembershipId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/Guests/{GuestId}":{"get":{"description":"Obtain profile details of a guest user.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetGuestResponse"},"examples":{"response":{"value":"{\n \"Guest\": {\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"AnniversaryDate\": \"string\",\n \"City\": \"string\",\n \"CountryFk\": \"string\",\n \"CountryName\": \"string\",\n \"DOB\": \"string\",\n \"DOB_IncompleteYear\": \"string\",\n \"Email\": \"string\",\n \"Gender\": \"string\",\n \"GuestFlagFT\": \"string\",\n \"GuestFlagHS\": \"string\",\n \"GuestFlagLF\": \"string\",\n \"GuestFlagMB\": \"string\",\n \"GuestFlagNS\": \"string\",\n \"GuestFlagPack\": \"string\",\n \"GuestFlagRC\": \"string\",\n \"GuestFlagReg\": \"string\",\n \"GuestFName\": \"string\",\n \"GuestLName\": \"string\",\n \"GuestMName\": \"string\",\n \"GuestPhone\": \"string\",\n \"HasCD\": \"string\",\n \"HomePhone\": \"string\",\n \"id\": \"string\",\n \"ReceiveLpStmt\": \"string\",\n \"ReceiveMarketingEMail\": \"string\",\n \"ReceiveMarketingSMS\": \"string\",\n \"ReceiveTransactionalEMail\": \"string\",\n \"ReceiveTransactionalSMS\": \"string\",\n \"StateFK\": \"string\",\n \"StateName\": \"string\",\n \"WorkPhone\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"memberships\": [\n {\n \"guest_id\": \"string\",\n \"id\": \"string\",\n \"MembershipBalance\": \"string\",\n \"MembershipEndD\": \"string\",\n \"MembershipName\": \"string\",\n \"MembershipStartD\": \"string\"\n }\n ],\n \"packages\": [\n {}\n ],\n \"products\": [\n {\n \"actors\": [\n {\n \"ActorDName\": \"string\",\n \"ActorFName\": \"string\",\n \"ActorLName\": \"string\",\n \"id\": \"string\"\n }\n ],\n \"CenterId\": \"string\",\n \"CenterName\": \"string\",\n \"CreatedDate\": \"string\",\n \"FinalSalePrice\": \"string\",\n \"id\": \"string\",\n \"InvoiceNo\": \"string\",\n \"Notes\": {},\n \"products\": [\n {\n \"id\": \"string\",\n \"productCode\": \"string\",\n \"productName\": \"string\"\n }\n ],\n \"Quantity\": \"string\"\n }\n ],\n \"appts\": [\n {\n \"actors\": [\n {\n \"ActorDName\": \"string\",\n \"ActorFName\": \"string\",\n \"ActorLName\": \"string\",\n \"id\": \"string\"\n }\n ],\n \"apptgroup_id\": \"string\",\n \"guests\": [\n {\n \"GuestFlagFT\": \"string\",\n \"GuestFlagHS\": \"string\",\n \"GuestFlagLF\": \"string\",\n \"GuestFlagMB\": \"string\",\n \"GuestFlagNS\": \"string\",\n \"GuestFlagRC\": \"string\",\n \"GuestFlagReg\": \"string\",\n \"GuestFName\": \"string\",\n \"GuestLName\": \"string\",\n \"id\": \"string\",\n \"MobilePhone\": \"string\"\n }\n ],\n \"HasCD\": \"string\",\n \"id\": \"string\",\n \"locations\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\"\n }\n ],\n \"services\": [\n {\n \"id\": \"string\",\n \"ServiceCustomDataIndicator\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"FormId\": \"string\",\n \"ServiceName\": \"string\"\n }\n ],\n \"StartTime\": \"string\",\n \"Status\": 0,\n \"Currency\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"Symbol\": \"string\"\n }\n }\n ],\n \"GuesthistoryFlag\": \"string\",\n \"LastMembership\": \"string\",\n \"LastPackage\": \"string\",\n \"AmountDue\": 0,\n \"TotalVisits\": 0,\n \"LastVisit\": \"2017-09-13T04:48:02.000Z\",\n \"LastService\": \"string\",\n \"LastTherapist\": \"string\",\n \"OpenAppts\": 0,\n \"TotalSpent\": 0,\n \"MembershipBalance\": 0,\n \"GuestFlagOtherCenter\": true,\n \"GuestFlagHasProfileAlert\": true,\n \"GuestFlagCardOnFile\": true,\n \"GuestFlagCTA\": \"string\",\n \"CardsOnFile\": [\n {\n \"Id\": \"string\",\n \"CardBrand\": 0,\n \"CardType\": 0,\n \"LastFour\": \"string\",\n \"ExpirationMonth\": 0,\n \"ExpirationYear\": 0,\n \"ExtParams\": \"string\",\n \"IsSupportedCardType\": true\n }\n ],\n \"HasActiveMemberships\": 0,\n \"NonExpirePackages\": 0,\n \"ZipCode\": \"string\"\n },\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/{GuestId}","tags":["Guests - Catalog"]},"parameters":[{"in":"path","name":"GuestId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/Logout":{"post":{"description":"Delete a token on logout","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"WebSessionId\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"","type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/Logout","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/LoyaltyPrograms":{"get":{"description":"Gets the Loyalty Programs that the guest possesses. Additionally, it fetches the following details of Loyalty Programs:\n| Id | Name | Balance |\n| -------- | -------- | -------- |\n| 61acbc7a-a37e-43ea-8a94-b1bf0aa6518e | lp test | 1987 |\n\n","responses":{"200":{"description":"Details of Loyalty Programs of a guest","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"LoyaltyPrograms\": [\n {\n \"Id\": \"4dbda302-c13f-4853-a143-b9ff3fcf0ce0\",\n \"Name\": \"10000 Tier\",\n \"Balance\": 0\n }\n {\n \"Id\": \"61acbc7a-a37e-43ea-8a94-b1bf0aa6518e\",\n \"Name\": \"lp test\",\n \"Balance\": 587\n }\n ],\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Guests/LoyaltyPrograms"},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/LoyaltyPrograms/Summary":{"get":{"description":"Returns the summary of loyalty points of a guest. It contains the following:\n\n1. Balance\n1. TierName\n1. StartDate\n1. EnrollmentStatus\n1. LPTierMaintainSpent\n1. SpentTillNow\n1. DowngradeDate\n1. DirectEnrollment\n1. ByPassDowngrade\n1. RecentEnrollDate\n1. PointsToSpendToStayInSameTierByDowngradeDate","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"\n{\n \"LoyaltySummaryModel\": {\n \"Balance\": 2541,\n \"TierName\": \"10000 Tier\",\n \"StartDate\": \"2016-08-11T12:16:50\",\n \"EnrollmentStatus\": 1,\n \"LPTierMaintainSpent\": 10000,\n \"SpentTillNow\": 0,\n \"DowngradeDate\": \"2017-04-30T00:00:00\",\n \"DirectEnrollment\": false,\n \"ByPassDowngrade\": 0,\n \"RecentEnrollDate\": null,\n \"PointsToSpendToStayInSameTierByDowngradeDate\": 1\n },\n \"Error\": {\n \"StatusCode\": 1,\n \"Message\": \"sample string 2\",\n \"InternalMessage\": \"sample string 3\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/LoyaltyPrograms/Summary"},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/LoyaltyPrograms/{ProgramId}":{"get":{"description":"Additional details of a particular Loyalty Program of a Guest by Program Id are returned, transaction wise.\n\n* GuestId\n* InvoiceId\n* AppGroupId(AppointmentGroupId)\n* CenterName\n* ByPassDowngrade\n* PointsDate\n* RedemptionFrom\n* RedemptionTo\n* CreateDate\n* Loyalty Program Details - Id, Name, Earned, Redeemed, Available","responses":{"200":{"description":"Details of Loyalty Programs of a guest","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"LoyaltyProgramDetails\": [\n {\n \"GuestId\": \"cfa37ea5-93bd-4050-aa55-d5bb2e98ad01\",\n \"InvoiceId\": \"0d310c20-4f50-478a-b679-14040d96c6dc\",\n \"AppGroupId\": \"00000000-0000-0000-0000-000000000000\",\n \"CenterName\": \"LasVegas\",\n \"ByPassDowngrade\": 0,\n \"PointsDate\": \"2018-02-14T00:00:00\",\n \"RedemptionFrom\": \"2018-02-14T00:00:00\",\n \"RedemptionTo\": \"2018-05-25T00:00:00\",\n \"CreateDate\": \"2018-02-14T00:00:00\",\n \"loyaltyProgram\": {\n \"Id\": \"4dbda302-c13f-4853-a143-b9ff3fcf0ce0\",\n \"Name\": \"10000 Tier\",\n \"TotalPointsEarned\": -170,\n \"TotalPointsRedeemed\": 0,\n \"TotalPointsAvailable\": -170\n }\n },\n {\n \"GuestId\": \"cfa37ea5-93bd-4050-aa55-d5bb2e98ad01\",\n \"InvoiceId\": \"21359758-1ace-4201-ab4f-678625868b4e\",\n \"AppGroupId\": \"00000000-0000-0000-0000-000000000000\",\n \"CenterName\": \"Plutus IN\",\n \"ByPassDowngrade\": 0,\n \"PointsDate\": \"2017-04-25T00:00:00\",\n \"RedemptionFrom\": \"2017-04-24T00:00:00\",\n \"RedemptionTo\": \"2017-08-02T00:00:00\",\n \"CreateDate\": \"2017-04-25T00:00:00\",\n \"loyaltyProgram\": {\n \"Id\": \"4dbda302-c13f-4853-a143-b9ff3fcf0ce0\",\n \"Name\": \"10000 Tier\",\n \"TotalPointsEarned\": 6156,\n \"TotalPointsRedeemed\": 0,\n \"TotalPointsAvailable\": 6156\n }\n }\n ]\n}"}}}}}},"summary":"/v1/Catalog/Guests/LoyaltyPrograms/{ProgramId}"},"parameters":[{"in":"path","name":"ProgramId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/PastAppointments":{"get":{"description":"To get the list of past bookings for the logged in guest","parameters":[{"in":"query","name":"Page","required":false,"schema":{"type":"integer"}},{"in":"query","name":"Size","required":false,"schema":{"type":"integer"}},{"in":"query","name":"Sorters","required":false,"schema":{"type":"string"}},{"in":"query","name":"Filters","required":false,"schema":{"type":"string"}},{"in":"query","name":"startDate","required":false,"schema":{"type":"string","format":"date"}},{"in":"query","name":"endDate","required":false,"schema":{"type":"string","format":"date"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetPastAppointmentsResponse"},"examples":{"response":{"value":"{\n \"Appointments\": [\n {\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"InvoiceStatus\": 0,\n \"IsRebooking\": true,\n \"Notes\": \"string\",\n \"Guest\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-13T04:48:01.949Z\",\n \"AnniversaryDate\": \"2017-09-13T04:48:01.949Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-13T04:48:01.949Z\",\n \"LastUpdated\": \"2017-09-13T04:48:01.949Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": true,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-13T04:48:01.949Z\",\n \"EndTime\": \"2017-09-13T04:48:01.949Z\",\n \"StartTimeInCenter\": \"2017-09-13T04:48:01.949Z\",\n \"EndTimeInCenter\": \"2017-09-13T04:48:01.949Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-13T04:48:01.949Z\",\n \"CompletedTime\": \"2017-09-13T04:48:01.949Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"AppointmentProducts\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentMemberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentSeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentGiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-13T04:48:01.950Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-13T04:48:01.950Z\",\n \"AnniversaryDate\": \"2017-09-13T04:48:01.950Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-13T04:48:01.950Z\",\n \"LastUpdated\": \"2017-09-13T04:48:01.950Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Center\": {\n \"Id\": \"string\",\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Name\": \"string\",\n \"GeoLatitude\": 0,\n \"GeoLongitude\": 0,\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"ZipCode\": \"string\",\n \"Phone1\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Phone2\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"CenterInfo\": \"string\",\n \"ServiceTaxNo\": \"string\",\n \"TIN\": \"string\",\n \"VAT\": \"string\",\n \"CST\": \"string\",\n \"CanBook\": true\n },\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/PastAppointments","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/Register":{"post":{"description":"Creates a new guest user account by providing the mandatory fields. First name and Last name are mandatory. According to your organization settings, email/phone number is mandatory to maintain uniqueness of the guest. Along side, the recent verificationId has to be passed in the request. CenterId is mandatory.\n\nThe request contains the following:\n\n\n\n| Field | Value Type | Description |\n| -------- | -------- | -------- |\n| VerificationId `*` | GUID | VerificationId you get from OTP API\n| CenterId `*` | GUID | Unique Identifier. Guest should register at a center\n| Guest `*` | `Guest Model` object | FirstName, LastName, Gender, Mobile Number, Email, Password\n\nFields marked with `*` are mandatory.\n\nExapmle request : \n\n```\n{\n \"VerificationId\": \"string\",\n \"CenterId\": \"string\",\n \"Guest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-13T04:48:01.773Z\",\n \"AnniversaryDate\": \"2017-09-13T04:48:01.773Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n }\n}\n```\n\n\n","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"VerificationId\": \"string\",\n \"CenterId\": \"string\",\n \"Guest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-13T04:48:01.773Z\",\n \"AnniversaryDate\": \"2017-09-13T04:48:01.773Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n }\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"","type":"object"},"examples":{"response":{"value":"{\n \"Guest\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-13T04:48:01.991Z\",\n \"AnniversaryDate\": \"2017-09-13T04:48:01.991Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-13T04:48:01.991Z\",\n \"LastUpdated\": \"2017-09-13T04:48:01.991Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"LoginToken\": \"string\",\n \"Success\": true,\n \"IsNewGuest\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/Register","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/SendOtp":{"post":{"description":"Create OTP for a guest account verification\n\nExample Request : \n\n```\n{\n \"Email\": \"string\",\n \"Phone\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"CenterId\": \"string\"\n}\n```","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"Email\": \"string\",\n \"Phone\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"CenterId\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"","type":"object"},"examples":{"response":{"value":"{\n \"VerificationId\": \"string\",\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/SendOtp","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/UpcomingAppointments":{"get":{"description":"To get the list of future bookings for the logged in guest","parameters":[{"in":"query","name":"Page","required":false,"schema":{"type":"integer"}},{"in":"query","name":"Size","required":false,"schema":{"type":"integer"}},{"in":"query","name":"Sorters","required":false,"schema":{"type":"string"}},{"in":"query","name":"Filters","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetUpcomingAppointmentsResponse"},"examples":{"response":{"value":"{\n \"Appointments\": [\n {\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"InvoiceStatus\": 0,\n \"IsRebooking\": true,\n \"Notes\": \"string\",\n \"Guest\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-13T04:48:01.929Z\",\n \"AnniversaryDate\": \"2017-09-13T04:48:01.929Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-13T04:48:01.930Z\",\n \"LastUpdated\": \"2017-09-13T04:48:01.930Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": true,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-13T04:48:01.930Z\",\n \"EndTime\": \"2017-09-13T04:48:01.930Z\",\n \"StartTimeInCenter\": \"2017-09-13T04:48:01.930Z\",\n \"EndTimeInCenter\": \"2017-09-13T04:48:01.930Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-13T04:48:01.930Z\",\n \"CompletedTime\": \"2017-09-13T04:48:01.930Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"AppointmentProducts\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentMemberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentSeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentGiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-13T04:48:01.932Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-13T04:48:01.932Z\",\n \"AnniversaryDate\": \"2017-09-13T04:48:01.932Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-13T04:48:01.932Z\",\n \"LastUpdated\": \"2017-09-13T04:48:01.932Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Center\": {\n \"Id\": \"string\",\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Name\": \"string\",\n \"GeoLatitude\": 0,\n \"GeoLongitude\": 0,\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"ZipCode\": \"string\",\n \"Phone1\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Phone2\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"CenterInfo\": \"string\",\n \"ServiceTaxNo\": \"string\",\n \"TIN\": \"string\",\n \"VAT\": \"string\",\n \"CST\": \"string\",\n \"CanBook\": true\n },\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/UpcommingAppointments","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/Update":{"post":{"description":"Creates a new guest user account by providing an email address or through a Facebook sign-up.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"Guest\": {\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"AnniversaryDate\": \"string\",\n \"City\": \"string\",\n \"CountryFk\": \"string\",\n \"CountryName\": \"string\",\n \"DOB\": \"string\",\n \"DOB_IncompleteYear\": \"string\",\n \"Email\": \"string\",\n \"Gender\": \"string\",\n \"GuestFlagFT\": \"string\",\n \"GuestFlagHS\": \"string\",\n \"GuestFlagLF\": \"string\",\n \"GuestFlagMB\": \"string\",\n \"GuestFlagNS\": \"string\",\n \"GuestFlagPack\": \"string\",\n \"GuestFlagRC\": \"string\",\n \"GuestFlagReg\": \"string\",\n \"GuestFName\": \"string\",\n \"GuestLName\": \"string\",\n \"GuestMName\": \"string\",\n \"GuestPhone\": \"string\",\n \"HasCD\": \"string\",\n \"HomePhone\": \"string\",\n \"id\": \"string\",\n \"ReceiveLpStmt\": \"string\",\n \"ReceiveMarketingEMail\": \"string\",\n \"ReceiveMarketingSMS\": \"string\",\n \"ReceiveTransactionalEMail\": \"string\",\n \"ReceiveTransactionalSMS\": \"string\",\n \"StateFK\": \"string\",\n \"StateName\": \"string\",\n \"WorkPhone\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"memberships\": [\n {\n \"guest_id\": \"string\",\n \"id\": \"string\",\n \"MembershipBalance\": \"string\",\n \"MembershipEndD\": \"string\",\n \"MembershipName\": \"string\",\n \"MembershipStartD\": \"string\"\n }\n ],\n \"packages\": [\n {}\n ],\n \"products\": [\n {\n \"actors\": [\n {\n \"ActorDName\": \"string\",\n \"ActorFName\": \"string\",\n \"ActorLName\": \"string\",\n \"id\": \"string\"\n }\n ],\n \"CenterId\": \"string\",\n \"CenterName\": \"string\",\n \"CreatedDate\": \"string\",\n \"FinalSalePrice\": \"string\",\n \"id\": \"string\",\n \"InvoiceNo\": \"string\",\n \"Notes\": {},\n \"products\": [\n {\n \"id\": \"string\",\n \"productCode\": \"string\",\n \"productName\": \"string\"\n }\n ],\n \"Quantity\": \"string\"\n }\n ],\n \"appts\": [\n {\n \"actors\": [\n {\n \"ActorDName\": \"string\",\n \"ActorFName\": \"string\",\n \"ActorLName\": \"string\",\n \"id\": \"string\"\n }\n ],\n \"apptgroup_id\": \"string\",\n \"guests\": [\n {\n \"GuestFlagFT\": \"string\",\n \"GuestFlagHS\": \"string\",\n \"GuestFlagLF\": \"string\",\n \"GuestFlagMB\": \"string\",\n \"GuestFlagNS\": \"string\",\n \"GuestFlagRC\": \"string\",\n \"GuestFlagReg\": \"string\",\n \"GuestFName\": \"string\",\n \"GuestLName\": \"string\",\n \"id\": \"string\",\n \"MobilePhone\": \"string\"\n }\n ],\n \"HasCD\": \"string\",\n \"id\": \"string\",\n \"locations\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\"\n }\n ],\n \"services\": [\n {\n \"id\": \"string\",\n \"ServiceCustomDataIndicator\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"FormId\": \"string\",\n \"ServiceName\": \"string\"\n }\n ],\n \"StartTime\": \"string\",\n \"Status\": 0,\n \"Currency\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"Symbol\": \"string\"\n }\n }\n ],\n \"GuesthistoryFlag\": \"string\",\n \"LastMembership\": \"string\",\n \"LastPackage\": \"string\",\n \"AmountDue\": 0,\n \"TotalVisits\": 0,\n \"LastVisit\": \"2017-09-13T04:48:01.782Z\",\n \"LastService\": \"string\",\n \"LastTherapist\": \"string\",\n \"OpenAppts\": 0,\n \"TotalSpent\": 0,\n \"MembershipBalance\": 0,\n \"GuestFlagOtherCenter\": true,\n \"GuestFlagHasProfileAlert\": true,\n \"GuestFlagCardOnFile\": true,\n \"GuestFlagCTA\": \"string\",\n \"CardsOnFile\": [\n {\n \"Id\": \"string\",\n \"CardBrand\": 0,\n \"CardType\": 0,\n \"LastFour\": \"string\",\n \"ExpirationMonth\": 0,\n \"ExpirationYear\": 0,\n \"ExtParams\": \"string\",\n \"IsSupportedCardType\": true\n }\n ],\n \"HasActiveMemberships\": 0,\n \"NonExpirePackages\": 0,\n \"ZipCode\": \"string\"\n }\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"","type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/Update","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Guests/VerifyOtp":{"post":{"description":"Verify a guest account based on the generated OTP\n\nExample Request : \n\n```\n{\n \"VerificationId\": \"string\",\n \"OTP\": \"string\",\n \"CenterId\": \"string\"\n}\n```","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"VerificationId\": \"string\",\n \"OTP\": \"string\",\n \"CenterId\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"","type":"object"},"examples":{"response":{"value":"{\n \"Verified\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Guests/VerifyOtp","tags":["Guests - Catalog"]},"x-restlet":{"section":"Guests(Catalog)"}},"/v1/Catalog/Invoices/ApplyCampaign":{"post":{"description":"Apply a Promo or Campaign given a Campaign Code","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"description":"Input Json Fields\n\n| Field | Value Type | \n| -------- | -------- | \n| Code | string | \n| InvoiceId | GUID | \n| CenterId | GUID | \n\n","type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"Code\": \"string\",\n \"InvoiceId\": \"string\",\n \"CenterId\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppointmentGroupModel"},"examples":{"response":{"value":"{\n \"AppointmentGroup\": {\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"InvoiceStatus\": 0,\n \"IsRebooking\": true,\n \"Notes\": \"string\",\n \"Guest\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-11T06:35:01.918Z\",\n \"AnniversaryDate\": \"2017-09-11T06:35:01.918Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-11T06:35:01.918Z\",\n \"LastUpdated\": \"2017-09-11T06:35:01.918Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": true,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-11T06:35:01.919Z\",\n \"EndTime\": \"2017-09-11T06:35:01.919Z\",\n \"StartTimeInCenter\": \"2017-09-11T06:35:01.919Z\",\n \"EndTimeInCenter\": \"2017-09-11T06:35:01.919Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-11T06:35:01.919Z\",\n \"CompletedTime\": \"2017-09-11T06:35:01.919Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"AppointmentProducts\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentMemberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentSeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentGiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-11T06:35:01.919Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-11T06:35:01.919Z\",\n \"AnniversaryDate\": \"2017-09-11T06:35:01.919Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-11T06:35:01.919Z\",\n \"LastUpdated\": \"2017-09-11T06:35:01.919Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Center\": {\n \"Id\": \"string\",\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Name\": \"string\",\n \"GeoLatitude\": 0,\n \"GeoLongitude\": 0,\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"ZipCode\": \"string\",\n \"Phone1\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Phone2\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"CenterInfo\": \"string\",\n \"ServiceTaxNo\": \"string\",\n \"TIN\": \"string\",\n \"VAT\": \"string\",\n \"CST\": \"string\",\n \"CanBook\": true\n },\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n },\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Invoices/ApplyCampaign","tags":["Invoices - Catalog"]},"x-restlet":{"section":"Invoices(Catalog)"}},"/v1/Catalog/Invoices/{InvoiceId}":{"get":{"description":"Returns the requested invoice details. {InvoiceId} is a Unique Identifier and is mandatory.","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppointmentGroupModel"},"examples":{"response":{"value":"{\n \"AppointmentGroup\": {\n \"AppointmentGroupId\": \"39a8d6d2-e7e3-4880-b5ee-d9076a7d7e33\",\n \"InvoiceId\": \"5cc56502-10d1-4690-a2fa-59ec06642817\",\n \"InvoiceStatus\": null,\n \"IsRebooking\": true,\n \"Notes\": null,\n \"Guest\": {\n \"Id\": \"75ac5009-6b23-4275-8efe-4bb187683876\",\n \"Code\": null,\n \"FirstName\": \"Aasrini\",\n \"MiddleName\": null,\n \"LastName\": \"Shiva\",\n \"Email\": \"gsrinivas@zenoti.com\",\n \"MobileNumber\": \"8374719050\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"8374719050\",\n \"DisplayNumber\": \"+91 83 74 719050\"\n },\n \"HomePhone\": null,\n \"HomePhoneModel\": {\n \"CountryId\": -1,\n \"Number\": null,\n \"DisplayNumber\": null\n },\n \"WorkPhone\": null,\n \"WorkPhoneModel\": null,\n \"Gender\": 1,\n \"DateOfBirth\": null,\n \"AnniversaryDate\": null,\n \"Address1\": \", Uttar Pradesh\",\n \"Address2\": null,\n \"City\": null,\n \"PostalCode\": null,\n \"State\": {\n \"Id\": 33,\n \"Code\": \"IN0033\",\n \"Name\": \"Uttar Pradesh\",\n \"ShortName\": \"UP\"\n },\n \"Country\": {\n \"Id\": -1,\n \"Code\": null,\n \"Name\": null,\n \"PhoneCode\": null,\n \"Nationality\": null\n },\n \"Nationality\": {\n \"Id\": -1,\n \"Code\": null,\n \"Name\": null,\n \"PhoneCode\": null,\n \"Nationality\": null\n },\n \"ReferralSource\": null,\n \"ReferredGuestId\": null,\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2016-05-11T06:21:38.847\",\n \"LastUpdated\": \"2017-10-26T09:21:49.943\",\n \"MergeIntoCode\": null,\n \"MergeIntoGuestId\": null,\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"CenterCode\": \"HYD\",\n \"CenterName\": \"Hyderabad\",\n \"GuestIndicator\": \"0@1@0@0@0@0@0@x@0@0@0@0@x\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": null,\n \"Password\": null,\n \"UserName\": null,\n \"FacebookUserId\": null,\n \"OldPassword\": null\n },\n \"IsNoShowChargeToBeApplied\": false,\n \"IsCancellationChargeToBeApplied\": false,\n \"IsPaymentOrRedemptionApplied\": false,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"0d701a32-ddb1-45e1-9848-3467793a0265\",\n \"InvoiceItemId\": \"8e208d1e-d9d8-4576-ac49-e24514902942\",\n \"CartItemId\": null,\n \"AppointmentSegmentId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"5794a470-7b92-4942-a7e9-15a06f128244\",\n \"Name\": \"Age Defying With Body Firming\",\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 1200,\n \"Tax\": 118.656,\n \"Final\": 1078.656,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 75,\n \"CategoryId\": null,\n \"IsAddOn\": false,\n \"HasAddOns\": false,\n \"AddOnToServiceId\": null,\n \"CategoryName\": null,\n \"AddOns\": null,\n \"IsVariant\": null,\n \"HasVariant\": null,\n \"ParentServiceId\": null,\n \"CartItemId\": null\n },\n \"ReducedTimeGroupId\": null,\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-10-27T13:00:00\",\n \"EndTime\": \"2017-10-27T14:15:00\",\n \"NonReducedDuration\": null,\n \"StartTimeInCenter\": \"2017-10-27T18:30:00\",\n \"EndTimeInCenter\": \"2017-10-27T19:45:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"1afd493a-4aad-48a3-8f94-9fdea88691ac\",\n \"ShortName\": \"Ajay Kumar Singh\",\n \"NickName\": \"Ajay k\",\n \"FullName\": \"Ajay Kumar Singh\",\n \"Email\": null,\n \"PhoneNumber\": \"9213158104\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"9213158104\",\n \"DisplayNumber\": \"+91 92 13 158104\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Ajay\",\n \"LastName\": \"Kumar Singh\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"Ajay K\"\n },\n \"Quantity\": 0,\n \"Price\": null,\n \"SCD\": \"0#0#0#0#0#0#0#0\",\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"20% Off Membership(Discount: $ 240.000)\",\n \"EquivalenceFactor\": null,\n \"EquivalentName\": null,\n \"IsMembershipApplied\": true,\n \"IsAddOn\": false,\n \"AddonAppointmentId\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"CanModifyTherapist\": false\n }\n ],\n \"AppointmentProducts\": [],\n \"AppointmentMemberships\": [],\n \"AppointmentSeriesPackages\": [],\n \"AppointmentGiftCards\": [],\n \"Center\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 1200,\n \"Tax\": 118.656,\n \"Final\": 1078,\n \"Final1\": 0,\n \"Discount\": 240,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": -0.66\n }\n },\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Invoices/{InvoiceId}","tags":["Invoices - Catalog"]},"parameters":[{"in":"path","name":"InvoiceId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Invoices(Catalog)"}},"/v1/Catalog/Organization":{"get":{"description":"Gets Details of the Organization","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationModel"},"examples":{"response":{"value":"{\n \"Organization\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"CatalogId\": \"string\",\n \"IsLicensed\": true,\n \"ShowSubCategories\": true,\n \"AllowGuestRegistration\": true,\n \"Currency\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"Symbol\": \"string\"\n },\n \"IsLicensedInstore\": true,\n \"DisableMobileNumber\": true,\n \"PhoneRange\": \"string\",\n \"IsDobMandatory\": true,\n \"GuestUniqueness\": 0,\n \"CreditCardEntryForAppointment\": 0,\n \"DefaultCenterId\": \"string\"\n },\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/Organization","tags":["Organization - Catalog"]},"x-restlet":{"section":"Organization(Catalog)"}},"/v1/Catalog/Organization/Label":{"get":{"description":"Gets Labels of the Organization","parameters":[{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OrganizationModel"},"examples":{"response":{"value":"{\n \"Labels\": [\n {\n \"Name\": \"string\",\n \"Value\": \"string\"\n }\n ]\n}"}}}}}},"summary":"/v1/Catalog/Organization/Label","tags":["Organization - Catalog"]},"x-restlet":{"section":"Organization(Catalog)"}},"/v1/Catalog/Services":{"get":{"description":"Gets the list of all the services available in a specific center.\nIf a service category is requested along, the services in that category are returned.","parameters":[{"description":"Unique Identifier of the Selected Center","in":"query","name":"CenterId","required":true,"schema":{"type":"string"}},{"description":"Page number of the results","in":"query","name":"page","required":false,"schema":{"type":"integer"}},{"description":"Number of results in each page","in":"query","name":"size","required":false,"schema":{"type":"integer"}},{"in":"query","name":"defaultPage","required":false,"schema":{"type":"integer"}},{"in":"query","name":"defaultSize","required":false,"schema":{"type":"integer"}},{"in":"query","name":"Sorters","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"in":"query","name":"filters","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"description":"Unique Identifier of the Category","in":"query","name":"CategoryId","required":false,"schema":{"type":"string"}},{"in":"query","name":"SearchString","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CenterModel"},"examples":{"response":{"value":"{\n \"Category\": null,\n \"Services\": [\n {\n \"Id\": \"2e3639df-82c1-46d1-89d9-36df10cd9772\",\n \"Name\": \"BGTest\",\n \"Description\": \"50 min service with 0min recovery\",\n \"HTMLDescription\": null,\n \"Duration\": 45,\n \"PriceText\": null,\n \"IncludesTax\": false,\n \"ImagePaths\": {\n \"px64\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px64/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px100\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px100/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px200\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px200/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px400\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px400/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px800\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px800/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\"\n },\n \"HasVariant\": true,\n \"IsVariant\": false,\n \"VideoUrl\": null,\n \"CanBook\": true,\n \"ShowPrice\": false,\n \"SortOrder\": 1,\n \"RecoveryTime\": 0,\n \"Code\": \"BGTest\",\n \"Price\": {\n \"CurrencyId\": 148,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n },\n {\n \"Id\": \"95262179-d89d-4b47-a9cd-50d46c03104f\",\n \"Name\": \"Beluga Service\",\n \"Description\": \"Includes a 30-minute skin consultation and customized home care starter kit! \",\n \"HTMLDescription\": null,\n \"Duration\": 30,\n \"PriceText\": null,\n \"IncludesTax\": false,\n \"ImagePaths\": {\n \"px64\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px64/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px100\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px100/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px200\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px200/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px400\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px400/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\",\n \"px800\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Services/px800/6012a091-ec0c-4e44-a75a-27a6cf984880.jpg\"\n },\n \"HasVariant\": false,\n \"IsVariant\": false,\n \"VideoUrl\": null,\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"SortOrder\": 1,\n \"RecoveryTime\": 0,\n \"Code\": \"BELUGA01\",\n \"Price\": {\n \"CurrencyId\": 148,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Total\": 51,\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Services","tags":["Services - Catalog"]},"x-restlet":{"section":"Services(Catalog)"}},"/v1/Catalog/Services/Categories":{"get":{"description":"Gets the list of service categories that are used for grouping services into different areas such as hair or skin.\nYou can request categories under a particular center or a particular parent category","parameters":[{"description":"Unique Identifier of the center","in":"query","name":"CenterId","required":false,"schema":{"type":"string"}},{"description":"Unqiue Identifier of Parent Category","in":"query","name":"parentCategoryId","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CenterModel"},"examples":{"response":{"value":"{\n \"ParentCategory\": {\n \"Id\": \"41ac7424-8bde-461c-9c88-8e794c9ec77b\",\n \"CategoryOrganizationId\": \"41ac7424-8bde-461c-9c88-8e794c9ec77b\",\n \"ImageUrl\": null,\n \"Name\": \"Service\",\n \"ParentCategoryId\": \"b365dc77-13db-4cb0-a144-a55ed916bf28\",\n \"Description\": \"\",\n \"SortOrder\": null,\n \"Code\": null\n },\n \"Categories\": [\n {\n \"Id\": \"f43b8fd4-1fd2-473a-a790-dfab7491988c\",\n \"CategoryOrganizationId\": \"f43b8fd4-1fd2-473a-a790-dfab7491988c\",\n \"ImageUrl\": {\n \"px120\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px120/1055c10e-b3e2-45a1-a9b9-442f50287cc9.png\",\n \"px200\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px200/1055c10e-b3e2-45a1-a9b9-442f50287cc9.png\",\n \"px400\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px400/1055c10e-b3e2-45a1-a9b9-442f50287cc9.png\",\n \"px800\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px800/1055c10e-b3e2-45a1-a9b9-442f50287cc9.png\",\n \"px48\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px48/1055c10e-b3e2-45a1-a9b9-442f50287cc9.png\"\n },\n \"Name\": \"Body \",\n \"ParentCategoryId\": \"41ac7424-8bde-461c-9c88-8e794c9ec77b\",\n \"Description\": \"\",\n \"SortOrder\": 2,\n \"Code\": \"C001\"\n },\n {\n \"Id\": \"517ff077-1210-4f17-ad9a-c386e2c701aa\",\n \"CategoryOrganizationId\": \"517ff077-1210-4f17-ad9a-c386e2c701aa\",\n \"ImageUrl\": {\n \"px120\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px120/e7188aa3-50f2-47e9-81d6-6affddb84637.png\",\n \"px200\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px200/e7188aa3-50f2-47e9-81d6-6affddb84637.png\",\n \"px400\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px400/e7188aa3-50f2-47e9-81d6-6affddb84637.png\",\n \"px800\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px800/e7188aa3-50f2-47e9-81d6-6affddb84637.png\",\n \"px48\": \"https://apiasia02.zenoti.com//Data/368f32b9-6902-4fc9-9006-f07e3f583e0b/Categories/px48/e7188aa3-50f2-47e9-81d6-6affddb84637.png\"\n },\n \"Name\": \"Massages\",\n \"ParentCategoryId\": \"41ac7424-8bde-461c-9c88-8e794c9ec77b\",\n \"Description\": \"\",\n \"SortOrder\": 3,\n \"Code\": \"C003\"\n }\n ],\n \"Total\": 2,\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Services/Categories","tags":["Services - Catalog"]},"x-restlet":{"section":"Services(Catalog)"}},"/v1/Catalog/Services/{ServiceId}":{"get":{"description":"Gets detailed information about a particular service. {ServiceId} is a Unique Identifer of a service.","parameters":[{"description":"Unique Identifier of the center","in":"query","name":"CenterId","required":true,"schema":{"type":"string"}},{"description":"Unique Identifier of the Category","in":"query","name":"parentCategoryId","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CenterModel"},"examples":{"response":{"value":"{\n \"Service\": {\n \"CatalogNew\": false,\n \"CatalogRecommended\": false,\n \"VideoURL\": null,\n \"VideoURL2\": null,\n \"VideoURL3\": null,\n \"VideoURL4\": null,\n \"VideoText\": null,\n \"VideoText2\": null,\n \"VideoText3\": null,\n \"VideoText4\": null,\n \"CategoryId\": \"bd1c8997-5913-4cee-847e-e30aecc2daa4\",\n \"Related\": [],\n \"AddOns\": [],\n \"Variants\": [],\n \"Id\": \"14975ff9-8afa-47fa-96b9-09fe2367d781\",\n \"Name\": \"Cellulite Wrap\",\n \"Description\": null,\n \"HTMLDescription\": null,\n \"Duration\": 60,\n \"PriceText\": null,\n \"IncludesTax\": false,\n \"ImagePaths\": null,\n \"HasVariant\": false,\n \"IsVariant\": false,\n \"VideoUrl\": null,\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"SortOrder\": 0,\n \"RecoveryTime\": null,\n \"Code\": null,\n \"Price\": {\n \"CurrencyId\": 148,\n \"Sales\": 100,\n \"Tax\": 0,\n \"Final\": 100,\n \"Final1\": 100,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n },\n \"Error\": null\n}"}}}}}},"summary":"/v1/Catalog/Services/{ServiceId}","tags":["Services - Catalog"]},"parameters":[{"in":"path","name":"ServiceId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Services(Catalog)"}},"/v1/Catalog/Therapists":{"get":{"description":"Gets the available therapists for a specified time, service and center","parameters":[{"description":"Center Id","in":"query","name":"CenterId","required":true,"schema":{"type":"string"}},{"description":"string","in":"query","name":"searchString","required":true,"schema":{"type":"string"}},{"description":"Page number of the results","in":"query","name":"page","required":false,"schema":{"type":"string"}},{"description":"Number of results in each page","in":"query","name":"size","required":false,"schema":{"type":"string"}},{"in":"query","name":"defaultPage","required":false,"schema":{"type":"string"}},{"in":"query","name":"defaultSize","required":false,"schema":{"type":"string"}},{"in":"query","name":"Sorters","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"in":"query","name":"filters","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"description":"GUID","in":"query","name":"ServiceId","required":false,"schema":{"type":"string"}},{"description":"YYYY-MM-DD","in":"query","name":"forDate","required":false,"schema":{"type":"string","format":"date"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Issued Api key issued from apigee portal","in":"header","name":"Apikey","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CenterModel"},"examples":{"response":{"value":"{\n \"Category\": {\n \"Id\": \"string\",\n \"CategoryOrganizationId\": \"string\",\n \"ImageUrl\": {},\n \"Name\": \"string\",\n \"ParentCategoryId\": \"string\",\n \"Description\": \"string\",\n \"SortOrder\": 0,\n \"Code\": \"string\"\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"HTMLDescription\": \"string\",\n \"Duration\": 0,\n \"PriceText\": \"string\",\n \"IncludesTax\": true,\n \"ImagePaths\": {},\n \"HasVariant\": true,\n \"IsVariant\": true,\n \"VideoUrl\": \"string\",\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"SortOrder\": 0,\n \"RecoveryTime\": 0,\n \"Code\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Total\": 0,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"/v1/Catalog/therapists","tags":["Employees - Catalog"]},"x-restlet":{"section":"Employees(Catalog)"}},"/v1/Collections/Center/{CenterId}":{"get":{"description":"\n\n","parameters":[{"in":"query","name":"StartDate","required":false,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"EndDate","required":false,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"ShowTaxBreakUp","required":false,"schema":{"type":"boolean"}},{"description":"Access Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Application/Json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCenterCollectionsResponse"},"examples":{"response":{"value":"{\n \"TotalRows\": 1,\n \"CenterCode\": \"sample string 2\",\n \"CenterName\": \"sample string 3\",\n \"Zone\": \"sample string 4\",\n \"CenterCollections\": [\n {\n \"DT\": \"sample string 1\",\n \"GCODE\": \"sample string 2\",\n \"Guest\": \"sample string 3\",\n \"GM\": \"sample string 4\",\n \"G\": 0,\n \"EC\": \"sample string 5\",\n \"EN\": \"sample string 6\",\n \"EJC\": \"sample string 7\",\n \"I\": \"sample string 8\",\n \"IC\": \"sample string 9\",\n \"SAC\": \"sample string 10\",\n \"HSN\": \"sample string 11\",\n \"IN\": \"sample string 12\",\n \"IT\": \"sample string 13\",\n \"BU\": \"sample string 14\",\n \"Cat\": \"sample string 15\",\n \"SC\": \"sample string 16\",\n \"C\": 17.0,\n \"CC\": 18.0,\n \"CHK\": 19.0,\n \"CST\": 20.0,\n \"LP\": 21.0,\n \"GC\": 22.0,\n \"PPC\": 23.0,\n \"TC\": 24.0,\n \"GIV\": 25.0,\n \"INVD\": 26.0,\n \"NIV\": 27.0,\n \"INV\": \"sample string 28\",\n \"RCPT\": \"sample string 29\",\n \"PNO\": \"sample string 30\",\n \"ICC\": \"sample string 31\",\n \"STC\": 1,\n \"INVC\": \"sample string 32\",\n \"IQTY\": 33,\n \"IBP\": \"sample string 34\",\n \"IDT\": \"sample string 35\",\n \"UP\": 36.0,\n \"IDSC\": 37.0,\n \"NP\": 38.0,\n \"TS\": {\n \"sample string 1\": 2.0,\n \"sample string 3\": 4.0\n },\n \"TT\": 1.0,\n \"RN\": 39,\n \"IRR\": 40,\n \"GE\": \"sample string 41\",\n \"GMM\": \"sample string 42\",\n \"IDF\": \"2017-11-09T10:20:17.1273997+00:00\",\n \"ID\": \"sample string 44\",\n \"SD\": \"sample string 45\"\n },\n {\n \"DT\": \"sample string 1\",\n \"GCODE\": \"sample string 2\",\n \"Guest\": \"sample string 3\",\n \"GM\": \"sample string 4\",\n \"G\": 0,\n \"EC\": \"sample string 5\",\n \"EN\": \"sample string 6\",\n \"EJC\": \"sample string 7\",\n \"I\": \"sample string 8\",\n \"IC\": \"sample string 9\",\n \"SAC\": \"sample string 10\",\n \"HSN\": \"sample string 11\",\n \"IN\": \"sample string 12\",\n \"IT\": \"sample string 13\",\n \"BU\": \"sample string 14\",\n \"Cat\": \"sample string 15\",\n \"SC\": \"sample string 16\",\n \"C\": 17.0,\n \"CC\": 18.0,\n \"CHK\": 19.0,\n \"CST\": 20.0,\n \"LP\": 21.0,\n \"GC\": 22.0,\n \"PPC\": 23.0,\n \"TC\": 24.0,\n \"GIV\": 25.0,\n \"INVD\": 26.0,\n \"NIV\": 27.0,\n \"INV\": \"sample string 28\",\n \"RCPT\": \"sample string 29\",\n \"PNO\": \"sample string 30\",\n \"ICC\": \"sample string 31\",\n \"STC\": 1,\n \"INVC\": \"sample string 32\",\n \"IQTY\": 33,\n \"IBP\": \"sample string 34\",\n \"IDT\": \"sample string 35\",\n \"UP\": 36.0,\n \"IDSC\": 37.0,\n \"NP\": 38.0,\n \"TS\": {\n \"sample string 1\": 2.0,\n \"sample string 3\": 4.0\n },\n \"TT\": 1.0,\n \"RN\": 39,\n \"IRR\": 40,\n \"GE\": \"sample string 41\",\n \"GMM\": \"sample string 42\",\n \"IDF\": \"2017-11-09T10:20:17.1273997+00:00\",\n \"ID\": \"sample string 44\",\n \"SD\": \"sample string 45\"\n }\n ],\n \"Error\": {\n \"StatusCode\": 1,\n \"Message\": \"sample string 2\",\n \"InternalMessage\": \"sample string 3\"\n }\n}"}}}}}},"summary":"Gets Collection details of a center.","tags":["Collections"]},"parameters":[{"in":"path","name":"CenterId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Collections"}},"/v1/Collections/OnlineTransactions/{CenterId}":{"get":{"description":"Below is the description of the enums used.\n\nTransactionType - enum\n\n| enum | value | \n| -------- | -------- | \n| All | 0 | \n| Authorize | 1 | \n| Refund | 2 | \n| Reversal | 3 | \n| Sale | 4 | \n| Voided | 5 |\n\nTransactionStatus - enum\n\n| feild | value | \n| -------- | -------- |\n| All | 0 | \n| CCCompleteNotYetSubmitted | 1 | \n| Error | 2 | \n| Failed | 3 | \n| Originated | 4 | \n| Pending | 5 | \n| Queued | 6 | \n| Returned | 7 | \n| Settled | 8 | \n| Success | 9 | \n| Voided | 10 | \n\nView - enum\n\n| feild | value | \n| -------- | -------- |\n| Default | 1 | \n| Deposit | 2 | \n\n","parameters":[{"in":"query","name":"StartDate","required":false,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"EndDate","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"enum","in":"query","name":"TransctionType","required":false,"schema":{"type":"integer"}},{"description":"enum","in":"query","name":"TranctionStatus","required":false,"schema":{"type":"integer"}},{"in":"query","name":"CardLogo","required":false,"schema":{"type":"string"}},{"description":"enum","in":"query","name":"View","required":false,"schema":{"type":"integer"}},{"description":"Access Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Application/Json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOnlineTransactionResponse"},"examples":{"response":{"value":"{\n \"TotalRows\": 1,\n \"CenterCode\": \"sample string 2\",\n \"CenterName\": \"sample string 3\",\n \"OnlineTransactions\": [\n {\n \"InvNum\": \"sample string 1\",\n \"GC\": \"sample string 2\",\n \"Guest\": \"sample string 3\",\n \"DT\": \"2017-11-09T09:56:20.4788693+00:00\",\n \"TID\": \"sample string 4\",\n \"RID\": \"sample string 5\",\n \"PID\": \"sample string 6\",\n \"CI\": \"sample string 7\",\n \"SRC\": \"sample string 8\",\n \"T\": \"sample string 9\",\n \"CL\": \"sample string 10\",\n \"S\": \"sample string 11\",\n \"Amt\": 12.0,\n \"Tip\": 13.0,\n \"TT\": 14.0,\n \"Fee\": 1.0,\n \"Net\": 1.0,\n \"AO\": \"2017-11-09T09:56:20.4788693+00:00\"\n },\n {\n \"InvNum\": \"sample string 1\",\n \"GC\": \"sample string 2\",\n \"Guest\": \"sample string 3\",\n \"DT\": \"2017-11-09T09:56:20.4788693+00:00\",\n \"TID\": \"sample string 4\",\n \"RID\": \"sample string 5\",\n \"PID\": \"sample string 6\",\n \"CI\": \"sample string 7\",\n \"SRC\": \"sample string 8\",\n \"T\": \"sample string 9\",\n \"CL\": \"sample string 10\",\n \"S\": \"sample string 11\",\n \"Amt\": 12.0,\n \"Tip\": 13.0,\n \"TT\": 14.0,\n \"Fee\": 1.0,\n \"Net\": 1.0,\n \"AO\": \"2017-11-09T09:56:20.4788693+00:00\"\n }\n ],\n \"Error\": {\n \"StatusCode\": 1,\n \"Message\": \"sample string 2\",\n \"InternalMessage\": \"sample string 3\"\n }\n}"}}}}}},"summary":"Gets Online Transaction details of a center.","tags":["Collections"]},"parameters":[{"in":"path","name":"CenterId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Collections"}},"/v1/Collections/PaymentGroups":{"get":{"description":"\n\n","parameters":[{"in":"query","name":"StartDate","required":false,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"EndDate","required":false,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"Page","required":false,"schema":{"type":"integer"}},{"description":"Access Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Application/Json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"TotalPages\": 1,\n \"CurrentPage\": 2,\n \"PageSize\": 3,\n \"PaymentGroups\": [\n {\n \"PaymentGroupID\": \"sample string 1\",\n \"GuestID\": \"sample string 2\",\n \"Authorization\": \"sample string 3\",\n \"Payments\": [\n {\n \"PaymentID\": \"sample string 1\",\n \"CollectionDate\": \"sample string 2\",\n \"Amount\": 3.0,\n \"Currency\": \"sample string 4\",\n \"Status\": \"sample string 5\",\n \"PaymentMode\": \"sample string 6\",\n \"PaymentToken\": \"sample string 7\"\n },\n {\n \"PaymentID\": \"sample string 1\",\n \"CollectionDate\": \"sample string 2\",\n \"Amount\": 3.0,\n \"Currency\": \"sample string 4\",\n \"Status\": \"sample string 5\",\n \"PaymentMode\": \"sample string 6\",\n \"PaymentToken\": \"sample string 7\"\n }\n ]\n },\n {\n \"PaymentGroupID\": \"sample string 1\",\n \"GuestID\": \"sample string 2\",\n \"Authorization\": \"sample string 3\",\n \"Payments\": [\n {\n \"PaymentID\": \"sample string 1\",\n \"CollectionDate\": \"sample string 2\",\n \"Amount\": 3.0,\n \"Currency\": \"sample string 4\",\n \"Status\": \"sample string 5\",\n \"PaymentMode\": \"sample string 6\",\n \"PaymentToken\": \"sample string 7\"\n },\n {\n \"PaymentID\": \"sample string 1\",\n \"CollectionDate\": \"sample string 2\",\n \"Amount\": 3.0,\n \"Currency\": \"sample string 4\",\n \"Status\": \"sample string 5\",\n \"PaymentMode\": \"sample string 6\",\n \"PaymentToken\": \"sample string 7\"\n }\n ]\n }\n ],\n \"Error\": {\n \"StatusCode\": 1,\n \"Message\": \"sample string 2\",\n \"InternalMessage\": \"sample string 3\"\n }\n}"}}}}}},"summary":"Gets Collection details of paymentgroups of a center","tags":["Collections"]},"x-restlet":{"section":"Collections"}},"/v1/Collections/PaymentStatus":{"post":{"description":"below is the example for request body\n\n```\n{\n \"CenterId\": \"7f7ace7c-574a-4e7f-922a-388a9f59f2b5\",\n \"data\": [\n {\n \"PaymentID\": 1,\n \"Status\": \"sample string 2\",\n \"Amount\": 3.0\n },\n {\n \"PaymentID\": 1,\n \"Status\": \"sample string 2\",\n \"Amount\": 3.0\n }\n ]\n}\n```\n\n","parameters":[{"description":"Access Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Application/Json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"7f7ace7c-574a-4e7f-922a-388a9f59f2b5\",\n \"data\": [\n {\n \"PaymentID\": 1,\n \"Status\": \"sample string 2\",\n \"Amount\": 3.0\n },\n {\n \"PaymentID\": 1,\n \"Status\": \"sample string 2\",\n \"Amount\": 3.0\n }\n ]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Error\": {\n \"StatusCode\": 1,\n \"Message\": \"sample string 2\",\n \"InternalMessage\": \"sample string 3\"\n }\n}"}}}}}},"summary":"sets payment status.","tags":["Collections"]},"x-restlet":{"section":"Collections"}},"/v1/Invoices/Add":{"post":{"description":"Add an Invoice. Add Services, Memberships, Packages, GiftCards through creating an invoice.\n\nSample Request ( For Buying a membership):\n\n{\n \"Invoice\": {\n \"InvoiceMemberships\": [\n {\n \"AppointmentMembership\": {\n \"Membership\": {\n \"VersionId\": \"2431EBCB-097B-48AD-BE20-DAB1E979C145\"\n },\n \"Employee\": {\n \"Id\": \"6372bb51-e507-4431-b0cc-6be2143bb99a\"\n },\n \"Quantity\": 1\n }\n }\n ]\n },\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"GuestId\": \"51c5d84b-a4db-4cd6-bb3e-0d410642da66\",\n \"IsForced\": true,\n \"Notes\": \"text\"\n}","parameters":[{"description":"Unique Identifer","in":"query","name":"CenterId","required":false,"schema":{"type":"string"}},{"description":"Unique Identifer","in":"query","name":"GuestId","required":false,"schema":{"type":"string"}},{"description":"Invoice to be forced","in":"query","name":"IsForced","required":false,"schema":{"type":"boolean"}},{"description":"Any notes to be required","in":"query","name":"Notes","required":false,"schema":{"type":"string"}},{"description":"Invoice model object","in":"query","name":"Invoice","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"description":"{\n \"Invoice\": {\n \"InvoiceMemberships\": [\n {\n \"AppointmentMembership\": {\n \"Membership\": {\n \"VersionId\": \"2431EBCB-097B-48AD-BE20-DAB1E979C145\"\n },\n \"Employee\": {\n \"Id\": \"6372bb51-e507-4431-b0cc-6be2143bb99a\"\n },\n \"Quantity\": 1\n }\n }\n ]\n },\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"GuestId\": \"51c5d84b-a4db-4cd6-bb3e-0d410642da66\",\n \"IsForced\": true,\n \"Notes\": \"text\"\n}","type":"object"}}},"required":true},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"{\n \"Checkout\": {\n \"Invoice\": {\n \"Id\": \"5bad39b9-93e2-4f2b-95ce-d9fd82be4bf0\",\n \"InvoiceNumber\": \"WWW6010\",\n \"ReceiptNumber\": null,\n \"AppointmentGroupId\": null,\n \"ReservationId\": null,\n \"IsRebooking\": false,\n \"Notes\": \"text\",\n \"GuestId\": null,\n \"Guest\": {\n \"Id\": \"51c5d84b-a4db-4cd6-bb3e-0d410642da66\",\n \"Code\": \"HY580\",\n \"FirstName\": \"Srilekhya\",\n \"MiddleName\": null,\n \"LastName\": \"Test\",\n \"Email\": \"SrilekhyaZen@Zen.com\",\n \"MobileNumber\": \"+91 9000498499\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"+91 9000498499\",\n \"DisplayNumber\": \"+91 90 00 498499\"\n },\n \"HomePhone\": null,\n \"HomePhoneModel\": null,\n \"WorkPhone\": null,\n \"WorkPhoneModel\": null,\n \"Gender\": 0,\n \"DateOfBirth\": null,\n \"AnniversaryDate\": null,\n \"Address1\": null,\n \"Address2\": null,\n \"City\": null,\n \"PostalCode\": null,\n \"State\": null,\n \"Country\": null,\n \"Nationality\": null,\n \"ReferralSource\": null,\n \"ReferredGuestId\": null,\n \"ReceiveTransactionalSms\": false,\n \"ReceiveMarketingEmail\": null,\n \"ReceiveTransactionalEmail\": null,\n \"ReceiveMarketingSms\": false,\n \"CreationDate\": null,\n \"LastUpdated\": null,\n \"MergeIntoCode\": null,\n \"MergeIntoGuestId\": null,\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"CenterCode\": null,\n \"CenterName\": null,\n \"GuestIndicator\": \"0@0@0@0@0@0@0@x@0@0@1@0@x\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": null,\n \"Password\": null,\n \"UserName\": null,\n \"FacebookUserId\": null,\n \"OldPassword\": null\n },\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 500,\n \"Tax\": 61.8,\n \"Final\": 561,\n \"Final1\": 500,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": -0.8\n },\n \"SaleDate\": \"2017-11-07T14:11:02\",\n \"FutureRecurringBillDate\": \"2017-12-07T14:11:18.4648104\",\n \"LinkedInvoiceId\": \"ba1ed5b2-26d1-4ed0-9b55-9c5c3af206a8\",\n \"Status\": 1,\n \"InvoiceServices\": [],\n \"InvoiceProducts\": [],\n \"InvoiceMemberships\": [\n {\n \"AppointmentMembership\": {\n \"Membership\": {\n \"Id\": \"a51221ff-687f-4241-a158-88ac9a5cc9c1\",\n \"VersionId\": \"a51221ff-687f-4241-a158-88ac9a5cc9c1\",\n \"Name\": \"Recurring Srilekhya_Setup fee\",\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 500,\n \"Tax\": 61.8,\n \"Final\": 561.8,\n \"Final1\": 500,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": false,\n \"ShowPrice\": false,\n \"DisplayName\": null,\n \"DisplayPrice\": null,\n \"ImagePaths\": null\n },\n \"InvoiceItemId\": \"681ccfd1-eebe-4dbe-9824-a1f5965a0ac6\",\n \"Employee\": {\n \"Id\": \"6372bb51-e507-4431-b0cc-6be2143bb99a\",\n \"ShortName\": null,\n \"NickName\": null,\n \"FullName\": \"Deepali Sinha\",\n \"Email\": null,\n \"PhoneNumber\": \"1919111191\",\n \"MobilePhoneModel\": null,\n \"Gender\": 1,\n \"FirstName\": \"Deepali\",\n \"LastName\": \"Sinha\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": \"http://devapi.srilekhya.com//temp_data/AssetShare/b5b9397d-d7bc-444d-966f-6535e83c6ac3/Employees/px800/e9b40e46-824e-40ba-9eb6-7e9abe64e3c4.jpeg\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": null\n },\n \"Quantity\": 1,\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 500,\n \"Tax\": 61.8,\n \"Final\": 561.8,\n \"Final1\": 500,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"MembershipBillDate\": null,\n \"RecurringMembership\": {\n \"Days\": 0,\n \"SaleStartDate\": null,\n \"SaleEndDate\": null,\n \"CreditAmount\": 0,\n \"CreditAmountExpiration\": false,\n \"NumGuests\": null,\n \"Code\": null,\n \"BusinessUnitId\": null,\n \"Months\": 0,\n \"TermsandConditions\": \"T and C\",\n \"Type\": 0,\n \"CategoryId\": null,\n \"Description\": null,\n \"HTMLDescription\": null,\n \"TermsandConditionsAcceptance\": \"Acceptance\",\n \"Id\": \"b56b52c3-ce3c-4d44-9aad-721421f3a2bc\",\n \"VersionId\": \"2431ebcb-097b-48ad-be20-dab1e979c145\",\n \"Name\": \"Recurring Srilekhya\",\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 3000,\n \"Tax\": 370.8,\n \"Final\": 3370.8,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": false,\n \"ShowPrice\": false,\n \"DisplayName\": null,\n \"DisplayPrice\": null,\n \"ImagePaths\": null\n },\n \"TermsandConditions\": \"T and C\",\n \"TermsandConditionsAcceptance\": \"Acceptance\",\n \"Signature\": null\n },\n \"AppliedMembership\": null,\n \"AppliedPackage\": null,\n \"AppliedDiscount\": null\n }\n ],\n \"InvoiceSeriesPackages\": [],\n \"InvoiceGiftCards\": [],\n \"Payments\": [],\n \"Redemptions\": [],\n \"RefundItems\": null,\n \"Lock\": false,\n \"CanChangeGuest\": false\n },\n \"PaymentOptions\": [\n {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"PaymentMode\": 0,\n \"PaymentName\": null,\n \"CardNumber\": null\n },\n {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"PaymentMode\": 1,\n \"PaymentName\": null,\n \"CardNumber\": null\n },\n {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"PaymentMode\": 4,\n \"PaymentName\": null,\n \"CardNumber\": null\n }\n ],\n \"Error\": null\n },\n \"Error\": null\n}","type":"object"}}}}},"summary":"Add an Invoice","tags":["Invoices"]},"x-restlet":{"section":"Invoices"}},"/v1/Invoices/Checkout":{"post":{"description":"Check out Invoice\n\nSample Request:\n\n{\n \"InvoiceId\": \"22b0d290-1284-4075-9439-9855bd18da27\",\n \"AppointmentGroupId\": \"aa979551-8f99-4aad-a833-f53096485bac\"\n}","requestBody":{"content":{"application/json":{"schema":{"description":"{\n \"InvoiceId\": \"22b0d290-1284-4075-9439-9855bd18da27\",\n \"AppointmentGroupId\": \"aa979551-8f99-4aad-a833-f53096485bac\"\n}","type":"object"}}},"required":true},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"{\n \"Checkout\": {\n \"Invoice\": {\n \"Id\": \"5bad39b9-93e2-4f2b-95ce-d9fd82be4bf0\",\n \"InvoiceNumber\": \"WWW6010\",\n \"ReceiptNumber\": null,\n \"AppointmentGroupId\": null,\n \"ReservationId\": null,\n \"IsRebooking\": false,\n \"Notes\": \"text\",\n \"GuestId\": null,\n \"Guest\": {\n \"Id\": \"51c5d84b-a4db-4cd6-bb3e-0d410642da66\",\n \"Code\": \"HY580\",\n \"FirstName\": \"Srilekhya\",\n \"MiddleName\": null,\n \"LastName\": \"Test\",\n \"Email\": \"SrilekhyaZen@Zen.com\",\n \"MobileNumber\": \"+91 9000498499\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"+91 9000498499\",\n \"DisplayNumber\": \"+91 90 00 498499\"\n },\n \"HomePhone\": null,\n \"HomePhoneModel\": null,\n \"WorkPhone\": null,\n \"WorkPhoneModel\": null,\n \"Gender\": 0,\n \"DateOfBirth\": null,\n \"AnniversaryDate\": null,\n \"Address1\": null,\n \"Address2\": null,\n \"City\": null,\n \"PostalCode\": null,\n \"State\": null,\n \"Country\": null,\n \"Nationality\": null,\n \"ReferralSource\": null,\n \"ReferredGuestId\": null,\n \"ReceiveTransactionalSms\": false,\n \"ReceiveMarketingEmail\": null,\n \"ReceiveTransactionalEmail\": null,\n \"ReceiveMarketingSms\": false,\n \"CreationDate\": null,\n \"LastUpdated\": null,\n \"MergeIntoCode\": null,\n \"MergeIntoGuestId\": null,\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"CenterCode\": null,\n \"CenterName\": null,\n \"GuestIndicator\": \"0@0@0@0@0@0@0@x@0@0@1@0@x\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": null,\n \"Password\": null,\n \"UserName\": null,\n \"FacebookUserId\": null,\n \"OldPassword\": null\n },\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 500,\n \"Tax\": 61.8,\n \"Final\": 561,\n \"Final1\": 500,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": -0.8\n },\n \"SaleDate\": \"2017-11-07T14:11:02\",\n \"FutureRecurringBillDate\": \"2017-12-07T14:11:18.4648104\",\n \"LinkedInvoiceId\": \"ba1ed5b2-26d1-4ed0-9b55-9c5c3af206a8\",\n \"Status\": 1,\n \"InvoiceServices\": [],\n \"InvoiceProducts\": [],\n \"InvoiceMemberships\": [\n {\n \"AppointmentMembership\": {\n \"Membership\": {\n \"Id\": \"a51221ff-687f-4241-a158-88ac9a5cc9c1\",\n \"VersionId\": \"a51221ff-687f-4241-a158-88ac9a5cc9c1\",\n \"Name\": \"Recurring Srilekhya_Setup fee\",\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 500,\n \"Tax\": 61.8,\n \"Final\": 561.8,\n \"Final1\": 500,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": false,\n \"ShowPrice\": false,\n \"DisplayName\": null,\n \"DisplayPrice\": null,\n \"ImagePaths\": null\n },\n \"InvoiceItemId\": \"681ccfd1-eebe-4dbe-9824-a1f5965a0ac6\",\n \"Employee\": {\n \"Id\": \"6372bb51-e507-4431-b0cc-6be2143bb99a\",\n \"ShortName\": null,\n \"NickName\": null,\n \"FullName\": \"Deepali Sinha\",\n \"Email\": null,\n \"PhoneNumber\": \"1919111191\",\n \"MobilePhoneModel\": null,\n \"Gender\": 1,\n \"FirstName\": \"Deepali\",\n \"LastName\": \"Sinha\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": \"http://devapi.srilekhya.com//temp_data/AssetShare/b5b9397d-d7bc-444d-966f-6535e83c6ac3/Employees/px800/e9b40e46-824e-40ba-9eb6-7e9abe64e3c4.jpeg\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": null\n },\n \"Quantity\": 1,\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 500,\n \"Tax\": 61.8,\n \"Final\": 561.8,\n \"Final1\": 500,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"MembershipBillDate\": null,\n \"RecurringMembership\": {\n \"Days\": 0,\n \"SaleStartDate\": null,\n \"SaleEndDate\": null,\n \"CreditAmount\": 0,\n \"CreditAmountExpiration\": false,\n \"NumGuests\": null,\n \"Code\": null,\n \"BusinessUnitId\": null,\n \"Months\": 0,\n \"TermsandConditions\": \"T and C\",\n \"Type\": 0,\n \"CategoryId\": null,\n \"Description\": null,\n \"HTMLDescription\": null,\n \"TermsandConditionsAcceptance\": \"Acceptance\",\n \"Id\": \"b56b52c3-ce3c-4d44-9aad-721421f3a2bc\",\n \"VersionId\": \"2431ebcb-097b-48ad-be20-dab1e979c145\",\n \"Name\": \"Recurring Srilekhya\",\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 3000,\n \"Tax\": 370.8,\n \"Final\": 3370.8,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": false,\n \"ShowPrice\": false,\n \"DisplayName\": null,\n \"DisplayPrice\": null,\n \"ImagePaths\": null\n },\n \"TermsandConditions\": \"T and C\",\n \"TermsandConditionsAcceptance\": \"Acceptance\",\n \"Signature\": null\n },\n \"AppliedMembership\": null,\n \"AppliedPackage\": null,\n \"AppliedDiscount\": null\n }\n ],\n \"InvoiceSeriesPackages\": [],\n \"InvoiceGiftCards\": [],\n \"Payments\": [],\n \"Redemptions\": [],\n \"RefundItems\": null,\n \"Lock\": false,\n \"CanChangeGuest\": false\n },\n \"PaymentOptions\": [\n {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"PaymentMode\": 0,\n \"PaymentName\": null,\n \"CardNumber\": null\n },\n {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"PaymentMode\": 1,\n \"PaymentName\": null,\n \"CardNumber\": null\n },\n {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"PaymentMode\": 4,\n \"PaymentName\": null,\n \"CardNumber\": null\n }\n ],\n \"Error\": null\n },\n \"Error\": null\n}","type":"object"}}}}},"summary":"Check out Invoice","tags":["Invoices"]},"x-restlet":{"section":"Invoices"}},"/v1/Invoices/{InvoiceId}":{"get":{"description":"Get Invoice Details via Invoice Id","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"{\n \"Invoice\": {\n \"Id\": \"ba1ed5b2-26d1-4ed0-9b55-9c5c3af206a8\",\n \"InvoiceNumber\": \"WWW6009\",\n \"ReceiptNumber\": null,\n \"AppointmentGroupId\": null,\n \"ReservationId\": null,\n \"IsRebooking\": false,\n \"Notes\": null,\n \"GuestId\": null,\n \"Guest\": {\n \"Id\": \"51c5d84b-a4db-4cd6-bb3e-0d410642da66\",\n \"Code\": \"HY580\",\n \"FirstName\": \"Test\",\n \"MiddleName\": null,\n \"LastName\": \"Test\",\n \"Email\": \"Test@Zen.com\",\n \"MobileNumber\": \"+91 9000498499\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"+91 9000498499\",\n \"DisplayNumber\": \"+91 90 00 498499\"\n },\n \"HomePhone\": null,\n \"HomePhoneModel\": null,\n \"WorkPhone\": null,\n \"WorkPhoneModel\": null,\n \"Gender\": 0,\n \"DateOfBirth\": null,\n \"AnniversaryDate\": null,\n \"Address1\": null,\n \"Address2\": null,\n \"City\": null,\n \"PostalCode\": null,\n \"State\": null,\n \"Country\": null,\n \"Nationality\": null,\n \"ReferralSource\": null,\n \"ReferredGuestId\": null,\n \"ReceiveTransactionalSms\": false,\n \"ReceiveMarketingEmail\": null,\n \"ReceiveTransactionalEmail\": null,\n \"ReceiveMarketingSms\": false,\n \"CreationDate\": null,\n \"LastUpdated\": null,\n \"MergeIntoCode\": null,\n \"MergeIntoGuestId\": null,\n \"CenterId\": \"9a895b3c-1994-42c0-bc61-efda4a6e2828\",\n \"CenterCode\": null,\n \"CenterName\": null,\n \"GuestIndicator\": \"0@0@0@0@0@0@0@x@0@0@1@0@x\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": null,\n \"Password\": null,\n \"UserName\": null,\n \"FacebookUserId\": null,\n \"OldPassword\": null\n },\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 3000,\n \"Tax\": 370.8,\n \"Final\": 3370,\n \"Final1\": 3000,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": -0.8\n },\n \"SaleDate\": \"2017-11-07T14:10:57\",\n \"FutureRecurringBillDate\": \"2017-12-07T18:01:31.2381313\",\n \"LinkedInvoiceId\": \"5bad39b9-93e2-4f2b-95ce-d9fd82be4bf0\",\n \"Status\": 0,\n \"InvoiceServices\": [],\n \"InvoiceProducts\": [],\n \"InvoiceMemberships\": [\n {\n \"AppointmentMembership\": {\n \"Membership\": {\n \"Id\": \"b56b52c3-ce3c-4d44-9aad-721421f3a2bc\",\n \"VersionId\": \"b56b52c3-ce3c-4d44-9aad-721421f3a2bc\",\n \"Name\": \"Recurring Test\",\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 3000,\n \"Tax\": 370.8,\n \"Final\": 3370.8,\n \"Final1\": 3000,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": false,\n \"ShowPrice\": false,\n \"DisplayName\": null,\n \"DisplayPrice\": null,\n \"ImagePaths\": null\n },\n \"InvoiceItemId\": \"d87492d3-8c03-4f97-9208-e3f8e767dac1\",\n \"Employee\": {\n \"Id\": \"6372bb51-e507-4431-b0cc-6be2143bb99a\",\n \"ShortName\": null,\n \"NickName\": null,\n \"FullName\": \"Deepali Sinha\",\n \"Email\": null,\n \"PhoneNumber\": \"1919111191\",\n \"MobilePhoneModel\": null,\n \"Gender\": 1,\n \"FirstName\": \"Deepali\",\n \"LastName\": \"Sinha\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": \"http://devapi.test.com//temp_data/AssetShare/b5b9397d-d7bc-444d-966f-6535e83c6ac3/Employees/px800/e9b40e46-824e-40ba-9eb6-7e9abe64e3c4.jpeg\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": null\n },\n \"Quantity\": 1,\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 3000,\n \"Tax\": 370.8,\n \"Final\": 3370.8,\n \"Final1\": 3000,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"MembershipBillDate\": null,\n \"RecurringMembership\": {\n \"Days\": 0,\n \"SaleStartDate\": null,\n \"SaleEndDate\": null,\n \"CreditAmount\": 0,\n \"CreditAmountExpiration\": false,\n \"NumGuests\": null,\n \"Code\": null,\n \"BusinessUnitId\": null,\n \"Months\": 0,\n \"TermsandConditions\": \"T and C\",\n \"Type\": 0,\n \"CategoryId\": null,\n \"Description\": null,\n \"HTMLDescription\": null,\n \"TermsandConditionsAcceptance\": \"Acceptance\",\n \"Id\": \"a51221ff-687f-4241-a158-88ac9a5cc9c1\",\n \"VersionId\": \"a51221ff-687f-4241-a158-88ac9a5cc9c1\",\n \"Name\": \"Recurring Srilekhya_Setup fee\",\n \"Price\": {\n \"CurrencyId\": 61,\n \"Sales\": 500,\n \"Tax\": 61.8,\n \"Final\": 561.8,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": false,\n \"ShowPrice\": false,\n \"DisplayName\": null,\n \"DisplayPrice\": null,\n \"ImagePaths\": null\n },\n \"TermsandConditions\": \"T and C\",\n \"TermsandConditionsAcceptance\": \"Acceptance\",\n \"Signature\": null\n },\n \"AppliedMembership\": null,\n \"AppliedPackage\": null,\n \"AppliedDiscount\": null\n }\n ],\n \"InvoiceSeriesPackages\": [],\n \"InvoiceGiftCards\": [],\n \"Payments\": [],\n \"Redemptions\": [],\n \"RefundItems\": null,\n \"Lock\": false,\n \"CanChangeGuest\": false\n },\n \"Error\": null\n}","type":"object"}}}}},"summary":"Get Invoice Details via Invoice Id","tags":["Invoices"]},"parameters":[{"description":"Unique Identifier","in":"path","name":"InvoiceId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Invoices"}},"/v1/Revenues/InvoiceItem/{CenterId}":{"get":{"description":"\n| ItemType | value |\n| -------- | -------- |\n| Service | 0 | \n| Product | 2 | \n| Membership | 3 | \n| Package | 4 | \n| Day Package | 5 | \n| Pre-Paid/GiftCard | 6 | ","parameters":[{"in":"query","name":"StartDate","required":false,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"EndDate","required":false,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"ItemType","required":false,"schema":{"type":"integer"}},{"in":"query","name":"MembershipType","required":false,"schema":{"type":"integer"}},{"in":"query","name":"IncludeExpiredPackageRevenue","required":false,"schema":{"type":"boolean"}},{"in":"query","name":"ConsiderRefunds","required":false,"schema":{"type":"boolean"}},{"description":"Access Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"Application/Json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetRevenueInvoiceItemResponse"},"examples":{"response":{"value":"{\n \"TotalRows\": 1,\n \"CenterCode\": \"sample string 2\",\n \"CenterName\": \"sample string 3\",\n \"InvoiceItems\": [\n {\n \"GC\": \"sample string 1\",\n \"Guest\": \"sample string 2\",\n \"Gender\": \"Any\",\n \"InvNum\": \"sample string 3\",\n \"ID\": \"2017-11-09T11:40:15.7651408+00:00\",\n \"CD\": \"2017-11-09T11:40:15.7651408+00:00\",\n \"IN\": \"sample string 4\",\n \"SAC\": \"sample string 5\",\n \"HSN\": \"sample string 6\",\n \"IT\": \"sample string 7\",\n \"Cat\": \"sample string 8\",\n \"SC\": \"sample string 9\",\n \"Qty\": 10,\n \"PRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"MRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"GCRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"PPCRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"CR\": 11.0,\n \"MRR\": 12.0,\n \"MSRR\": 13.0,\n \"MIRR\": 14.0,\n \"MMRR\": 15.0,\n \"PIRR\": 16.0,\n \"PRR\": 17.0,\n \"GCR\": 18.0,\n \"RFEP\": 19.0,\n \"PPCR\": 20.0,\n \"TR\": 21.0,\n \"STC\": 1\n },\n {\n \"GC\": \"sample string 1\",\n \"Guest\": \"sample string 2\",\n \"Gender\": \"Any\",\n \"InvNum\": \"sample string 3\",\n \"ID\": \"2017-11-09T11:40:15.7651408+00:00\",\n \"CD\": \"2017-11-09T11:40:15.7651408+00:00\",\n \"IN\": \"sample string 4\",\n \"SAC\": \"sample string 5\",\n \"HSN\": \"sample string 6\",\n \"IT\": \"sample string 7\",\n \"Cat\": \"sample string 8\",\n \"SC\": \"sample string 9\",\n \"Qty\": 10,\n \"PRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"MRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"GCRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"PPCRD\": [\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n },\n {\n \"C\": \"sample string 1\",\n \"N\": \"sample string 2\",\n \"CR\": \"sample string 3\",\n \"InvNO\": \"sample string 4\",\n \"PD\": \"2017-11-09T11:40:15.7651408+00:00\"\n }\n ],\n \"CR\": 11.0,\n \"MRR\": 12.0,\n \"MSRR\": 13.0,\n \"MIRR\": 14.0,\n \"MMRR\": 15.0,\n \"PIRR\": 16.0,\n \"PRR\": 17.0,\n \"GCR\": 18.0,\n \"RFEP\": 19.0,\n \"PPCR\": 20.0,\n \"TR\": 21.0,\n \"STC\": 1\n }\n ],\n \"Error\": {\n \"StatusCode\": 1,\n \"Message\": \"sample string 2\",\n \"InternalMessage\": \"sample string 3\"\n }\n}"}}}}}},"summary":"Gets Revenue details for a center.","tags":["Revenues"]},"parameters":[{"description":"UniqueIdentifier","in":"path","name":"CenterId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Revenues"}},"/v1/appointments":{"get":{"description":"API returns a list of appointments based on multiple criterias provided by the caller. ","parameters":[{"description":"Center id","in":"query","name":"centerid","required":false,"schema":{"type":"string"}},{"description":"Start date and time of the appointment","in":"query","name":"startdate","required":true,"schema":{"type":"string","format":"date-time"}},{"description":"End date and time of the appointment","in":"query","name":"enddate","required":true,"schema":{"type":"string","format":"date-time"}},{"description":"Status of the appointment","in":"query","name":"status","required":false,"schema":{"type":"integer","enum":[-2,-1,0,1,2,4,10,11,20]}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/appointment"},"type":"array"}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Get a list of appointments","tags":["Appointments"]},"post":{"description":"API is used to create a confirmed appointment. It is expected that following information is sent as the request body. \n\n```\n{\"CenterId\":\"adb0c9cd-5357-440d-8ee4-4557c6241271\",\"ReservationId\":\"ab2549c1-aea3-476e-b16b-d856f4363b03\"}\n```\n\nSecurity:\n`API requires a security token of user with write permission on Appointments.`","operationId":"AppointmentsApi_ConfirmReservation","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfirmReservationRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/ConfirmReservationRequest"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ConfirmReservationRequest"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ConfirmReservationRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ConfirmReservationRequest"}},"text/html":{"schema":{"$ref":"#/components/schemas/ConfirmReservationRequest"}}},"required":true,"x-examples":{"application/json":"{\"CenterId\":\"adb0c9cd-5357-440d-8ee4-4557c6241271\",\"ReservationId\":\"ab2549c1-aea3-476e-b16b-d856f4363b03\"}"}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsConfirmed\": true,\n \"ConfirmationId\": \"3f9a4f61-8917-4101-bb29-c6de176dc014\",\n \"ConfirmedBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": \"cdc4823a-af04-4db1-9f7e-7e5683ab84f1\",\n \"Services\": [\n {\n \"AppointmentId\": \"5253c4da-3cfb-4555-b738-8360088f1284\",\n \"InvoiceItemId\": \"73870725-4928-4ef6-98d9-fb44951146f3\",\n \"CartItemId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00\",\n \"EndTime\": \"2017-05-05T04:00:00\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T14:00:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 1,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": 1,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}"}}},"text/json":{"schema":{"type":"object"}},"application/xml":{"schema":{"type":"object"}},"text/xml":{"schema":{"type":"object"}},"text/html":{"schema":{"type":"object"}}}}},"summary":"Creates a confirmed Appointment","tags":["Appointments"]},"put":{"description":"API is used to update the existing appointment.","requestBody":{"$ref":"#/components/requestBodies/appointment"},"responses":{"200":{"description":"Status 200"}},"summary":"Update the appointment","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/AddFeedback":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentGroupId\": \"string\",\n \"Comments\": \"string\",\n \"Service\": 1,\n \"Ambience\": 1,\n \"Cleanliness\": 1,\n \"Therapist\": 1,\n \"Recommendation\": true,\n \"ShareFeedback\": true\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentFeedbackSaved\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"sets the appointment FeedBack","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/AddNotes":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"InvoiceId\": \"string\",\n \"Notes\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"sets the appointment notes","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/Admin/Sessions":{"get":{"description":"\n\n\n\n\n\n\n\n\n\n","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"results\": [\n {\n \"Id\": 0,\n \"StartTime\": \"2017-09-05T06:05:16.927Z\",\n \"EndTime\": \"2017-09-05T06:05:16.927Z\",\n \"SessionName\": \"string\",\n \"RegistrationStatus\": 0,\n \"SessionStatus\": 0,\n \"Instructor\": \"string\",\n \"Center\": \"string\"\n }\n ],\n \"total\": 0,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Gets the guests class registrations. This API should be invoked by an employee to see a guest's registrations","tags":["Appointments"]},"post":{"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"SessionId\": 0,\n \"GuestId\": \"string\",\n \"Notes\": \"string\",\n \"Payment\": {\n \"PaymentType\": 0,\n \"PaymentInstrumentId\": \"string\",\n \"Name\": \"string\"\n },\n \"BookingSrc\": 0,\n \"RegistrationId\": 0\n}"}},"responses":{"200":{"description":"Status 200"}},"summary":"To enroll/register a guest for a session by Admin","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/ConfirmReservation":{"post":{"description":"Example Request : \n```\n{\n \"CenterId\": \"string\",\n \"ReservationId\": \"string\",\n \"BookingSource\": 0,\n \"HostId\": \"string\",\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.647Z\",\n \"EndTime\": \"2017-09-04T04:51:31.647Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.647Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.647Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.647Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.647Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ]\n}\n```","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"ReservationId\": \"string\",\n \"BookingSource\": 0,\n \"HostId\": \"string\",\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.647Z\",\n \"EndTime\": \"2017-09-04T04:51:31.647Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.647Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.647Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.647Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.647Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfirmReservationResponse"},"examples":{"response":{"value":"{\n \"IsConfirmed\": true,\n \"ConfirmationId\": \"string\",\n \"ReservationId\": \"string\",\n \"ConfirmedBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.118Z\",\n \"EndTime\": \"2017-09-04T04:51:32.118Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.118Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.118Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.118Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.118Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"To Confirm Reservation","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/CustomData":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentId\": \"string\",\n \"FieldValues\": [\n {\n \"FieldId\": \"string\",\n \"FieldValueId\": \"string\",\n \"FieldValue\": \"string\",\n \"Type\": \"string\",\n \"Annotations\": [\n {\n \"Value\": \"string\",\n \"ValueType\": \"string\",\n \"ShapeType\": \"string\",\n \"ShapeX\": 0,\n \"ShapeY\": 0,\n \"ShapeWidth\": 0,\n \"ShapeHeight\": 0\n }\n ]\n }\n ]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"success\": true,\n \"servicecustomdata\": [\n {\n \"FieldId\": \"string\",\n \"FieldValueId\": \"string\",\n \"FieldValue\": \"string\",\n \"Type\": \"string\",\n \"Annotations\": [\n {\n \"Value\": \"string\",\n \"ValueType\": \"string\",\n \"ShapeType\": \"string\",\n \"ShapeX\": 0,\n \"ShapeY\": 0,\n \"ShapeWidth\": 0,\n \"ShapeHeight\": 0\n }\n ]\n }\n ],\n \"message\": \"string\",\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"sets the appointment Custom Data","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/Month/{Year}/{Month}":{"get":{"description":"\n\n\n\n\n\n\n\n\n\n","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"MonthlyAppointmentDates\": [\n {\n \"Date\": \"2017-09-04T04:51:32.165Z\",\n \"HasAppointment\": true\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Gets monthly dates with bool value if the appointments are present for each date","tags":["Appointments"]},"parameters":[{"in":"path","name":"Year","required":true,"schema":{"type":"string"}},{"in":"path","name":"Month","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Appointments"}},"/v1/appointments/add":{"post":{"description":"This API can be called to add an appointment. \n\nParameters\n\n\n| Parameter | Type | Description |\n| -------- | -------- | -------- |\n| AppointmentGroupId | GUID | Unique identifier for the appointment ||\n| Comments | String | Comments for No Show |\n\nSecurity: Permissions required to call this API. \n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"GuestId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.609Z\",\n \"EndTime\": \"2017-09-04T04:51:31.609Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.609Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.609Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.609Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.610Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"Products\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Memberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"SeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"DayPromoPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.612Z\",\n \"EndTime\": \"2017-09-04T04:51:31.612Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.612Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.612Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.612Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.612Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ]\n }\n ],\n \"GiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-04T04:51:31.612Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:31.612Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:31.612Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:31.612Z\",\n \"LastUpdated\": \"2017-09-04T04:51:31.612Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Notes\": \"string\",\n \"IsForced\": true\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentAdded\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"AppointmentGroup\": {\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"InvoiceStatus\": 0,\n \"IsRebooking\": true,\n \"Notes\": \"string\",\n \"Guest\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:32.030Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:32.030Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:32.030Z\",\n \"LastUpdated\": \"2017-09-04T04:51:32.030Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": true,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.031Z\",\n \"EndTime\": \"2017-09-04T04:51:32.031Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.031Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.031Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.031Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.031Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"AppointmentProducts\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentMemberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentSeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentGiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-04T04:51:32.031Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:32.032Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:32.032Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:32.032Z\",\n \"LastUpdated\": \"2017-09-04T04:51:32.032Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Center\": {\n \"Id\": \"string\",\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Name\": \"string\",\n \"GeoLatitude\": 0,\n \"GeoLongitude\": 0,\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"ZipCode\": \"string\",\n \"Phone1\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Phone2\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"CenterInfo\": \"string\",\n \"ServiceTaxNo\": \"string\",\n \"TIN\": \"string\",\n \"VAT\": \"string\",\n \"CST\": \"string\",\n \"CanBook\": true\n },\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n },\n \"CreditCardsOnFile\": [\n {\n \"Id\": \"string\",\n \"CardBrand\": 0,\n \"CardType\": 0,\n \"LastFour\": \"string\",\n \"ExpirationMonth\": 0,\n \"ExpirationYear\": 0,\n \"ExtParams\": \"string\",\n \"IsSupportedCardType\": true\n }\n ]\n}"}}}}}},"summary":"To Update Appoitnment Group Details","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/alternatives":{"put":{"description":"Update the appointment for the alternative","requestBody":{"$ref":"#/components/requestBodies/appointment"},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/appointment"}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Update the appointment for the alternative","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/availability":{"post":{"description":"The API returns a list of available appointments. API expects that following information be passed in the Request body. \n\n```\n{\"CenterId\":\"adb0c9cd-5357-440d-8ee4-4557c6241271\",\"CenterDate\":\"2017-05-08\",\"SlotBookings\":[{\"Services\":[{\"Service\":{\"Id\":\"8b15f00d-0594-4975-8d27-c88a3c64bfab\"}}]}]}\n```\n\n\nSecurity:\n`API requires a security token for a user with read permission on Appointments.`","operationId":"AppointmentsApi_GetAvailableSlotsV2","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\"CenterId\":\"adb0c9cd-5357-440d-8ee4-4557c6241271\",\"CenterDate\":\"2017-05-08\",\"SlotBookings\":[{\"Services\":[{\"Service\":{\"Id\":\"8b15f00d-0594-4975-8d27-c88a3c64bfab\"}}]}]}"}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAvailableSlotsV2Response"},"examples":{"response":{"value":"{\n \"Error\": null,\n \"ReservationId\": null,\n \"SlotBookings\": [\n {\n \"GuestId\": null,\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-08T21:30:00\",\n \"EndTime\": \"2017-05-08T22:00:00\",\n \"StartTimeInCenter\": null,\n \"EndTimeInCenter\": null,\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": null,\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"OpenSlots\": [\n {\n \"Time\": \"2017-05-08T08:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T08:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T09:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T09:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T10:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T10:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T11:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T11:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T12:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T12:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T13:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T13:30:00\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T14:00:00\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T14:30:00\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T15:00:00\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T15:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T16:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T16:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T17:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T17:30:00\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T18:00:00\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T18:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T19:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T19:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T20:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T20:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0945afdb-bbac-42d3-bee3-b5a68b365a75\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T21:00:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0945afdb-bbac-42d3-bee3-b5a68b365a75\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n },\n {\n \"Time\": \"2017-05-08T21:30:00\",\n \"Warnings\": [\n {\n \"Type\": 1,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n },\n {\n \"Type\": 0,\n \"Message\": null,\n \"GuestId\": null,\n \"TherapistId\": \"0e77919f-2ef5-4de5-9c62-d8d667ba1b66\",\n \"ServiceId\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"RoomId\": null\n }\n ],\n \"Priority\": 0\n }\n ]\n}"}}},"text/json":{"schema":{"$ref":"#/components/schemas/GetAvailableSlotsV2Response"}},"application/xml":{"schema":{"$ref":"#/components/schemas/GetAvailableSlotsV2Response"}},"text/xml":{"schema":{"$ref":"#/components/schemas/GetAvailableSlotsV2Response"}},"text/html":{"schema":{"$ref":"#/components/schemas/GetAvailableSlotsV2Response"}}}}},"summary":"Get list of available Appointments","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/availabletimes":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.634Z\",\n \"EndTime\": \"2017-09-04T04:51:31.634Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.634Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.634Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.635Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.635Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"GuestId\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"OpenSlots\": [\n 0\n ],\n \"GuestBookedSlots\": [\n 0\n ]\n}"}}}}}},"summary":"To get Available Time slots for the services and therapists","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/bulkbookingGuestdetails":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"GroupInvoiceId\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"GroupInvoiceId\": \"string\",\n \"Invoices\": [\n {\n \"InvoiceId\": \"string\",\n \"UserId\": \"string\",\n \"AssignedUserId\": \"string\",\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"IsVirtualUser\": true\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Gets guest details for bulk booking","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/bulkbookingavailabletimes":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"NoOfGuests\": 0,\n \"CenterDate\": \"2017-09-04T04:51:31.652Z\",\n \"PreferredStartTime\": \"2017-09-04T04:51:31.652Z\",\n \"PreferredEndTime\": \"2017-09-04T04:51:31.652Z\",\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.653Z\",\n \"EndTime\": \"2017-09-04T04:51:31.653Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.653Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.653Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.653Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.653Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.127Z\",\n \"EndTime\": \"2017-09-04T04:51:32.127Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.127Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.127Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.127Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.127Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"OpenSlots\": [\n {\n \"Priority\": 0,\n \"Time\": \"2017-09-04T04:51:32.127Z\",\n \"Recommended\": true,\n \"AvailableCount\": 0,\n \"RequestedCount\": 0,\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": \"string\",\n \"GuestId\": \"string\",\n \"TherapistId\": \"string\",\n \"ServiceId\": \"string\",\n \"RoomId\": \"string\"\n }\n ]\n }\n ]\n}"}}}}}},"summary":"to get bulk booking available time slots","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/bulkbookingconfirmreservation":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"ReservationId\": \"string\",\n \"CartItems\": [\n {\n \"CartItemId\": \"string\",\n \"GuestId\": \"string\",\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"Time\": \"string\"\n }\n ],\n \"BookingSource\": 0,\n \"HostId\": \"string\",\n \"ForceApplyAutomaticMembership\": true\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsConfirmed\": true,\n \"ConfirmationId\": \"string\",\n \"ReservationId\": \"string\",\n \"ConfirmedBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.149Z\",\n \"EndTime\": \"2017-09-04T04:51:32.149Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.149Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.149Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.149Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.149Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"to Confirm reservation for bulkbooking","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/bulkbookingreserveslots":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"NoOfGuests\": 0,\n \"CenterDate\": \"2017-09-04T04:51:31.657Z\",\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.657Z\",\n \"EndTime\": \"2017-09-04T04:51:31.657Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.657Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.657Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.657Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.657Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"TimeSlots\": [\n {\n \"Priority\": 0,\n \"Time\": \"2017-09-04T04:51:31.658Z\",\n \"Recommended\": true,\n \"AvailableCount\": 0,\n \"RequestedCount\": 0,\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": \"string\",\n \"GuestId\": \"string\",\n \"TherapistId\": \"string\",\n \"ServiceId\": \"string\",\n \"RoomId\": \"string\"\n }\n ]\n }\n ],\n \"ReservationNotes\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsReserved\": true,\n \"ReservationId\": \"string\",\n \"ExpiryTime\": \"2017-09-04T04:51:32.139Z\",\n \"BlockingTime\": 0,\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.140Z\",\n \"EndTime\": \"2017-09-04T04:51:32.140Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.140Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.140Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.140Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.140Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"CartItems\": [\n {\n \"CartItemId\": \"string\",\n \"GuestId\": \"string\",\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"Time\": \"string\"\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"to reserve slots for bulkbooking","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/cancel":{"post":{"description":"This API can be called to cancel an existing appointment. \n\nParameters\n\n\n| Parameter | Type | Description |\n| -------- | -------- | -------- |\n| AppointmentGroupId | GUID | Unique identifier for the appointment |\n| ReasonId | INT | Reason for cancellation of appointment |\n| Comments | String | Comments for cancellation |\n\nSecurity: Permissions required to call this API. \n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelAppointmentRequest"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentGroupId\": \"string\",\n \"ReasonId\": 0,\n \"Comments\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200"}},"summary":"Cancel an appointment","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/noshow":{"post":{"description":"This API can be called to Mark No Show for an existing appointment. \n\nParameters\n\n\n| Parameter | Type | Description |\n| -------- | -------- | -------- |\n| AppointmentGroupId | GUID | Unique identifier for the appointment ||\n| Comments | String | Comments for No Show |\n\nSecurity: Permissions required to call this API. \n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentGroupId\": \"string\",\n \"Comments\": \"string\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentStatusSet\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"Status\": 0,\n \"IsNoShowChargeApplied\": true\n}"}}}}}},"summary":"To Mark No Show for an appointment","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/reebook":{"post":{"description":"This API can be called to cancel an existing appointment. \n\nParameters\n\n\n| Parameter | Type | Description |\n| -------- | -------- | -------- |\n| AppointmentGroupId | GUID | Unique identifier for the appointment |\n| ReasonId | INT | Reason for cancellation of appointment |\n| Comments | String | Comments for cancellation |\n\nSecurity: Permissions required to call this API. \n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.631Z\",\n \"EndTime\": \"2017-09-04T04:51:31.631Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.631Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.631Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.632Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.632Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentRebooked\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"AppointmentGroup\": {\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"InvoiceStatus\": 0,\n \"IsRebooking\": true,\n \"Notes\": \"string\",\n \"Guest\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:32.069Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:32.069Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:32.069Z\",\n \"LastUpdated\": \"2017-09-04T04:51:32.069Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": true,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.069Z\",\n \"EndTime\": \"2017-09-04T04:51:32.069Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.069Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.069Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.070Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.070Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"AppointmentProducts\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentMemberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentSeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentGiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-04T04:51:32.070Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:32.070Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:32.070Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:32.070Z\",\n \"LastUpdated\": \"2017-09-04T04:51:32.071Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Center\": {\n \"Id\": \"string\",\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Name\": \"string\",\n \"GeoLatitude\": 0,\n \"GeoLongitude\": 0,\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"ZipCode\": \"string\",\n \"Phone1\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Phone2\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"CenterInfo\": \"string\",\n \"ServiceTaxNo\": \"string\",\n \"TIN\": \"string\",\n \"VAT\": \"string\",\n \"CST\": \"string\",\n \"CanBook\": true\n },\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n}"}}}}}},"summary":"rebook an appointment","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/reserveslots":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"CenterTime\": \"2017-09-04T04:51:31.642Z\",\n \"ReservationId\": \"string\",\n \"ReservationNotes\": \"string\",\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.643Z\",\n \"EndTime\": \"2017-09-04T04:51:31.643Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.643Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.643Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.643Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.643Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"BookingSource\": 0,\n \"AppointmentInterval\": 0,\n \"Authorize\": {\n \"Username\": \"string\",\n \"Password\": \"string\"\n }\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"CenterId\": \"string\",\n \"CenterTime\": \"2017-09-04T04:51:32.109Z\",\n \"IsReserved\": true,\n \"ReservationId\": \"string\",\n \"InvoiceId\": \"string\",\n \"ExpiryTime\": \"2017-09-04T04:51:32.109Z\",\n \"BlockingTime\": 0,\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.109Z\",\n \"EndTime\": \"2017-09-04T04:51:32.109Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.109Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.109Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.109Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.109Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"To reserve slots","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/setstatus":{"post":{"description":"Below are the respective statuses for the value of the status tag in the input.\n\n| status | value | \n| -------- | -------- | \n| New | 0 |\n| Checkin | 2 |\n| Undo Checkin | 0 |\n| Confirm | 4 |\n\n","parameters":[{"description":"issued key","in":"header","name":"API Key","required":false,"schema":{"type":"string"}},{"description":"security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentGroupId\": \"string\",\n \"Status\": 0\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentStatusSet\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"Status\": 0\n}"}}}}}},"summary":"sets the status of the Appointment","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/slots":{"post":{"description":"The API is used to reserve a temporary Appointment slot. API expects following information be sent in the Request body. \n\n```\n{\"CenterId\":\"adb0c9cd-5357-440d-8ee4-4557c6241271\",\"CenterTime\":\"2017-05-05 12:00:00\",\"SlotBookings\":[{\"GuestId\":\"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\"Services\":[{\"Service\":{\"Id\":\"8b15f00d-0594-4975-8d27-c88a3c64bfab\"}}],\"StartTime\":\"2017-05-05 12:00:00\"}]}\n```\n\nSecurity:\n`API requires a security token for user with write permission on Appointments.`","operationId":"AppointmentsApi_ReserveSlots","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReserveSlotsRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/ReserveSlotsRequest"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ReserveSlotsRequest"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ReserveSlotsRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/ReserveSlotsRequest"}},"text/html":{"schema":{"$ref":"#/components/schemas/ReserveSlotsRequest"}}},"required":true,"x-examples":{"application/json":"{\"CenterId\":\"adb0c9cd-5357-440d-8ee4-4557c6241271\",\"CenterTime\":\"2017-05-05 12:00:00\",\"SlotBookings\":[{\"GuestId\":\"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\"Services\":[{\"Service\":{\"Id\":\"8b15f00d-0594-4975-8d27-c88a3c64bfab\"}}],\"StartTime\":\"2017-05-05 12:00:00\"}]}"}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReserveSlotsResponse"},"examples":{"response":{"value":"{\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterTime\": \"2017-05-05T12:00:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"ab2549c1-aea3-476e-b16b-d856f4363b03\",\n \"ExpiryTime\": \"2017-05-08T16:41:50.299213\",\n \"BlockingTime\": 10,\n \"SlotBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"a358bc3c-b537-4ef6-b22d-de37e80a0df6\",\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00Z\",\n \"EndTime\": \"2017-05-05T02:30:00Z\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T12:30:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}{\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterTime\": \"2017-05-05T12:00:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"ab2549c1-aea3-476e-b16b-d856f4363b03\",\n \"ExpiryTime\": \"2017-05-08T16:41:50.299213\",\n \"BlockingTime\": 10,\n \"SlotBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"a358bc3c-b537-4ef6-b22d-de37e80a0df6\",\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00Z\",\n \"EndTime\": \"2017-05-05T02:30:00Z\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T12:30:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}{\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterTime\": \"2017-05-05T12:00:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"ab2549c1-aea3-476e-b16b-d856f4363b03\",\n \"ExpiryTime\": \"2017-05-08T16:41:50.299213\",\n \"BlockingTime\": 10,\n \"SlotBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"a358bc3c-b537-4ef6-b22d-de37e80a0df6\",\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00Z\",\n \"EndTime\": \"2017-05-05T02:30:00Z\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T12:30:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}{\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterTime\": \"2017-05-05T12:00:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"ab2549c1-aea3-476e-b16b-d856f4363b03\",\n \"ExpiryTime\": \"2017-05-08T16:41:50.299213\",\n \"BlockingTime\": 10,\n \"SlotBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"a358bc3c-b537-4ef6-b22d-de37e80a0df6\",\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00Z\",\n \"EndTime\": \"2017-05-05T02:30:00Z\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T12:30:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}{\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterTime\": \"2017-05-05T12:00:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"ab2549c1-aea3-476e-b16b-d856f4363b03\",\n \"ExpiryTime\": \"2017-05-08T16:41:50.299213\",\n \"BlockingTime\": 10,\n \"SlotBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"a358bc3c-b537-4ef6-b22d-de37e80a0df6\",\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00Z\",\n \"EndTime\": \"2017-05-05T02:30:00Z\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T12:30:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}{\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterTime\": \"2017-05-05T12:00:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"ab2549c1-aea3-476e-b16b-d856f4363b03\",\n \"ExpiryTime\": \"2017-05-08T16:41:50.299213\",\n \"BlockingTime\": 10,\n \"SlotBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"a358bc3c-b537-4ef6-b22d-de37e80a0df6\",\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00Z\",\n \"EndTime\": \"2017-05-05T02:30:00Z\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T12:30:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}{\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterTime\": \"2017-05-05T12:00:00\",\n \"IsReserved\": true,\n \"ReservationId\": \"ab2549c1-aea3-476e-b16b-d856f4363b03\",\n \"ExpiryTime\": \"2017-05-08T16:41:50.299213\",\n \"BlockingTime\": 10,\n \"SlotBookings\": [\n {\n \"GuestId\": \"2e24d650-d7b4-473e-9bf3-b835c882cf35\",\n \"AppointmentGroupId\": null,\n \"Services\": [\n {\n \"AppointmentId\": \"00000000-0000-0000-0000-000000000000\",\n \"InvoiceItemId\": \"00000000-0000-0000-0000-000000000000\",\n \"CartItemId\": \"a358bc3c-b537-4ef6-b22d-de37e80a0df6\",\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Price\": null,\n \"Duration\": 30,\n \"CategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-05-05T02:00:00Z\",\n \"EndTime\": \"2017-05-05T02:30:00Z\",\n \"StartTimeInCenter\": \"2017-05-05T12:00:00\",\n \"EndTimeInCenter\": \"2017-05-05T12:30:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"0a058489-0add-45ad-b87d-d48568ea387b\",\n \"ShortName\": null,\n \"FullName\": null,\n \"Email\": null,\n \"PhoneNumber\": \"9098666662\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"9098666662\",\n \"DisplayNumber\": \"+1 909-866-6662\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Aaron\",\n \"LastName\": \"King\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": null,\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": null\n }\n ],\n \"TherapistId\": null,\n \"RoomId\": null,\n \"Quantity\": null,\n \"BookingNotes\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 14,\n \"Tax\": 1.26,\n \"Final\": 15.26,\n \"Final1\": 15.26,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n ],\n \"Error\": null\n}"}}},"text/json":{"schema":{"$ref":"#/components/schemas/ReserveSlotsResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/ReserveSlotsResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/ReserveSlotsResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/ReserveSlotsResponse"}}}}},"summary":"Create an Appointment Slot","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/update":{"post":{"description":"This API can be called to cancel an existing appointment. \n\nParameters\n\n\n| Parameter | Type | Description |\n| -------- | -------- | -------- |\n| AppointmentGroupId | GUID | Unique identifier for the appointment |\n| ReasonId | INT | Reason for cancellation of appointment |\n| Comments | String | Comments for cancellation |\n\nSecurity: Permissions required to call this API. \n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.620Z\",\n \"EndTime\": \"2017-09-04T04:51:31.620Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.620Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.620Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.620Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.620Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"Products\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Memberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"SeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"DayPromoPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.623Z\",\n \"EndTime\": \"2017-09-04T04:51:31.623Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.623Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.623Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.623Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.623Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ]\n }\n ],\n \"GiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-04T04:51:31.623Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:31.624Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:31.624Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:31.626Z\",\n \"LastUpdated\": \"2017-09-04T04:51:31.626Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Notes\": \"string\",\n \"Time\": \"2017-09-04T04:51:31.626Z\",\n \"IsForced\": true,\n \"IsSpecific\": true\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentUpdated\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"AppointmentGroup\": {\n \"AppointmentGroupId\": \"string\",\n \"InvoiceId\": \"string\",\n \"InvoiceStatus\": 0,\n \"IsRebooking\": true,\n \"Notes\": \"string\",\n \"Guest\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:32.048Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:32.048Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:32.048Z\",\n \"LastUpdated\": \"2017-09-04T04:51:32.048Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": true,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.048Z\",\n \"EndTime\": \"2017-09-04T04:51:32.048Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.048Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.048Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.048Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.048Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"AppointmentProducts\": [\n {\n \"Product\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CategoryId\": \"string\",\n \"Url\": \"string\"\n },\n \"InvoiceItemId\": \"string\",\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentMemberships\": [\n {\n \"Membership\": {\n \"Id\": \"string\",\n \"VersionId\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"CanBook\": true,\n \"ShowPrice\": true,\n \"DisplayName\": \"string\",\n \"DisplayPrice\": \"string\",\n \"ImagePaths\": {}\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentSeriesPackages\": [\n {\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"AppointmentGiftCards\": [\n {\n \"GiftCard\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"Value\": 0,\n \"PurchasePrice\": 0,\n \"ValidityDays\": 0,\n \"IsOneTimeUse\": true,\n \"ExpiryDate\": \"2017-09-04T04:51:32.049Z\",\n \"Notes\": \"string\",\n \"GiftTypeId\": \"string\",\n \"SendEmailToRecipient\": true,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Recipient\": {\n \"Id\": \"string\",\n \"Code\": \"string\",\n \"FirstName\": \"string\",\n \"MiddleName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"MobileNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"HomePhone\": \"string\",\n \"HomePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"WorkPhone\": \"string\",\n \"WorkPhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"DateOfBirth\": \"2017-09-04T04:51:32.049Z\",\n \"AnniversaryDate\": \"2017-09-04T04:51:32.049Z\",\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"PostalCode\": \"string\",\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"Nationality\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"ReferralSource\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"ReferredGuestId\": \"string\",\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-09-04T04:51:32.049Z\",\n \"LastUpdated\": \"2017-09-04T04:51:32.049Z\",\n \"MergeIntoCode\": \"string\",\n \"MergeIntoGuestId\": \"string\",\n \"CenterId\": \"string\",\n \"CenterCode\": \"string\",\n \"CenterName\": \"string\",\n \"GuestIndicator\": \"string\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": \"string\",\n \"Password\": \"string\",\n \"UserName\": \"string\",\n \"FacebookUserId\": \"string\",\n \"OldPassword\": \"string\"\n },\n \"Services\": {\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ]\n }\n },\n \"InvoiceItemId\": \"string\",\n \"Employee\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"IsMembershipApplied\": true,\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true\n }\n ],\n \"Center\": {\n \"Id\": \"string\",\n \"Country\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"PhoneCode\": 0,\n \"Nationality\": \"string\"\n },\n \"State\": {\n \"Id\": 0,\n \"Code\": \"string\",\n \"Name\": \"string\",\n \"ShortName\": \"string\"\n },\n \"Name\": \"string\",\n \"GeoLatitude\": 0,\n \"GeoLongitude\": 0,\n \"Address1\": \"string\",\n \"Address2\": \"string\",\n \"City\": \"string\",\n \"ZipCode\": \"string\",\n \"Phone1\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Phone2\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"CenterInfo\": \"string\",\n \"ServiceTaxNo\": \"string\",\n \"TIN\": \"string\",\n \"VAT\": \"string\",\n \"CST\": \"string\",\n \"CanBook\": true\n },\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n }\n }\n}"}}}}}},"summary":"Update an appointment","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/updatebulkbookingGuestdetails":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"string\",\n \"GroupInvoiceId\": \"string\",\n \"Invoices\": [\n {\n \"InvoiceId\": \"string\",\n \"UserId\": \"string\",\n \"AssignedUserId\": \"string\",\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Email\": \"string\",\n \"IsVirtualUser\": true\n }\n ]\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"GroupInvoiceId\": \"string\",\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"IsUpdated\": true\n}"}}}}}},"summary":"updates guest details for bulk booking","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentFieldId}/CustomDataFile":{"parameters":[{"in":"path","name":"AppointmentFieldId","required":true,"schema":{"type":"string"}}],"post":{"description":"\n\n\n\n\n\n\n\n\n\n","parameters":[{"description":"GUID","in":"query","name":"AppointmentId","required":false,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Body"},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"AssetId\": \"string\",\n \"AssetUrl\": \"string\",\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Uploads service custom data image for a given field. The file name should be of the format [field id].[extension] of image","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentFieldValue}/CustomDataImage":{"get":{"description":"\n\n\n\n\n\n\n\n\n\n","parameters":[{"description":"GUID","in":"query","name":"AppointmentId","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"AssetId\": \"string\",\n \"AssetUrl\": \"string\",\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Uploads service custom data image for a given field. The file name should be of the format [field id].[extension] of image","tags":["Appointments"]},"parameters":[{"in":"path","name":"AppointmentFieldValue","required":true,"schema":{"type":"string"}}],"post":{"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"AssetId\": \"string\",\n \"AssetUrl\": \"string\",\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Uploads service custom data image for a given field. The file name should be of the format [field id].[extension] of image","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentFieldValue}/UploadCustomDataImage":{"parameters":[{"in":"path","name":"AppointmentFieldValue","required":true,"schema":{"type":"string"}}],"post":{"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"AssetId\": \"string\",\n \"AssetUrl\": \"string\",\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Uploads service custom data image for a given field. The file name should be of the format [field id].[extension] of image","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentGroupId}/setprogress":{"parameters":[{"in":"path","name":"AppointmentGroupId","required":true,"schema":{"type":"string"}}],"post":{"description":"Below are the respective statuses for the value of the status tag in the input.\n\n| status | value | \n| New | 0 |\n| Checkin | 1 |\n| Undo Checkin | 2 |\n| Confirm | 3 |\n\n","parameters":[{"description":"issued key","in":"header","name":"API Key","required":false,"schema":{"type":"string"}},{"description":"security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentId\": \"string\",\n \"SegmentId\": \"string\",\n \"Action\": 0\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"IsAppointmentProgressSet\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"AppointmentService\": {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.016Z\",\n \"EndTime\": \"2017-09-04T04:51:32.016Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.016Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.016Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.017Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.017Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n}"}}}}}},"summary":"Changes the progress of Appointment","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentId}/CustomData":{"get":{"description":"\n\n\n\n\n\n\n\n\n\n","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"success\": true,\n \"total\": 0,\n \"servicecustomdata\": {},\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Gets the appointment's service custom data","tags":["Appointments"]},"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentId}/CustomData/History":{"get":{"description":"\n\n\n\n\n\n\n\n\n\n","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n },\n \"History\": [\n {\n \"AppointmentId\": \"string\",\n \"AppointmentDate\": \"2017-09-04T04:51:32.175Z\",\n \"Status\": 0,\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ServiceCustomDataIndicator\": \"string\",\n \"FormId\": \"string\"\n }\n ]\n}"}}}}}},"summary":"Gets the appointment's service custom data History","tags":["Appointments"]},"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentId}/CustomData/{AppointmentFieldId}/Annotations":{"get":{"description":"\n\n\n\n\n\n\n\n\n\n","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Annotations\": [\n {\n \"ImageAnnotationId\": \"string\",\n \"CustomFieldValueId\": \"string\",\n \"CustomFieldType\": 0,\n \"Value\": \"string\",\n \"ValueType\": 0,\n \"ShapeType\": \"string\",\n \"ShapeX\": 0,\n \"ShapeY\": 0,\n \"ShapeWidth\": 0,\n \"ShapeHeight\": 0,\n \"CreatedBy\": \"string\",\n \"ModifiedBy\": \"string\",\n \"CreatedDate\": \"2017-09-04T04:51:32.179Z\",\n \"ModifiedDate\": \"2017-09-04T04:51:32.179Z\",\n \"Void\": true\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Get the appointment's custom data image annotations","tags":["Appointments"]},"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}},{"in":"path","name":"AppointmentFieldId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Appointments"}},"/v1/appointments/{AppointmentId}/SendMail":{"parameters":[{"in":"path","name":"AppointmentId","required":true,"schema":{"type":"string"}}],"post":{"description":"\n\n\n\n\n\n\n\n\n\n","parameters":[{"description":"GUID","in":"query","name":"AppointmentId","required":false,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Body"},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Success\": true,\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Sends Custom data mail to the guest","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v1/appointments/{appointmentgroupid}":{"get":{"description":"This API gets us an appointment group json object, which has the details of the appointment for the particular appointment group id.","parameters":[{"description":"Issued API key","in":"header","name":"API key","required":false,"schema":{"type":"string"}},{"description":"Security Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAppointmentGroupResponse"},"examples":{"response":{"value":"{\n \"AppointmentGroup\": {\n \"AppointmentGroupId\": \"12ae59b1-56e3-4e8e-8b9a-f79d7e2d1d88\",\n \"InvoiceId\": \"9d8daefc-5c65-49ca-822a-4ed1551328a3\",\n \"InvoiceStatus\": 4,\n \"IsRebooking\": false,\n \"Notes\": null,\n \"Guest\": {\n \"Id\": \"f18d72be-9086-43b9-9942-06f8db8ba830\",\n \"Code\": \"98\",\n \"FirstName\": \"Kara\",\n \"MiddleName\": \"S\",\n \"LastName\": \"Joseph\",\n \"Email\": \"karaj@zenoti.com\",\n \"MobileNumber\": \"7346607560\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"7346607560\",\n \"DisplayNumber\": \"+1 734-660-7560\"\n },\n \"HomePhone\": null,\n \"HomePhoneModel\": {\n \"CountryId\": -1,\n \"Number\": null,\n \"DisplayNumber\": null\n },\n \"WorkPhone\": null,\n \"WorkPhoneModel\": null,\n \"Gender\": 0,\n \"DateOfBirth\": \"1989-02-22T00:00:00\",\n \"AnniversaryDate\": \"2016-09-27T00:00:00\",\n \"Address1\": \"1\",\n \"Address2\": null,\n \"City\": null,\n \"PostalCode\": null,\n \"State\": {\n \"Id\": 40,\n \"Code\": \"US06\",\n \"Name\": \"California\",\n \"ShortName\": \"CA\"\n },\n \"Country\": {\n \"Id\": 225,\n \"Code\": \"US\",\n \"Name\": \"United States\",\n \"PhoneCode\": 1,\n \"Nationality\": \"American\"\n },\n \"Nationality\": {\n \"Id\": 225,\n \"Code\": \"US\",\n \"Name\": \"United States\",\n \"PhoneCode\": 1,\n \"Nationality\": \"American\"\n },\n \"ReferralSource\": {\n \"Id\": \"39fa959a-b630-4606-95b2-8f81dfdfe18b\",\n \"Name\": \"Request\"\n },\n \"ReferredGuestId\": null,\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2016-01-01T01:16:36.697\",\n \"LastUpdated\": \"2017-07-01T07:02:23.09\",\n \"MergeIntoCode\": null,\n \"MergeIntoGuestId\": null,\n \"CenterId\": \"f166b92d-7702-437f-abcf-99d688bb600d\",\n \"CenterCode\": \"LosAngeles\",\n \"CenterName\": \"Los Angeles\",\n \"GuestIndicator\": \"1@1@0@0@0@0@1@x@0@0@0\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": null,\n \"Password\": null,\n \"UserName\": null,\n \"FacebookUserId\": null,\n \"OldPassword\": null\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": true,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"081b4ffd-3ffb-4850-8434-3b89fe357ccd\",\n \"InvoiceItemId\": \"c7c21bf4-4de3-420e-8750-fb66cf2d9ef9\",\n \"CartItemId\": null,\n \"AppointmentSegmentId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"7f8fe1c8-1ad2-48d5-bee8-787185d2ffd6\",\n \"Name\": \"Ace Wrinkle Reduction\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 100,\n \"Tax\": 9,\n \"Final\": 109,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 80,\n \"CategoryId\": null,\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"AddOnToServiceId\": null,\n \"CategoryName\": null,\n \"AddOns\": null,\n \"IsVariant\": null,\n \"HasVariant\": null,\n \"ParentServiceId\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2016-08-01T20:00:00\",\n \"EndTime\": \"2016-08-01T21:20:00\",\n \"StartTimeInCenter\": \"2016-08-01T13:00:00\",\n \"EndTimeInCenter\": \"2016-08-01T14:20:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 1,\n \"RequestedTherapist\": {\n \"Id\": \"475ee3f1-7072-4b1d-8515-d8dc7b0051a7\",\n \"ShortName\": \"Derek L\",\n \"NickName\": null,\n \"FullName\": \"Derek Lan\",\n \"Email\": null,\n \"PhoneNumber\": null,\n \"MobilePhoneModel\": null,\n \"Gender\": 0,\n \"FirstName\": \"Derek\",\n \"LastName\": \"Lan\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"Derek Lan\"\n },\n \"Quantity\": 0,\n \"Price\": null,\n \"SCD\": \"1#1#0#0#0#1#0\",\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": false,\n \"CanEdit\": false\n }\n },\n \"ItemActions\": \"\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"\",\n \"IsMembershipApplied\": false,\n \"IsAddOn\": false,\n \"AddonAppointmentId\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"CanModifyTherapist\": false\n }\n ],\n \"AppointmentProducts\": null,\n \"AppointmentMemberships\": null,\n \"AppointmentSeriesPackages\": null,\n \"AppointmentGiftCards\": null,\n \"Center\": {\n \"Id\": \"f166b92d-7702-437f-abcf-99d688bb600d\",\n \"Country\": {\n \"Id\": 225,\n \"Code\": \"US\",\n \"Name\": \"United States\",\n \"PhoneCode\": 1,\n \"Nationality\": \"American\"\n },\n \"State\": {\n \"Id\": 40,\n \"Code\": \"US06\",\n \"Name\": \"California\",\n \"ShortName\": \"CA\"\n },\n \"Name\": \"Demo - Los Angeles\",\n \"GeoLatitude\": 34.0522689819336,\n \"GeoLongitude\": -118.439399719238,\n \"Address1\": \"1465 Westwood Blvd\",\n \"Address2\": null,\n \"City\": \"Los Angeles\",\n \"ZipCode\": \"90024\",\n \"Phone1\": {\n \"CountryId\": 225,\n \"Number\": \"5415415412\",\n \"DisplayNumber\": \"(541) 541-5412\"\n },\n \"Phone2\": {\n \"CountryId\": 225,\n \"Number\": \"5415415412\",\n \"DisplayNumber\": \"(541) 541-5412\"\n },\n \"Email\": \"sales@managemyspa.com\",\n \"CenterInfo\": \"Los Angeles center spa. Data from description shows here...\",\n \"ServiceTaxNo\": \"AADRF2353252355\",\n \"TIN\": null,\n \"VAT\": null,\n \"CST\": null,\n \"CanBook\": true\n },\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 100,\n \"Tax\": 9,\n \"Final\": 109,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n }\n },\n \"Error\": null\n}"}}}}}},"summary":"Gets Details of an Appointment for the Appointment Group ID","tags":["Appointments"]},"parameters":[{"in":"path","name":"appointmentgroupid","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Appointments"}},"/v1/appointments/{appointmentgroupid}/invoice":{"get":{"parameters":[{"description":"security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"issued API key","in":"header","name":"API Key","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"AppointmentGroup\": {\n \"AppointmentGroupId\": \"911be81f-3439-48ae-b498-f05e07cad742\",\n \"InvoiceId\": \"d87e83a6-6972-4017-af79-2bbcc8a1b33d\",\n \"InvoiceStatus\": null,\n \"IsRebooking\": false,\n \"Notes\": null,\n \"Guest\": {\n \"Id\": \"b3ecb8cb-f563-4752-9961-068fc1ea9b27\",\n \"Code\": null,\n \"FirstName\": \"rough\",\n \"MiddleName\": null,\n \"LastName\": \"rough\",\n \"Email\": null,\n \"MobileNumber\": \"8989898989\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"8989898989\",\n \"DisplayNumber\": \"+1 898-989-8989\"\n },\n \"HomePhone\": null,\n \"HomePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": null,\n \"DisplayNumber\": null\n },\n \"WorkPhone\": null,\n \"WorkPhoneModel\": null,\n \"Gender\": 1,\n \"DateOfBirth\": null,\n \"AnniversaryDate\": null,\n \"Address1\": null,\n \"Address2\": null,\n \"City\": null,\n \"PostalCode\": null,\n \"State\": {\n \"Id\": 42,\n \"Code\": \"US09\",\n \"Name\": \"Connecticut\",\n \"ShortName\": \"CT\"\n },\n \"Country\": {\n \"Id\": 225,\n \"Code\": \"US\",\n \"Name\": \"United States\",\n \"PhoneCode\": 1,\n \"Nationality\": \"American\"\n },\n \"Nationality\": {\n \"Id\": 225,\n \"Code\": \"US\",\n \"Name\": \"United States\",\n \"PhoneCode\": 1,\n \"Nationality\": \"American\"\n },\n \"ReferralSource\": null,\n \"ReferredGuestId\": null,\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveMarketingSms\": true,\n \"CreationDate\": \"2017-08-09T03:58:02.793\",\n \"LastUpdated\": \"2017-08-09T03:58:02.813\",\n \"MergeIntoCode\": null,\n \"MergeIntoGuestId\": null,\n \"CenterId\": \"583d9def-9c38-4338-a85e-f6a0bf3d83bd\",\n \"CenterCode\": \"302\",\n \"CenterName\": \"ProteamIN\",\n \"GuestIndicator\": \"0@0@0@0@0@0@0@x@0@0@0\",\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": null,\n \"Password\": null,\n \"UserName\": null,\n \"FacebookUserId\": null,\n \"OldPassword\": null\n },\n \"IsNoShowChargeToBeApplied\": true,\n \"IsCancellationChargeToBeApplied\": true,\n \"IsPaymentOrRedemptionApplied\": false,\n \"AppointmentServices\": [\n {\n \"AppointmentId\": \"f2e734a0-7675-48a4-acef-4651cacef8a4\",\n \"InvoiceItemId\": \"0d226c75-4e4a-4f1f-a348-c41140760c19\",\n \"CartItemId\": null,\n \"AppointmentSegmentId\": null,\n \"PackageId\": null,\n \"Package\": null,\n \"Service\": {\n \"Id\": \"57a23aa5-8935-49f2-8945-9c89363a55ed\",\n \"Name\": \"Body Reflexology2\",\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 561.86,\n \"Tax\": 84.28,\n \"Final\": 646.14,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 15,\n \"CategoryId\": null,\n \"IsAddOn\": false,\n \"HasAddOns\": false,\n \"AddOnToServiceId\": null,\n \"CategoryName\": null,\n \"AddOns\": null,\n \"IsVariant\": null,\n \"HasVariant\": null,\n \"ParentServiceId\": null\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-08-31T13:00:00\",\n \"EndTime\": \"2017-08-31T13:15:00\",\n \"StartTimeInCenter\": \"2017-08-31T08:00:00\",\n \"EndTimeInCenter\": \"2017-08-31T08:15:00\",\n \"Room\": null,\n \"Lock\": false,\n \"Equipment\": null,\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"b70101ae-c3a4-422f-97c9-b6eb0588fba8\",\n \"ShortName\": \"Abednego A\",\n \"NickName\": \"Testing\",\n \"FullName\": \"Abednego A\",\n \"Email\": \"kirityg@zenoti.com\",\n \"PhoneNumber\": \"9885517727\",\n \"MobilePhoneModel\": {\n \"CountryId\": 95,\n \"Number\": \"9885517727\",\n \"DisplayNumber\": \"+91 98 85 517727\"\n },\n \"Gender\": 1,\n \"FirstName\": \"Abednego\",\n \"LastName\": \"A\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": null\n },\n \"Quantity\": 0,\n \"Price\": null,\n \"SCD\": \"1#1#0#0#0#0#0\",\n \"ActualStartTime\": null,\n \"CompletedTime\": null,\n \"Progress\": 0,\n \"ParentAppointmentId\": null,\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"\",\n \"IsMembershipApplied\": false,\n \"IsAddOn\": false,\n \"AddonAppointmentId\": null,\n \"IsPackageApplied\": null,\n \"IsDiscountApplied\": null,\n \"CanModifyTherapist\": false\n }\n ],\n \"AppointmentProducts\": [],\n \"AppointmentMemberships\": [],\n \"AppointmentSeriesPackages\": [],\n \"AppointmentGiftCards\": [],\n \"Center\": null,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 561.86,\n \"Tax\": 84.28,\n \"Final\": 647,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0.86\n }\n },\n \"Error\": null\n}"}}}}}},"summary":"Gets invoice Details for a particular appointment group id","tags":["Appointments"]},"parameters":[{"in":"path","name":"appointmentgroupid","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Appointments"}},"/v1/centers":{"get":{"description":"API returns a list of Centers that the user is authorized to view. \n\nSecurity:\n`API requires a security token for a user with read permission on Centers.`","operationId":"CentersApi_GetCenters","parameters":[{"description":"True shows only catalog enabled values","in":"query","name":"CatalogEnabled","required":false,"example":true,"schema":{"type":"boolean"}},{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCentersResponse"},"examples":{"response":{"value":"{\n \"Centers\": [\n {\n \"Id\": \"0a36ed1d-0140-445a-ab17-7fcb8a14de97\",\n \"Name\": \"Begumpet\",\n \"Address\": \"INSIDE Pooja Edifice, Sardar Patel Road Begumpet\",\n \"Phone\": \"04042206667\",\n \"TimeZoneId\": 68,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"3af2cf2e-9d36-45ca-84bc-eb7a7ee4be0e\",\n \"Name\": \"Chelsea\",\n \"Address\": \"#435, NH 15 Near Santa Cruz Library\",\n \"Phone\": \"9845900001\",\n \"TimeZoneId\": 15,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n {\n \"Id\": \"c75a59f3-0563-4e94-a3a0-e4bf144a0d10\",\n \"Name\": \"Manager\",\n \"ScopeId\": \"3af2cf2e-9d36-45ca-84bc-eb7a7ee4be0e\",\n \"Scope\": 0,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n {\n \"Id\": \"27e517b9-d2e8-4190-8f12-ffbeef65af80\",\n \"Name\": \"Therapist\",\n \"ScopeId\": \"3af2cf2e-9d36-45ca-84bc-eb7a7ee4be0e\",\n \"Scope\": 0,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": false,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": \"Agrawal.alok0611@outlook.com\"\n },\n {\n \"Id\": \"697cc105-5fdd-482c-94c4-a4b7af29ffd8\",\n \"Name\": \"Clinic\",\n \"Address\": \"LHR 4 ALL, INC. South Jordan\",\n \"Phone\": null,\n \"TimeZoneId\": 6,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"Name\": \"Delhi\",\n \"Address\": \"#216, 2Nd Floor. Golf Couse Road Sector 42. DLF Phase V, Gurgaon\",\n \"Phone\": \"012448547777\",\n \"TimeZoneId\": 89,\n \"CurrencyId\": 8,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"55ad9c38-25d4-47d9-ac80-ac44f94d3a4a\",\n \"Name\": \"Lavelle Road\",\n \"Address\": \"Bangalore\",\n \"Phone\": null,\n \"TimeZoneId\": 68,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"f166b92d-7702-437f-abcf-99d688bb600d\",\n \"Name\": \"Los Angeles\",\n \"Address\": \"1465 Westwood Blvd\",\n \"Phone\": \"5415415412\",\n \"TimeZoneId\": 6,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": \"sales@managemyspa.com\"\n },\n {\n \"Id\": \"838c1b45-dae4-482a-884f-6d669393def9\",\n \"Name\": \"Miami\",\n \"Address\": \"#546, 4Th Street, 8Th Avenue Biscayne Boulevard\",\n \"Phone\": null,\n \"TimeZoneId\": 15,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"307212f4-dbed-416c-af40-fb258d349a19\",\n \"Name\": \"Mumbai\",\n \"Address\": \"R-Mall, 1St Floor. Near Odeon Unit#20/ 21. Ghatkopar\",\n \"Phone\": \"9848571270\",\n \"TimeZoneId\": 68,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"14faef0d-f0fb-45bf-906f-6cc93eca2566\",\n \"Name\": \"Noida\",\n \"Address\": null,\n \"Phone\": null,\n \"TimeZoneId\": 68,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"adf4cd4f-91dc-4e22-8155-87c4487823ee\",\n \"Name\": \"Pet Care\",\n \"Address\": null,\n \"Phone\": null,\n \"TimeZoneId\": 68,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"ded67ff4-fc01-420c-b3fb-f5c189ace72e\",\n \"Name\": \"Philippines\",\n \"Address\": \"2nd Floor, East Bldg. Forbestown Center Burgos Circle Bonifacio Global City\",\n \"Phone\": \"6325731420\",\n \"TimeZoneId\": 77,\n \"CurrencyId\": 109,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": \"info@zenoti.com\"\n },\n {\n \"Id\": \"6b0f1e52-2b6d-4ad2-b191-915488aef27d\",\n \"Name\": \"PMS\",\n \"Address\": null,\n \"Phone\": null,\n \"TimeZoneId\": 6,\n \"CurrencyId\": 138,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"2cfee007-24e3-4e62-a536-86b638186e6b\",\n \"Name\": \"San Diego\",\n \"Address\": \"1234, Harbor Drive\",\n \"Phone\": \"04123456\",\n \"TimeZoneId\": 6,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": \"QTe@zenoti.com\"\n },\n {\n \"Id\": \"490912d6-68ea-4e84-a353-e5f875ac301a\",\n \"Name\": \"Soho\",\n \"Address\": null,\n \"Phone\": null,\n \"TimeZoneId\": 15,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n },\n {\n \"Id\": \"7e9a5a8c-db49-48ed-a406-1732b38fd226\",\n \"Name\": \"Tribeca\",\n \"Address\": \"164 4Th Block New York\",\n \"Phone\": \"2128655555\",\n \"TimeZoneId\": 15,\n \"CurrencyId\": 148,\n \"SecurityRole\": {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n },\n \"SecurityRoles\": [\n {\n \"Id\": \"2a297cb5-d571-478f-9f43-1559773cf4d0\",\n \"Name\": \"Owner\",\n \"ScopeId\": \"368f32b9-6902-4fc9-9006-f07e3f583e0b\",\n \"Scope\": 2,\n \"OrgOrZoneOrCenterName\": \"\",\n \"CanAccessAdministratorMode\": true,\n \"CanAccessAppointmentBook\": true,\n \"CanViewGuestHistory\": true,\n \"CanViewServiceHistory\": true,\n \"Permissions\": null\n }\n ],\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": null,\n \"Email\": null\n }\n ],\n \"Error\": null\n}"}}},"text/json":{"schema":{"$ref":"#/components/schemas/GetCentersResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/GetCentersResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/GetCentersResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/GetCentersResponse"}}}}},"summary":"Get a list of Centers","tags":["Centers"]},"x-restlet":{"section":"Centers"}},"/v1/centers/{CenterId}":{"get":{"description":"API returns the details of a specific center. \n\nSecurity:\n`API requires a security token for a user with read permission on Centers.`","operationId":"CentersApi_GetCenterDetails","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCenterDetailsResponse"},"examples":{"response":{"value":"{\n \"Center\": {\n \"Id\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"Name\": \"Delhi\",\n \"Address\": \"#216, 2Nd Floor. Golf Couse Road Sector 42. DLF Phase V, Gurgaon\",\n \"Phone\": \"012448547777\",\n \"TimeZoneId\": 89,\n \"CurrencyId\": 8,\n \"SecurityRole\": null,\n \"SecurityRoles\": null,\n \"OrganizationName\": \"Spa Bliss\",\n \"OrganizationLogoUrl\": \"https://demo.managemyspa.com/temp_data/TempAssetStore/160355f1-fcd2-45e7-b02f-12a5a57a7940.jpg (24kB)\n\n\",\n \"Email\": null\n },\n \"Error\": null\n}"}}},"text/json":{"schema":{"$ref":"#/components/schemas/GetCenterDetailsResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/GetCenterDetailsResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/GetCenterDetailsResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/GetCenterDetailsResponse"}}}}},"summary":"Gets the details of a Center","tags":["Centers"]},"parameters":[{"in":"path","name":"CenterId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Centers"}},"/v1/employees":{"post":{"description":"fields that need to be unique : Code , UserName , Email","parameters":[{"description":"Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddEmployeeDetailRequest"}}},"required":true,"x-examples":{"application/json":"{\n \"EmployeeDetail\": {\n \"Credentials\": {\n \"UserName\": \"johnkennedy2\",\n \"Password\": \"president@123\"\n },\n \"Job\": {\n \"JobId\": \"F33FC6E9-E85D-438B-A9DD-A04904F5C522\",\n \"Salary\": 100,\n \"HourlyRate\": 10,\n \"StartDate\": \"2018-05-29\",\n \"EndDate\": \"2018-06-29\",\n \"TenureStartDate\": \"2018-05-29\"\n },\n \"Preferences\": {\n \"ReceiveMarketingEmails\": true,\n \"ReceiveTransactionalEmails\": true,\n \"ReceiveTransactionalTextMessages\": true,\n \"ReceiveMarketingTextMessages\": true,\n \"ReceiveDailyReports\": true,\n \"ReceiveRegisterClosureReports\": true,\n \"SendConfirmationForAppointments\": true\n },\n \"Code\": \"EMP012345\",\n \"MiddleName\": \"\",\n \"BirthDate\": \"2018-05-29\",\n \"AnniversaryDate\": \"2018-05-29\",\n \"CenterId\": \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n \"AddressLine1\": \"sample string 5\",\n \"AddressLine2\": \"sample string 6\",\n \"CityName\": \"sample string 7\",\n \"CountryId\": 225,\n \"StateId\": 9,\n \"StateOther\": \"sample string 10\",\n \"IsConsultant\": false,\n \"Id1\": \"17a637b4-e374-4f38-be61-f69783060185\",\n \"NickName\": \"john2\",\n \"FullName\": \"John F Kennedy2\",\n \"Email\": \"yolo2\",\n \"PhoneNumber\": \"sample string 20\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"4444444444\",\n \"DisplayNumber\": \"4444444444\"\n },\n \"Gender\": 1,\n \"FirstName\": \"john2\",\n \"LastName\": \"kennedy2\"\n }\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddEmployeeDetailResponse"},"examples":{"response":{"value":"{\n \"IsEmployeeAdded\": true,\n \"EmployeeDetail\": {\n \"AccessInfo\": {\n \"AccessCode\": \"127\",\n \"AllowApiAccess\": false,\n \"AllowOfflineAccess\": false,\n \"WaiveBiometricCheckin\": false,\n \"AccessManagerMobileApp\": false,\n \"AccessEmployeeMobileApp\": false\n },\n \"Credentials\": {\n \"UserName\": \"johnkennedy3\",\n \"Password\": null\n },\n \"Job\": {\n \"JobId\": null,\n \"DesignationId\": null,\n \"CompanyName\": null,\n \"Salary\": 100,\n \"HourlyRate\": 10,\n \"RequestTherapistBonus\": 0,\n \"MandatoryBreakMinutesPerDay\": 0,\n \"EligibleForCommissionBonus\": false,\n \"MaximumWorkHours\": null,\n \"TargetRevenue\": null,\n \"VacationDays\": null,\n \"SpecialLeaveDays\": null,\n \"StartDate\": \"2018-05-29T00:00:00\",\n \"EndDate\": \"2018-06-29T00:00:00\",\n \"TenureStartDate\": \"2018-05-29T00:00:00\"\n },\n \"Preferences\": {\n \"CultureId\": 202,\n \"SearchTags\": null,\n \"ReceiveMarketingEmails\": true,\n \"ReceiveTransactionalEmails\": true,\n \"ReceiveTransactionalTextMessages\": true,\n \"ReceiveMarketingTextMessages\": true,\n \"ReceiveDailyReports\": true,\n \"ReceiveRegisterClosureReports\": true,\n \"SendConfirmationForAppointments\": true\n },\n \"Code\": \"127\",\n \"MiddleName\": \"\",\n \"HomePhone\": null,\n \"HomePhoneModel\": {\n \"CountryId\": -1,\n \"Number\": null,\n \"DisplayNumber\": null\n },\n \"WorkPhone\": null,\n \"WorkPhoneModel\": {\n \"CountryId\": -1,\n \"Number\": null,\n \"DisplayNumber\": null\n },\n \"BirthDate\": \"2018-05-29T00:00:00\",\n \"AnniversaryDate\": \"2018-05-29T00:00:00\",\n \"CenterId\": \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n \"AddressLine1\": \"sample string 5\",\n \"AddressLine2\": \"sample string 6\",\n \"CityName\": \"sample string 7\",\n \"CountryId\": 225,\n \"StateId\": 9,\n \"StateOther\": \"sample string 10\",\n \"IsConsultant\": false,\n \"AdditionalField1\": null,\n \"AdditionalField2\": null,\n \"Keyword\": null,\n \"Attendance\": null,\n \"Id\": \"c1461fe4-d6b9-4f51-ab5b-6c3d5dadd7cd\",\n \"ShortName\": null,\n \"NickName\": \"john2\",\n \"FullName\": null,\n \"Email\": \"yolo2\",\n \"PhoneNumber\": \"4444444444\",\n \"MobilePhoneModel\": {\n \"CountryId\": 225,\n \"Number\": \"4444444444\",\n \"DisplayNumber\": \"+1 444-444-4444\"\n },\n \"Gender\": 1,\n \"FirstName\": \"john2\",\n \"LastName\": \"kennedy2\",\n \"IsAvailable\": false,\n \"VanityImageUrl\": null,\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": null\n },\n \"Error\": null\n}"}}}}}},"summary":"Creates an employee","tags":["Employees"]},"x-restlet":{"section":"Employees"}},"/v1/employees/performance":{"get":{"description":"For providing the performance data for the employee.","parameters":[{"description":"Start Date to show the Employee performance report.","in":"query","name":"start_date","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"EndDate till which the performance is to be displayed","in":"query","name":"end_date","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"Employee Id to provide the performance report for.","in":"query","name":"employee_id","required":false,"schema":{"type":"string"}},{"description":"Job id to filter out the employees with that job","in":"query","name":"job_id","required":false,"schema":{"type":"string"}},{"description":"Center Id to check for","in":"query","name":"center_id","required":false,"schema":{"type":"string"}},{"description":"To authorize the api from unwanted calls","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"properties":{"employee_perfomances":{"items":{"$ref":"#/components/schemas/employee_performance"},"type":"array"},"error":{"$ref":"#/components/schemas/error"}},"type":"object"},"examples":{"response":{"value":"{\n \"employee_sales\": [\n {\n \"employee_id\": \"string\",\n \"preformance\": {\n \"attendance\": 0,\n \"punctuality\": 0,\n \"satisfaction\": 0,\n \"utilization\": 0,\n \"Retention\": 0\n }\n }\n ],\n \"error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"For employee performance metrics","tags":["Employees"]},"x-restlet":{"section":"Employees"}},"/v1/employees/sales":{"get":{"parameters":[{"description":"StartDate for the sales report to be calculated","in":"query","name":"start_date","required":true,"schema":{"type":"string","format":"date-time"}},{"description":"EndDate for the sales report to be calculated","in":"query","name":"end_date","required":true,"schema":{"type":"string","format":"date-time"}},{"description":"Employee id to provide report for","in":"query","name":"employee_id","required":false,"schema":{"type":"string"}},{"description":"JobId is to fetch for the employees with that job id.","in":"query","name":"job_id","required":false,"schema":{"type":"string"}},{"description":"Center Id to look for","in":"query","name":"center_id","required":false,"schema":{"type":"string"}},{"description":"To Authorize the api calls","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"properties":{"employee_sales":{"$ref":"#/components/schemas/employee_sales"},"error":{"$ref":"#/components/schemas/error"}},"type":"object"},"examples":{"response":{"value":"{\n \"employee_sales\": [\n {\n \"employee_id\": \"string\",\n \"item_sales\": [\n {\n \"item_type\": 0,\n \"revenue\": 0,\n \"numbers\": 0,\n \"target_revenue\": 0,\n \"target_number\": 0\n }\n ],\n \"guest_sales\": {\n \"number_of_guests\": 0,\n \"number_of_new_guests\": 0,\n \"number_of_guest_requests\": 0,\n \"number_of_guest_rebooked\": 0,\n \"number_of_guest_products\": 0\n }\n }\n ],\n \"error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"Get Sales report of employees","tags":["Employees"]},"x-restlet":{"section":"Employees"}},"/v1/employees/{employee_id}/payroll":{"get":{"parameters":[{"description":"Start Date to get the payroll report for","in":"query","name":"start_date","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"End Date to get the payroll report for","in":"query","name":"end_date","required":false,"schema":{"type":"string","format":"date-time"}}],"responses":{"200":{"description":"Status 200"}},"summary":"Get the payroll report of the employee","tags":["Employees"]},"parameters":[{"in":"path","name":"employee_id","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Employees"}},"/v1/giftcards/{giftcard_id}":{"get":{"description":"Get details of a giftcard. API accepts a giftcard_id to return the response. Giftcard_id refers to the unique identifier stored in Zenoti and is not the same as the giftcard number. \n\n`Security: A user who has read access to giftcards object can call this API to get giftcard details. User role must also have API Access permission.`\n\nNote: It is not secure to create a GET API that fetches giftcard details by passing giftcard number as either a path parameter or a query parameter, because this information may reside in browser history, and can be misused. If we need an API that returns giftcard details by passing a giftcard number, we will need to create a POST api that accepts giftcard number in the request body. ","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"properties":{"error":{"$ref":"#/components/schemas/error"},"giftcard":{"$ref":"#/components/schemas/giftcard"}},"required":["giftcard"],"type":"object"}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"security":[{"API_Key":[]},{"Authorization":[]}],"summary":"Get details of giftcard","tags":["Giftcards"]},"parameters":[{"in":"path","name":"giftcard_id","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Giftcards"}},"/v1/guests":{"get":{"description":"This API returns a list of Guest objects that match one or more of the parameters listed below. For instance, if there is a need to check if a Guest already exists in the system based on an email, this API can help. \n\n```\na. UserCode\nb. MobileNumber\nc. Email\nd. FirstName\ne. LastName\n```\n\t\t\t\t\t\t\t\t\t\t\nIn the response JSON, only the following fields have desired values, others are reserved for future use. \n \n```\na. Guest id - This is a GUID that refers to the guest. \nb. First name\nc. Last name\nd. Mobile phone model - DisplayNumber contains the full mobile number to use, other fields are reserved for future use.\ne. Gender\nf. Email\n```\n\t\t\t\t\t\t\t\t\t\t\nReturn values: \n```\na. If request.count value is not provided, the API returns a maximum of 100 records. \nb. If the search string doesn't match any guest, it will return 200 OK, with no guests in the response JSON\nc. The results will be sorted on the basis of first name only\n```\n\nSecurity:\n`API requires a security token of an admin user with read permission on Guests.`","operationId":"GuestsApi_SearchGuests","parameters":[{"description":"CenterId in GUID format","in":"query","name":"request.centerId","required":false,"example":"{{centerid}}","schema":{"type":"string"}},{"description":"Search string across five different fields","in":"query","name":"request.searchValue","required":false,"example":"Dan","schema":{"type":"string"}},{"description":"Controls total number of records in results","in":"query","name":"request.count","required":false,"example":10,"schema":{"type":"integer","format":"int32"}},{"description":"Specific page count to be returned","in":"query","name":"request.page","required":false,"example":1,"schema":{"type":"integer","format":"int32"}},{"description":"Not used","in":"query","name":"request.size","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"Fields on which results are sorted","in":"query","name":"request.sorters","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"description":"Not used","in":"query","name":"request.filters","required":false,"schema":{"type":"array","items":{"type":"string"}}},{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchGuestsResponse"},"examples":{"response":{"value":"{\n \"Guests\": [\n {\n \"Id\": \"bbefc2cb-2b26-4c3b-8c34-d6b57bcf0a9c\",\n \"Code\": null,\n \"FirstName\": \"Dan\",\n \"MiddleName\": \"John\",\n \"LastName\": \"James\",\n \"Email\": \"Danjohn@zenotik.com\",\n \"MobileNumber\": \"9000898428\",\n \"MobilePhoneModel\": {\n \"CountryId\": -1,\n \"Number\": \"9000898428\",\n \"DisplayNumber\": \"9000898428\"\n },\n \"HomePhone\": null,\n \"HomePhoneModel\": null,\n \"Gender\": 1,\n \"DateOfBirth\": null,\n \"AnniversaryDate\": null,\n \"Address1\": null,\n \"Address2\": null,\n \"City\": null,\n \"PostalCode\": null,\n \"State\": null,\n \"Country\": null,\n \"Nationality\": null,\n \"ReferralSource\": null,\n \"ReferredGuestId\": null,\n \"ReceiveTransactionalEmail\": false,\n \"ReceiveTransactionalSms\": false,\n \"ReceiveMarketingEmail\": false,\n \"ReceiveMarketingSms\": false,\n \"CreationDate\": null,\n \"LastUpdated\": null,\n \"MergeIntoCode\": null,\n \"MergeIntoGuestId\": null,\n \"CenterId\": \"adb0c9cd-5357-440d-8ee4-4557c6241271\",\n \"CenterCode\": null,\n \"CenterName\": \"\",\n \"GuestIndicator\": null,\n \"IsMember\": 0,\n \"DOB_IncompleteYear\": null\n }\n ],\n \"Error\": null,\n \"Total\": 1\n}"}}},"text/json":{"schema":{"$ref":"#/components/schemas/SearchGuestsResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/SearchGuestsResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/SearchGuestsResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/SearchGuestsResponse"}}}}},"summary":"Get a list of Guests","tags":["Guests"]},"post":{"description":"First name and Last name are always mandatory. Depending on the settings on your system, more fields will be mandatory - check the Add Guest page on your site (Loyalty→Manage Guests). One or more of the following may be set as mandatory: \n```\na. Mobile number\nb. Email\nc. Birthday\nd. Address1\ne. City\nf. State\ng. Country\nh. Nationality\ni. Referral Source\nj. Gender\n``` \n Please note that the API user has to send one of the following values for Gender: \n\n -1 - NotSpecified \n\n 0 - Female \n\n 1 - Male \n\n Validate = true should be passed at all time so that input can be validated.\n\nSecurity:\n`API requires a security token of an admin user with write permission on Guest.`","operationId":"GuestsApi_AddGuest","parameters":[{"description":"Issues API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security Token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddGuestRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/AddGuestRequest"}},"application/xml":{"schema":{"$ref":"#/components/schemas/AddGuestRequest"}},"text/xml":{"schema":{"$ref":"#/components/schemas/AddGuestRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/AddGuestRequest"}},"text/html":{"schema":{"$ref":"#/components/schemas/AddGuestRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddGuestResponse"}},"text/json":{"schema":{"$ref":"#/components/schemas/AddGuestResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/AddGuestResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/AddGuestResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/AddGuestResponse"}}}}},"summary":"Creates a new Guest","tags":["Guests"]},"x-restlet":{"section":"Guests"}},"/v1/guests/{guest_id}":{"get":{"description":"API can be used to obtain details of a particular Guest user by passing a GuestId. \n\nSecurity:\n`API requires security token of an admin with read permission on Guest, or that of a user who has permission to read information for a particular Guest.`","operationId":"GuestsApi_GetGuest","parameters":[{"description":"User Type","in":"query","name":"request.type","required":false,"schema":{"type":"integer","format":"int32","enum":[0,1]}},{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetGuestResponse"}},"text/json":{"schema":{"$ref":"#/components/schemas/GetGuestResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/GetGuestResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/GetGuestResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/GetGuestResponse"}}}}},"summary":"Get details of a Guest","tags":["Guests"]},"parameters":[{"in":"path","name":"guest_id","required":true,"schema":{"type":"string"}}],"put":{"description":"API is used to perform update on the details of a guest. One or more values from below list can be updated. \n\n| Parameter | Data Type | Description |\n| -------- | -------- | -------- |\n| firstname | string | First name of the guest |\n| middlename | string | Middle name of the guest |\n| lastname | string | Last name of the guest |\n| email* | string | Email address of the guest |\n| password | string | New password |\n| mobilephonemodel | object | Refer to phone object definition. |\n| homephonemodel | object | Refer to phone object definition. |\n| gender | string | male, female, other |\n| dateofbirth | datetime | yyyy-mm-ddThh:mm:ss.SSSZ |\n| anniversarydate | datetime | yyyy-mm-ddThh:mm:ss.SSSZ |\n| address1 | string | Address field |\n| address2 | string | Address field |\n| city | string | City of the guest |\n| postalcode | string | Zip code |\n| state | object | Refer to state object definition in request body |\n| country | object | Refer to country object definition in request body |\n| nationality | object | Refer to nationality object definition in request body |\n| referralsource | object | Refer to referralsource object definition in request body |\n| referredguest_id | string | |\n| receivetransactionalemail | boolean | |\n| receivetransactionalsms | boolean | |\n| receivemarketingemail | boolean | |\n| receivemarketingsms | boolean | |\n| creationdate | datetime | |\n| updatedate | datetime | |\n| center_id | string | |\n| is_member | boolean | Indicates if guest is a valid member. |\n| dob_incompleteyear | string | Date of birth without year information. |\n\nSecurity: `Requires an authorization for read and write permission on the guest object. * Edit Email and Edit Mobile permission should be enabled for the user.`\n\n\nAPI Specific Errors:\n\n| Error Code | Error Message | Note |\n| -------- | -------- | -------- |\n| 503 | MissingInput | One or more required input is missing |\n| 414 | GuestNotFound | Guest is not found |\n| 441 | UserCodeAlreadyExists | Code already exists |\n| 442 | UserEmailAlreadyExists | Email address already exists |\n| 481 | GuestMandatoryFieldsMissing | Mandatory fields are missing |\n| 482 | MobileNumberNotInLengthRange | Mobile Number is outside the length range |\n| 484 | CountryIsNotValid | Invalid code provided for the country |\n| 484 | NationalityIsNotValid | Invalid code provided for the nationality |\n| 484 | StateIsNotValid | Invalid code provided for the state |\n\nSample code:\n\n```\n{\n \"guest\": {\n \"firstname\": \"TestGuest2SK\",\n \"middlename\": \"Changed\",\n \"lastname\": \"TestGuest1SK\",\n \"email\": \"TestGuest1SrK@zenoti.com\",\n \"mobilephonemodel\": {\n \"countryid\": 91,\n \"number\": \"9000498410\"\n },\n \"password\":\"changed1\",\n \"ReferralSource\":{\n \"Id\":\"3db2bb19-7430-4608-b34e-be44e64ac692\"\n }\n }\n}\n```","parameters":[{"in":"header","name":"apikey","required":false,"schema":{"type":"string"}},{"in":"header","name":"authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"properties":{"guest":{"$ref":"#/components/schemas/guest"}},"type":"object"}}},"required":true},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"Response body. ","properties":{"guest":{"$ref":"#/components/schemas/guest"}},"type":"object"}}}},"400":{"description":"Return this HTTP code along with detailed error message when API failed due to a business logic error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}},"401":{"description":"User does not have authorization.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}},"403":{"description":"Status 403","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Update a Guest","tags":["Guests"]},"x-restlet":{"section":"Guests"}},"/v1/guests/{guest_id}/loyaltypoints":{"get":{"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/guest_loyaltypoints"},"type":"array"},"examples":{"response":{"value":"{\n \"LoyaltyPrograms\": [\n {\n \"Id\": \"6fce708d-e0be-4c02-892a-2df0acdb7c38\",\n \"Name\": \"Rainy program\",\n \"TotalPointsEarned\": 765,\n \"TotalPointsRedeemed\": 0,\n \"TotalPointsAvailable\": 765\n }\n ],\n \"Error\": null\n}"}}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Get Guest Loyalty Points","tags":["Guests"]},"parameters":[{"in":"path","name":"guest_id","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests"}},"/v1/guests/{guest_id}/notes":{"get":{"description":"Returns notes associated with a guest\n\nNoteType - enum\n\n\n| enum | value |\n| -------- | -------- | \n| Generic | 2 | \n|Checkin | 3 |\n| Booking | 4 | \n| Payment |8 | \n| Profile | 10 | \n\nSecurity: `Requires read permission on guest and notes. Guest can view only her information.`","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/guest_notes"},"type":"array"}}}}},"summary":"Get Guest Notes","tags":["Guests"]},"parameters":[{"in":"path","name":"guest_id","required":true,"schema":{"type":"string"}}],"post":{"description":"Create a note associated with the guest. \n\nNoteType - enum\n\n\n| enum | value |\n| -------- | -------- | \n| Generic | 2 | \n|Checkin | 3 |\n| Booking | 4 | \n| Payment |8 | \n| Profile | 10 | \n\n\n\nSecurity:`Write permission on notes object.`","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/guest_notes"}}},"required":true,"x-examples":{"application/json":"{\n \"Id\": \"ee5f70bd-95a0-4223-b67f-e8c308734f3c\",\n \"NoteType\": 3,\n \"Text\": \"Test note added through post api\",\n \"CreateDate\": \"2017-06-20T14:07:00.7071382Z\",\n \"IsPrivate\": false\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"properties":{"IsNoteAdded":{"type":"string"},"Note":{"$ref":"#/components/schemas/guest_notes"}},"type":"object"}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Create Guest Notes","tags":["Guests"]},"x-restlet":{"section":"Guests"}},"/v1/guests/{guest_id}/notes/{note_id}":{"delete":{"description":"Delete a note associated with the guest. \n\nSecurity:`Write permission on notes object.`","responses":{"200":{"description":"Status 200"}},"summary":"Delete Guest Notes","tags":["Guests"]},"parameters":[{"in":"path","name":"guest_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"note_id","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests"}},"/v1/guests/{guest_id}/packages":{"get":{"description":"Returns packages bought by a guest. \n\nSecurity: `Required read permission on the guest and packages object. Guest user can only view her information.`\n\n","parameters":[{"description":"Unique Identifier","in":"query","name":"CenterId","required":true,"schema":{"type":"string"}},{"description":"Unique Identifier","in":"query","name":"InvoiceId","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/guest_packages"},"type":"array"},"examples":{"response":{"value":"{\n \"Error\": null,\n \"UserPackages\": [\n {\n \"package_id\": \"d8aa0356-0d66-42c9-8fd4-dcab54ac6428\",\n \"package_name\": \"Hair Series Package\",\n \"services\": [\n {\n \"service_name\": \"Hair Cut with Wash \",\n \"quantity\": 10,\n \"used\": 0,\n \"balance\": 10,\n \"balance_amount\": 99.951\n },\n {\n \"service_name\": \"Hair Trim Ladies\",\n \"quantity\": 10,\n \"used\": 0,\n \"balance\": 10,\n \"balance_amount\": 0\n }\n ]\n },\n {\n \"package_id\": \"991929ae-109a-4209-8194-a8e4d4cc11ad\",\n \"package_name\": \"Mani & Hair Package\",\n \"services\": [\n {\n \"service_name\": \"Body Services\",\n \"quantity\": 2,\n \"used\": 0,\n \"balance\": 2,\n \"balance_amount\": 421.693\n },\n {\n \"service_name\": \"Massages\",\n \"quantity\": 4,\n \"used\": 0,\n \"balance\": 4,\n \"balance_amount\": 527.821\n }\n ]\n },\n {\n \"package_id\": \"263fe74f-6119-43ff-b7b1-38b6e6b8b0f2\",\n \"package_name\": \"Test series new sri\",\n \"services\": [\n {\n \"service_name\": \"Ayurvedic Massage\",\n \"quantity\": 3,\n \"used\": 0,\n \"balance\": 3,\n \"balance_amount\": 214.29\n },\n {\n \"service_name\": \"Thai Massage\",\n \"quantity\": 2,\n \"used\": 0,\n \"balance\": 2,\n \"balance_amount\": 1785.72\n }\n ]\n },\n {\n \"package_id\": \"4abafeb5-ab1c-45cf-a95c-7f3a99347a38\",\n \"package_name\": \"Test series new sri\",\n \"services\": []\n }\n ]\n}"}}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Get Guest Package Details","tags":["Guests"]},"parameters":[{"in":"path","name":"guest_id","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests"}},"/v1/otp":{"post":{"description":"API is used to create an OTP associated with a provided email address or phone number. Below are the samples. The user has to pass either email or phone number (but not both) in the request body. \n\nCase 1: Generate OTP and send to email\n```\n{\n \"CenterId\": \"3ECC3E05-8AAF-4792-BA0A-EC3D822FA6C5\",\n \"Email\": \"danjohn@zenoti.com\"\n}\n```\n\nCase 2: Genetate OTP and send to phone number. \n```\n{\n \"CenterId\": \"3ECC3E05-8AAF-4792-BA0A-EC3D822FA6C5\",\n \"Phone\": {\n \"CountryId\": 91,\n \"Number\": \"3434443339\",\n \"DisplayNumber\": \"3434443339\"\n }\n}\n```\n\n\n\n\n\n","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"CenterId\": \"3ECC3E05-8AAF-4792-BA0A-EC3D822FA6C5\",\n \"Email\": \"sample@sample.com\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"VerificationId\": \"4d0cf94f-be9a-43b1-9b7b-8aab57fbc7e2\",\n \"Error\": null\n}"}}}}}},"summary":"Create an OTP","tags":["Authentication"]},"put":{"description":"API can be used to check if the provided OTP matches with the issued OTP to a given email address or phone number. \n\nPUT method has been used for security reasons. Following request has to be sent in the body. \n\n```\n{\n \"VerificationId\": \"4d0cf94f-be9a-43b1-9b7b-8aab57fbc7e2\",\n \"OTP\": \"234954\",\n \"CenterId\": \"3ECC3E05-8AAF-4792-BA0A-EC3D822FA6C5\"\n}\n```","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"VerificationId\": \"4d0cf94f-be9a-43b1-9b7b-8aab57fbc7e2\",\n \"OTP\": \"234954\",\n \"CenterId\": \"3ECC3E05-8AAF-4792-BA0A-EC3D822FA6C5\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"Verified\": true,\n \"Error\": null\n}"}}}}}},"summary":"Verify an OTP","tags":["Authentication"]},"x-restlet":{"section":"Authentication"}},"/v1/services":{"get":{"description":"API returns a list of services. Following filter options are supported. \n\n```\na. centerId - To return services in a particular center. \nb. categoryId - To return services in a specified category only. \nc. isCatalogEnabled - To return services that can be displayed in a webstore. \nd. tag - To return services which are tagged by\n```\n\nSecurity:\n`Required read permisson on Services`","operationId":"ServicesApi_GetServices","parameters":[{"description":"Id of the center","in":"query","name":"request.centerId","required":false,"example":"{{CenterId}}","schema":{"type":"string"}},{"description":"Id of a category","in":"query","name":"request.categoryId","required":false,"example":"{{CategoryId}}","schema":{"type":"string"}},{"description":"Page number to be returned.","in":"query","name":"request.pageNum","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"Size of the page.","in":"query","name":"request.pageSize","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"True shows only catalog enabled values","in":"query","name":"CatalogEnabled","required":false,"example":true,"schema":{"type":"boolean"}},{"description":"Tag name","in":"query","name":"Tag","required":false,"schema":{"type":"string"}},{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetServicesResponse"},"examples":{"response":{"value":"{\n \"ServicesCount\": 86,\n \"Services\": [\n {\n \"Id\": \"32706c1d-e555-4004-8802-422d452a2aa0\",\n \"Name\": \"Adult Cut - Men's Hair Cut\",\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 50,\n \"Tax\": 0,\n \"Final\": 50,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 55,\n \"CategoryId\": \"4c74bdbc-3892-4fdf-a0f7-c5cdd1e400bf\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n {\n \"Id\": \"d1bdd255-55a5-45a9-96a7-e107b668dc34\",\n \"Name\": \"Beard Color\",\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 12,\n \"Tax\": 1.08,\n \"Final\": 13.08,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 45,\n \"CategoryId\": \"4c74bdbc-3892-4fdf-a0f7-c5cdd1e400bf\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n },\n {\n \"Id\": \"a7c2a7ea-03f8-4cf8-8775-f68a5061e715\",\n \"Name\": \"Blow Dry\",\n \"Price\": {\n \"CurrencyId\": 8,\n \"Sales\": 24,\n \"Tax\": 2.16,\n \"Final\": 26.16,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": null,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 30,\n \"CategoryId\": \"4c74bdbc-3892-4fdf-a0f7-c5cdd1e400bf\",\n \"IsAddOn\": false,\n \"HasAddOns\": null,\n \"CategoryName\": null,\n \"AddOns\": null\n }\n ],\n \"Error\": null\n}"}}},"text/json":{"schema":{"$ref":"#/components/schemas/GetServicesResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/GetServicesResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/GetServicesResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/GetServicesResponse"}}}}},"summary":"Get a list of Services","tags":["Services"]},"x-restlet":{"section":"Services"}},"/v1/services/categories":{"get":{"description":"API returns a list of main categories for the services. The API exposes following two filters. \n\n```\na. centerId - To view the categories only for a particular center. \nb. parentCategoryId - To view child categories of a particular main category.\n```\n\n\n\nSecurity:\n`Requires read permisson on Services.`","operationId":"ServicesApi_GetServiceCategories","parameters":[{"description":"Id of a particular Center","in":"query","name":"request.centerId","required":false,"example":"{{CenterId}}","schema":{"type":"string"}},{"description":"Id of parent category","in":"query","name":"request.parentCategoryId","required":false,"schema":{"type":"string"}},{"description":"True shows only catalog enabled values","in":"query","name":"CatalogEnabled","required":false,"example":true,"schema":{"type":"boolean"}},{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetServiceCategoriesResponse"},"examples":{"response":{"value":"{\n \"Categories\": [\n {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"Name\": \"Top Sellers\",\n \"ServicesCount\": 10\n },\n {\n \"Id\": \"f43b8fd4-1fd2-473a-a790-dfab7491988c\",\n \"Name\": \"Body Treatments\",\n \"ServicesCount\": 28\n },\n {\n \"Id\": \"49dc53fb-0d1b-42fb-9616-c4f285a7fe29\",\n \"Name\": \"Consultation\",\n \"ServicesCount\": 3\n },\n {\n \"Id\": \"fc0181d4-709f-49b9-a3b8-fe43c732a6b2\",\n \"Name\": \"DNA Treatment\",\n \"ServicesCount\": 3\n },\n {\n \"Id\": \"cb6be7ed-89db-4904-b8d6-333e7d1d1833\",\n \"Name\": \"HAIR REMOVAL\",\n \"ServicesCount\": 2\n }\n ],\n \"Error\": null\n}"}}},"text/json":{"schema":{"$ref":"#/components/schemas/GetServiceCategoriesResponse"}},"application/xml":{"schema":{"$ref":"#/components/schemas/GetServiceCategoriesResponse"}},"text/xml":{"schema":{"$ref":"#/components/schemas/GetServiceCategoriesResponse"}},"text/html":{"schema":{"$ref":"#/components/schemas/GetServiceCategoriesResponse"}}}}},"summary":"Get list of Service Categories","tags":["Services"]},"x-restlet":{"section":"Services"}},"/v1/services/{ServiceId}":{"get":{"operationId":"ServicesApi_GetServiceDetail","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}},{"description":"Security token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetServiceDetailResponse"},"examples":{"response":{"value":"{\n \"ServiceDetail\": {\n \"Id\": \"8b15f00d-0594-4975-8d27-c88a3c64bfab\",\n \"Name\": \"Blow Dry Medium\",\n \"Code\": \"S00027\",\n \"Duration\": 30,\n \"RecoveryTime\": 0,\n \"CategoryId\": \"4c74bdbc-3892-4fdf-a0f7-c5cdd1e400bf\",\n \"SubCategoryId\": \"e1fb655d-ff1a-4172-8395-994d61f756b6\"\n },\n \"Error\": null\n}"}}}}}},"summary":"Get details of a Service","tags":["Services"]},"parameters":[{"in":"path","name":"ServiceId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Services"}},"/v1/tokens":{"post":{"description":"This API is used to create a token for a valid user. The token can subsequenty be used as a Authorization token for other API calls. \nThe request body should be a string in the below format. (grant_type should be passed as \"password\"). \n\n```\nusername={{username}}&password={{password}}&clientid={{clientid}}&grant_type={{grant_type}}\n```\n\nNote: OAuth2 token is not required to be passed in the header. Only API key is required. ","parameters":[{"description":"Issued API key","in":"header","name":"ApiKey","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"text/plain":{"schema":{"type":"string"}}},"required":true,"x-examples":{"text/plain":"username={{username}}&password={{password}}&clientid={{clientid}}&grant_type={{grant_type}}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"access_token\": \"AN:demo|5KOIIQ0c5GOzpUGz2qwl_53RiiCkMCAaKOy3giSb0WJURfIPzCcr3Zo4QuslRVxl61JDOFVciso4BeJW1IsWakWrLh5SHz4RRuiT6cQEaT4xHPGRYyC4Ky6GmTrwJx1TWGWNlXd31oYEfEKwwVDKbtz3YfnMs9cup7-5QwQQ-loD0d_biay43ttyUafdXgOB8_G2v4jTOX7pcmD95zvLI2DHdrg_d5cdq6yXxNl4VPyLWliryC4kRI1I14lG5_771cHiV9VjidYtGTD_iZJaIzJdeJgCYU0YGsNvtgyiVyIlQQAEVI-W1DeEIFaihQTi6Bd6LqZvqZgnoxKh5fqFKpt9mvBLGaqxzNmnnHM5qnP2hic7JJCZq-o996jaiNz9avtv--yMsY01aj-zduKpmwBcRJlByhI2f-6sOms7BzMcuZEIB678WZE02vaTmMxnojmqv529-YF_hoJ3Z0fUIwCPevh627oJ8pBfKHY8EuFIAuCq2gLtMj5YkxxUynQgAj9DOjMLqP5zj6Mr7hJORvLBocNUPQFJ6Cwog1vemhcTie5cfayH4Mc_tpsFKxi5QgIbcPsPZcl-1z_Og4hxUH2r9VxQ58y_W9WGHXwJpBR0fglBjmqTR26KaBdkjlKBqfAucVZAW6S-EF76HIld58ilAsQ9fOdd1jLXlVV_P54DvihQ6s587GNAK-G-50m-0nDKjaxVJnmOWpxVPp6E1A\",\n \"token_type\": \"Authorization\",\n \"expires_in\": 35999,\n \"refresh_token\": \"AN:demo|qouzk2lcuo90pt8DG7YxpYolRksCExXL2p9moQDAQsuuG8RoelKB3zNcFTmYJk6eqvPqoNGU_dUI6iLTldZ-2_FBDM4pah1JtP5Fl5va99S5xNbAGwjX6pOrN1Ji8aq1QvM4P0ZLxp9YTWXLnSJxHm95Uh6BiR7PXFBaQqYL1Xg_KvfN23NjNVI-GnUir2nSdGFxUe9gKGBvNTQ7svJd6ZlloNPnGSOGC_-9baBbWppMz2SSrTi8ZnxBeLhhBxKvO3UiaibcwRM-uhUqmfKnUw91svucoTS15FZovcWjn3K2XkgA-Ar5x-3vw5DVcmz4zLGPfXLUWTImEEzUFj_1MYfqdpciB1m_R0tMv35aPAIHAnjhkf7Dnej2Q-AMqTzEh8Spx63-62CJ1TlNqmO4iE3s_47bFNxYn7OQcxb4jJzlVc3J_nutUBaSRrim78D7G9SeSCwCXSN6nMmPkJTnIfW4crjSE2P1ce34j-mbS7qQFomOCvjVEkVAclUgdOLgczHPt9fWGVqozIxQloYBYyicE0PGEKAfdI6jaZxjLYIsiU3Ex9eM5IL3kWyDx6HVYdTBon4dbThPMZWsgW-fVrZ_tMVXcev45M5WaC4LYdXKWi_Ne_g4GmbcSU7x5XOUkMWohQ1nojVe0pTaWowjdJMJOfkFoqik7TS9imNVEMTAbFQTdW2WeKo8nRu4CHs8s135aQ3H4oriRQjaaVRxTw\",\n \"UserName\": \"skoah\",\n \"IsAuthenticated\": \"true\",\n \"AccountName\": \"hotfix\",\n \"OrganizationId\": \"c3df0f67-50d0-44e1-84d1-e5ee08af5625\",\n \"CenterId\": \"cab7edd3-d8e8-4c27-a36b-8aa16b8dbb4f\",\n \"UserId\": \"43f80fc1-a7df-4618-8a5e-6e6a07358492\",\n \"TimeZoneId\": \"15\",\n \"CultureId\": \"46\",\n \"CurrencyId\": \"25\",\n \"CenterName\": \"South Granville's\",\n \"RoleName\": \"Owner\",\n \"AppId\": \"Unknown\",\n \".refresh\": \"True\",\n \".issued\": \"Sat, 06 May 2017 11:20:41 GMT\",\n \".expires\": \"Sat, 06 May 2017 21:20:41 GMT\"\n}"}}}}}},"summary":"Create a Token","tags":["Authentication"]},"x-restlet":{"section":"Authentication"}},"/v2.0/appointments/availabletimes":{"post":{"description":"\n\n\n\n\n\n\n\n\n\n","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true,"x-examples":{"application/json":"{\n \"AppointmentGroupId\": \"string\",\n \"CenterId\": \"string\",\n \"ReservationId\": \"string\",\n \"CenterDate\": \"2017-09-04T04:51:31.640Z\",\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:31.640Z\",\n \"EndTime\": \"2017-09-04T04:51:31.640Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:31.640Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:31.640Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:31.640Z\",\n \"CompletedTime\": \"2017-09-04T04:51:31.641Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"AppointmentInterval\": 0\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"ReservationId\": \"string\",\n \"SlotBookings\": [\n {\n \"GuestId\": \"string\",\n \"AppointmentGroupId\": \"string\",\n \"Services\": [\n {\n \"AppointmentId\": \"string\",\n \"InvoiceItemId\": \"string\",\n \"CartItemId\": \"string\",\n \"AppointmentSegmentId\": \"string\",\n \"PackageId\": \"string\",\n \"Package\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Description\": \"string\",\n \"Code\": \"string\",\n \"Type\": 1,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Services\": [\n {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n ],\n \"Items\": [\n {\n \"Type\": 1,\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Quantity\": 0,\n \"Order\": 0,\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n }\n }\n ]\n },\n \"Service\": {\n \"Id\": \"string\",\n \"Name\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"Duration\": 0,\n \"CategoryId\": \"string\",\n \"IsAddOn\": true,\n \"HasAddOns\": true,\n \"AddOnToServiceId\": \"string\",\n \"CategoryName\": \"string\",\n \"AddOns\": [\n {}\n ],\n \"IsVariant\": true,\n \"HasVariant\": true,\n \"ParentServiceId\": \"string\",\n \"CartItemId\": \"string\"\n },\n \"RequestedTherapistGender\": 0,\n \"StartTime\": \"2017-09-04T04:51:32.100Z\",\n \"EndTime\": \"2017-09-04T04:51:32.100Z\",\n \"StartTimeInCenter\": \"2017-09-04T04:51:32.100Z\",\n \"EndTimeInCenter\": \"2017-09-04T04:51:32.100Z\",\n \"Room\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Lock\": true,\n \"Equipment\": {\n \"Id\": \"string\",\n \"Name\": \"string\"\n },\n \"Status\": 0,\n \"RequestedTherapist\": {\n \"Id\": \"string\",\n \"ShortName\": \"string\",\n \"NickName\": \"string\",\n \"FullName\": \"string\",\n \"Email\": \"string\",\n \"PhoneNumber\": \"string\",\n \"MobilePhoneModel\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0,\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"IsAvailable\": true,\n \"VanityImageUrl\": \"string\",\n \"ScalingFactor\": 0,\n \"ScaledPrice\": 0,\n \"ServiceTime\": 0,\n \"DisplayName\": \"string\"\n },\n \"Quantity\": 0,\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"SCD\": \"string\",\n \"ActualStartTime\": \"2017-09-04T04:51:32.100Z\",\n \"CompletedTime\": \"2017-09-04T04:51:32.100Z\",\n \"Progress\": 0,\n \"ParentAppointmentId\": \"string\",\n \"ServiceCustomData\": {\n \"Permission\": {\n \"CanView\": true,\n \"CanEdit\": true\n }\n },\n \"ItemActions\": \"string\",\n \"EquivalenceFactor\": 0,\n \"EquivalentName\": \"string\",\n \"IsMembershipApplied\": true,\n \"IsAddOn\": true,\n \"AddonAppointmentId\": \"string\",\n \"IsPackageApplied\": true,\n \"IsDiscountApplied\": true,\n \"CanModifyTherapist\": true\n }\n ],\n \"TherapistId\": \"string\",\n \"RoomId\": \"string\",\n \"Quantity\": 0,\n \"BookingNotes\": \"string\",\n \"Price\": {\n \"CurrencyId\": 0,\n \"Sales\": 0,\n \"Tax\": 0,\n \"Final\": 0,\n \"Final1\": 0,\n \"Discount\": 0,\n \"Tip\": 0,\n \"SSG\": 0,\n \"RoundingCorrection\": 0\n },\n \"VirtualGuest\": {\n \"FirstName\": \"string\",\n \"LastName\": \"string\",\n \"Email\": \"string\",\n \"Mobile\": {\n \"CountryId\": 0,\n \"Number\": \"string\",\n \"DisplayNumber\": \"string\"\n },\n \"Gender\": 0\n },\n \"CartItemIds\": [\n \"string\"\n ]\n }\n ],\n \"OpenSlots\": [\n {\n \"Time\": \"2017-09-04T04:51:32.100Z\",\n \"Warnings\": [\n {\n \"Type\": 0,\n \"Message\": \"string\",\n \"GuestId\": \"string\",\n \"TherapistId\": \"string\",\n \"ServiceId\": \"string\",\n \"RoomId\": \"string\"\n }\n ],\n \"Priority\": 0\n }\n ],\n \"Error\": {\n \"StatusCode\": 0,\n \"Message\": \"string\"\n }\n}"}}}}}},"summary":"To get Available Time slots for the services and therapists","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v2/Organizations/Customfields":{"get":{"parameters":[{"description":"1-Service , 2 - Guest , 3 - Opportunity","in":"query","name":"custom_field_type","required":false,"schema":{"type":"number"}},{"description":"0 - all, 1- active, 2 - inactive","in":"query","name":"active","required":false,"schema":{"type":"number"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationCustomFieldResponse"},"examples":{"response":{"value":"{\n \"custom_field_details\": [\n {\n \"field_id\": \"0fb8a958-682e-4025-adef-0bac63359e05\",\n \"field_name\": \"28 Jan BVT Opp\",\n \"field_description\": \"2801 Jan BVT\",\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"3ab56a96-d0c0-4ab8-a7e2-576b8ff65649\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.44\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"dc32c05b-dabc-4888-9b0e-1947bdb901ee\",\n \"field_name\": \"27 Jan BVT Opp\",\n \"field_description\": \"2701 bvt\",\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\n \"field_code\": null,\n \"list_id\": \"1d1b461f-d78f-423d-aae4-347ed262b7da\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.453\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"be29f791-d600-47af-a806-19b08f292872\",\n \"field_name\": \"18 Jun BVT Opp List\",\n \"field_description\": \"18 June BVt\",\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"42cd759f-bb98-4f6e-83b6-baf9664a183e\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": \" to \",\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.463\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"f4e6b8b4-d2a8-48a5-863c-620bb9d48a67\",\n \"field_name\": \"rthryjryjyjyhrtrhtr\",\n \"field_description\": \"8B4-D2A8-48A5-86\",\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\n \"field_code\": null,\n \"list_id\": \"22568bde-caa5-421e-a207-c9500dc4fd65\",\n \"field_order\": 1,\n \"custom_field_type\": 3,\n \"active\": false,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.663\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"6e77750c-e6ed-4c72-bb7f-6bbdd0fbe9a5\",\n \"field_name\": \"23 Jan BVT Opp\",\n \"field_description\": \"2301 bvt\",\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\n \"field_code\": null,\n \"list_id\": \"9f79ecec-812a-408b-a461-452ce9eb5a29\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.503\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"939b0e58-c3da-4ba0-b8e0-77efbec5d39e\",\n \"field_name\": \"028 May BVT Opp\",\n \"field_description\": \"028 May BVT\",\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"7e0acc40-874b-4262-8c37-ef5cc018fcd4\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": \" to \",\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.513\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"57c31212-df08-42bf-810b-78454217ab1f\",\n \"field_name\": \"57C31\",\n \"field_description\": \"212-DF08-42BF-81\",\n \"field_type\": \"2bcc4303-b54c-4c14-a454-6be3ff2ba617\",\n \"field_code\": null,\n \"list_id\": \"cbfd3be7-e89c-4238-bb7a-13816d6deb0b\",\n \"field_order\": 1,\n \"custom_field_type\": 3,\n \"active\": false,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.64\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"2f0a5b8e-f4c5-470e-8069-80f64db8646a\",\n \"field_name\": \"29 Jul BVT Opp\",\n \"field_description\": \"29 Jul BVT\",\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"0eecef2a-992a-4dcd-9501-dc3a1cf3a723\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": \" to \",\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.577\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"fe8acb22-bf7e-491e-bb63-8a4885ecaf51\",\n \"field_name\": \"FE8AC\",\n \"field_description\": \"B22-BF7E-491E-BB\",\n \"field_type\": \"5ab7cb86-fc59-400b-9b24-23c18bf0a407\",\n \"field_code\": null,\n \"list_id\": null,\n \"field_order\": 4,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.763\",\n \"data_type\": \"bool\"\n },\n {\n \"field_id\": \"7c23695f-be28-471b-a709-8bfcb2cb212d\",\n \"field_name\": \"11 Feb BVT Opp\",\n \"field_description\": \"11Feb BVT\",\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"7d9f1d86-9a20-4091-9c4e-91ec5e7e4946\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": \" to \",\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.527\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"dd5179e8-934b-479b-9eee-8d3e03608c47\",\n \"field_name\": \"03 Jun BVT Opp\",\n \"field_description\": \"03 Jun BVT\",\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"2193c9de-8961-43a4-a935-a831251b0e70\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": \" to \",\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.533\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"0a30c2d3-1cd5-401a-a264-9cf54951e578\",\n \"field_name\": \"11 Aug BVT Opp List\",\n \"field_description\": null,\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"9204256a-26e4-482b-857f-5c84b8e7c8e4\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": \" to \",\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.547\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"ef1b0b71-565e-4f3e-aa91-b3443da7c158\",\n \"field_name\": \"EF1B0\",\n \"field_description\": \"B71-565E-4F3E-AA\",\n \"field_type\": \"2bcc4303-b54c-4c14-a454-6be3ff2ba617\",\n \"field_code\": null,\n \"list_id\": null,\n \"field_order\": 3,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.75\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"d6b78602-5722-481e-b8b7-b8d9ee6e20e9\",\n \"field_name\": \"D6B78\",\n \"field_description\": \"602-5722-481E-B8\",\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"e137b8e3-f2a3-4080-9c40-6c2fe9ea96cf\",\n \"field_order\": 5,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.793\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"0f1bb686-b7ac-48df-b0d5-bbe84fa7ef73\",\n \"field_name\": \"0F1BB\",\n \"field_description\": \"686-B7AC-48DF-B0\",\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\n \"field_code\": null,\n \"list_id\": \"a6dca4ad-99cd-4b0f-ad31-fd9ace866e38\",\n \"field_order\": 5,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.803\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"67ed381d-cd62-4d9f-9a71-cfd30d565d08\",\n \"field_name\": \"22 May BVT Opp\",\n \"field_description\": null,\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\n \"field_code\": null,\n \"list_id\": \"3555f7bb-4916-4a43-b0ac-0c06b2406acb\",\n \"field_order\": 0,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": \" to \",\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.59\",\n \"data_type\": \"string\"\n },\n {\n \"field_id\": \"a26ce470-985b-4a86-b83b-d31da31f6bd5\",\n \"field_name\": \"A26CE\",\n \"field_description\": \"470-985B-4A86-B8\",\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\n \"field_code\": null,\n \"list_id\": \"ff3e48da-3f33-45b9-8243-c2d25b321389\",\n \"field_order\": 3,\n \"custom_field_type\": 3,\n \"active\": true,\n \"field_attributes\": null,\n \"default_value\": null,\n \"allow_guest_to_view\": true,\n \"allow_guest_to_edit\": true,\n \"is_required\": false,\n \"print_on_receipt\": false,\n \"reference_entity_definition_FK\": null,\n \"entity_definition_FK\": null,\n \"reference_id\": null,\n \"group_id\": 0,\n \"updated_on\": \"2017-12-22T11:06:01.743\",\n \"data_type\": \"string\"\n }\n ]\n}"}}}}}},"summary":"Get the custom fields of an organization","tags":["Organizations"]},"x-restlet":{"section":"Organizations"}},"/v2/appointments":{"get":{"description":"Status - Enum\n\n| Enum | Value |\n| -------- | -------- | \n| NoShow | -2 | \n| Cancelled | -1 | \n| New | 0 | \n| Closed | 1 |\n| Checkin | 2 | \n| Confirm | 4 | \n| Break | 10 | \n| NotSpecified | 11 | \n| Available | 20 | ","parameters":[{"description":"DataType: UniqueIdentifier(GUID)","in":"query","name":"center_id","required":true,"schema":{"type":"string"}},{"description":"DataType: DateTime(YYYY-MM-DD)","in":"query","name":"start_date","required":true,"schema":{"type":"string"}},{"description":"DataType: DateTime(YYYY-MM-DD)","in":"query","name":"end_date","required":true,"schema":{"type":"string"}},{"description":"| Enum | Value |\n| -------- | -------- | \n| NoShow | -2 | \n| Cancelled | -1 | \n| New | 0 | \n| Closed | 1 |\n| Checkin | 2 | \n| Confirm | 4 | \n| Break | 10 | \n| NotSpecified | 11 | \n| Available | 20 |","in":"query","name":"status","required":false,"schema":{"type":"number"}},{"description":"DataType: UniqueIdentifier(GUID)","in":"query","name":"guest_id","required":false,"schema":{"type":"string"}},{"description":"DataType: UniqueIdentifier(GUID)","in":"query","name":"therapist_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"[\n {\n \"appointment_id\": \"ecec1501-353c-4360-8780-6b489d8f29c0\",\n \"appointment_segment_id\": null,\n \"appointment_group_id\": \"c18ca3d7-46f7-46b3-bcee-c4b43ec9f249\",\n \"invoice_id\": \"cfa97688-fc36-4a8f-ae78-5ee826887a70\",\n \"service\": {\n \"id\": \"21c707c2-b543-4e8e-b5c4-433ac5f9e256\",\n \"name\": \"Aroma Facial\",\n \"is_addon\": false,\n \"has_addons\": false,\n \"parent_appointment_id\": null\n },\n \"start_time\": \"2013-08-02T08:00:00\",\n \"start_time_utc\": \"2013-08-02T02:30:00\",\n \"end_time\": \"2013-08-02T09:00:00\",\n \"end_time_utc\": \"2013-08-02T03:30:00\",\n \"status\": 0,\n \"source\": 0,\n \"progress\": 0,\n \"locked\": false,\n \"invoice_locked\": false,\n \"guest\": {\n \"id\": \"8f7cf3f9-4302-4cd2-bc13-3d03bb49faee\",\n \"first_name\": \"Kalyan\",\n \"last_name\": \"Krishna\",\n \"gender\": 0,\n \"mobile\": {\n \"country_id\": 0,\n \"number\": null,\n \"display_number\": \"+91 74655\"\n },\n \"indicator\": \"0@2@0@0@0@0@0@0@0@0@0@0\"\n },\n \"therapist\": {\n \"id\": \"181d94d6-a00a-4a6c-8b00-fcbb69d8465e\",\n \"first_name\": \"メインページ\",\n \"last_name\": \"Kumar\",\n \"nick_name\": null,\n \"display_name\": null,\n \"gender\": 1,\n \"vanity_image_url\": null\n },\n \"service_custom_data_indicator\": \"1#1#0#0#0#1#0#0\",\n \"notes\": null,\n \"price\": null,\n \"actual_start_time\": null,\n \"actual_completed_time\": null,\n \"checkin_time\": null,\n \"therapist_preference_type\": 0,\n \"form_id\": null,\n \"blockout\": null,\n \"creation_date\" : \"2013-08-02T03:30:00\",\n \"creation_date_utc\" : \"2013-08-02T03:30:00\",\n \"available_therapists\": null,\n \"available_rooms\": null,\n \"available_times\": null,\n \"selected_therapist_id\": null,\n \"selected_room_id\": null,\n \"selected_time\": \"0001-01-01T00:00:00\",\n \"requested_alternative\": 0,\n \"error\": null\n },\n {\n \"appointment_id\": \"244f13de-a3e6-45a8-8857-fe3dc3256cc2\",\n \"appointment_segment_id\": null,\n \"appointment_group_id\": \"8d16327e-a00f-4432-822d-4b692c0cb8cb\",\n \"invoice_id\": \"7b2fb29b-5e21-41a2-93c5-b817ceba280c\",\n \"service\": {\n \"id\": \"087db525-ec43-4f3a-bf72-cfd54079695c\",\n \"name\": \"Hair Lamination\",\n \"is_addon\": false,\n \"has_addons\": false,\n \"parent_appointment_id\": null\n },\n \"start_time\": \"2013-08-04T13:45:00\",\n \"start_time_utc\": \"2013-08-04T08:15:00\",\n \"end_time\": \"2013-08-04T14:00:00\",\n \"end_time_utc\": \"2013-08-04T08:30:00\",\n \"status\": 0,\n \"source\": 0,\n \"progress\": 0,\n \"locked\": false,\n \"invoice_locked\": false,\n \"guest\": {\n \"id\": \"20e45166-0b4f-4787-b6e2-213ce5768134\",\n \"first_name\": \"Santosh\",\n \"last_name\": \"S\",\n \"gender\": 0,\n \"mobile\": {\n \"country_id\": 0,\n \"number\": null,\n \"display_number\": \"+91 75458454\"\n },\n \"indicator\": \"0@2@0@0@1@0@0@0@0@0@0@0\"\n },\n \"therapist\": {\n \"id\": \"10c38539-eeb8-4212-bfde-2a2767aa59b8\",\n \"first_name\": \"Mahesh\",\n \"last_name\": \"M\",\n \"nick_name\": null,\n \"display_name\": null,\n \"gender\": 1,\n \"vanity_image_url\": null\n },\n \"service_custom_data_indicator\": \"1#1#0#0#0#1#0#0\",\n \"notes\": null,\n \"price\": null,\n \"actual_start_time\": null,\n \"actual_completed_time\": null,\n \"checkin_time\": null,\n \"therapist_preference_type\": 0,\n \"form_id\": null,\n \"blockout\": null,\n \"creation_date\" : \"2013-08-02T03:30:00\",\n \"creation_date_utc\" : \"2013-08-02T03:30:00\",\n \"available_therapists\": null,\n \"available_rooms\": null,\n \"available_times\": null,\n \"selected_therapist_id\": null,\n \"selected_room_id\": null,\n \"selected_time\": \"0001-01-01T00:00:00\",\n \"requested_alternative\": 0,\n \"error\": null\n },\n {\n \"appointment_id\": \"e9078701-5197-4363-b998-007d64297736\",\n \"appointment_segment_id\": null,\n \"appointment_group_id\": \"30ec9396-3baf-4f1d-a5c7-c4c06270718b\",\n \"invoice_id\": \"4ac6bc06-6dfc-4f29-813a-27e13de6b477\",\n \"service\": {\n \"id\": \"21c707c2-b543-4e8e-b5c4-433ac5f9e256\",\n \"name\": \"Aroma Facial\",\n \"is_addon\": false,\n \"has_addons\": false,\n \"parent_appointment_id\": null\n },\n \"start_time\": \"2013-08-04T15:30:00\",\n \"start_time_utc\": \"2013-08-04T10:00:00\",\n \"end_time\": \"2013-08-04T16:30:00\",\n \"end_time_utc\": \"2013-08-04T11:00:00\",\n \"status\": 0,\n \"source\": 0,\n \"progress\": 0,\n \"locked\": false,\n \"invoice_locked\": false,\n \"guest\": {\n \"id\": \"6ac71bdb-e6ae-4188-beed-f3698d8091d7\",\n \"first_name\": \"Sachin\",\n \"last_name\": \"S\",\n \"gender\": 0,\n \"mobile\": {\n \"country_id\": 0,\n \"number\": null,\n \"display_number\": null\n },\n \"indicator\": \"0@2@0@0@0@0@0@0@0@0@0@0\"\n },\n \"therapist\": {\n \"id\": \"508d1033-eeca-4f03-886c-a461a8bffcf4\",\n \"first_name\": \"Sooraj\",\n \"last_name\": \"S\",\n \"nick_name\": null,\n \"display_name\": null,\n \"gender\": 1,\n \"vanity_image_url\": null\n },\n \"service_custom_data_indicator\": \"1#1#0#0#0#1#0#0\",\n \"notes\": null,\n \"price\": null,\n \"actual_start_time\": null,\n \"actual_completed_time\": null,\n \"checkin_time\": null,\n \"therapist_preference_type\": 0,\n \"form_id\": null,\n \"blockout\": null,\n \"creation_date\" : \"2013-08-02T03:30:00\",\n \"creation_date_utc\" : \"2013-08-02T03:30:00\",\n \"available_therapists\": null,\n \"available_rooms\": null,\n \"available_times\": null,\n \"selected_therapist_id\": null,\n \"selected_room_id\": null,\n \"selected_time\": \"0001-01-01T00:00:00\",\n \"requested_alternative\": 0,\n \"error\": null\n },\n {\n \"appointment_id\": \"a20182b3-e3ef-4c15-b34e-f834b38bba1d\",\n \"appointment_segment_id\": null,\n \"appointment_group_id\": \"f14ac9a5-5738-4086-82bf-3a4ba1861799\",\n \"invoice_id\": \"19a02dc2-a6ff-4b17-9bc2-54179aa8b23a\",\n \"service\": {\n \"id\": \"21c707c2-b543-4e8e-b5c4-433ac5f9e256\",\n \"name\": \"Aroma Facial\",\n \"is_addon\": false,\n \"has_addons\": false,\n \"parent_appointment_id\": null\n },\n \"start_time\": \"2013-08-05T08:15:00\",\n \"start_time_utc\": \"2013-08-05T02:45:00\",\n \"end_time\": \"2013-08-05T09:15:00\",\n \"end_time_utc\": \"2013-08-05T03:45:00\",\n \"status\": 0,\n \"source\": 0,\n \"progress\": 0,\n \"locked\": false,\n \"invoice_locked\": false,\n \"guest\": {\n \"id\": \"51c90b5a-6d81-4d3f-a1ea-83fc8840e6c5\",\n \"first_name\": \"Jayanth\",\n \"last_name\": \"J\",\n \"gender\": 0,\n \"mobile\": {\n \"country_id\": 0,\n \"number\": null,\n \"display_number\": \"+91 54548954\"\n },\n \"indicator\": \"0@0@0@0@1@0@0@0@0@0@0@0\"\n },\n \"therapist\": {\n \"id\": \"181d94d6-a00a-4a6c-8b00-fcbb69d8465e\",\n \"first_name\": \"メインページ\",\n \"last_name\": \"Kumar\",\n \"nick_name\": null,\n \"display_name\": null,\n \"gender\": 1,\n \"vanity_image_url\": null\n },\n \"service_custom_data_indicator\": \"1#1#0#0#0#1#0#0\",\n \"notes\": null,\n \"price\": null,\n \"actual_start_time\": null,\n \"actual_completed_time\": null,\n \"checkin_time\": null,\n \"therapist_preference_type\": 0,\n \"form_id\": null,\n \"blockout\": null,\n \"creation_date\" : \"2013-08-02T03:30:00\",\n \"creation_date_utc\" : \"2013-08-02T03:30:00\",\n \"available_therapists\": null,\n \"available_rooms\": null,\n \"available_times\": null,\n \"selected_therapist_id\": null,\n \"selected_room_id\": null,\n \"selected_time\": \"0001-01-01T00:00:00\",\n \"requested_alternative\": 0,\n \"error\": null\n },\n {\n \"appointment_id\": \"f12d9a0d-c4e5-411c-904f-90eb5f7239a0\",\n \"appointment_segment_id\": null,\n \"appointment_group_id\": \"1216c49f-bdb0-4039-beee-3ddec6592877\",\n \"invoice_id\": \"578f8691-c8ca-4903-bcff-937326fb100a\",\n \"service\": {\n \"id\": \"21c707c2-b543-4e8e-b5c4-433ac5f9e256\",\n \"name\": \"Aroma Facial\",\n \"is_addon\": false,\n \"has_addons\": false,\n \"parent_appointment_id\": null\n },\n \"start_time\": \"2013-08-05T08:30:00\",\n \"start_time_utc\": \"2013-08-05T03:00:00\",\n \"end_time\": \"2013-08-05T09:30:00\",\n \"end_time_utc\": \"2013-08-05T04:00:00\",\n \"status\": 1,\n \"source\": 0,\n \"progress\": 0,\n \"locked\": false,\n \"invoice_locked\": false,\n \"guest\": {\n \"id\": \"8bdf9219-cf4c-459c-909a-e075aebc59db\",\n \"first_name\": \"Jayesh\",\n \"last_name\": \"J\",\n \"gender\": 0,\n \"mobile\": {\n \"country_id\": 0,\n \"number\": null,\n \"display_number\": \"+91 98545455\"\n },\n \"indicator\": \"0@0@0@0@0@0@0@0@0@0@0@0\"\n },\n \"therapist\": {\n \"id\": \"609f01ac-a647-4f80-b8c0-3204ff4ac24a\",\n \"first_name\": \"Sripad\",\n \"last_name\": \"S\",\n \"nick_name\": null,\n \"display_name\": null,\n \"gender\": 1,\n \"vanity_image_url\": null\n },\n \"service_custom_data_indicator\": \"1#1#0#0#0#1#0#0\",\n \"notes\": null,\n \"price\": null,\n \"actual_start_time\": null,\n \"actual_completed_time\": null,\n \"checkin_time\": null,\n \"therapist_preference_type\": 0,\n \"form_id\": null,\n \"blockout\": null,\n \"creation_date\" : \"2013-08-02T03:30:00\",\n \"creation_date_utc\" : \"2013-08-02T03:30:00\",\n \"available_therapists\": null,\n \"available_rooms\": null,\n \"available_times\": null,\n \"selected_therapist_id\": null,\n \"selected_room_id\": null,\n \"selected_time\": \"0001-01-01T00:00:00\",\n \"requested_alternative\": 0,\n \"error\": null\n }\n]"}}}}}},"summary":"Get List of appointments in a particular center between two dates with guest ,status and therapist filters as optional filters","tags":["Appointments"]},"x-restlet":{"section":"Appointments"}},"/v2/guests/{guestId}/memberships":{"get":{"description":"Returns membership information of a guest. \n\nSecurity: `Read permission on guest and memberships. Guest can only view her information.`","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/guest_memberships"},"type":"array"},"examples":{"response":{"value":"{\n \"Error\": null,\n \"UserMemberships\": [\n {\n \"UserMembershipId\": \"c107cc6d-001c-4f15-81a6-45a23ccfa166\",\n \"Name\": \"20 Aug BVT Membership\",\n \"ServiceCreditAmount\": 2000,\n \"ServiceCreditAmountUsed\": 0,\n \"ServiceCreditAmountLeft\": 2000,\n \"MembershipId\": \"56a68c97-e98f-41cb-87bb-e5cd062cc4d7\",\n \"MembershipNumber\": \"2\",\n \"MembershipInvoiceNo\": \"BAC01112429\",\n \"MembershipType\": 0,\n \"MembershipDuration\": \"12 months\",\n \"SetupFee\": 0,\n \"RecurringFee\": 0,\n \"MembershipPrice\": 1150,\n \"ValidFrom\": \"2014-08-21T00:00:00\",\n \"NoOfCollections\": 1,\n \"AmountUsed\": null,\n \"FirstCollectionDate\": \"2014-08-21T00:00:00\",\n \"NextCollectionDate\": null,\n \"ExpiryDate\": \"2015-09-17T00:00:00\",\n \"MembershipSoldBy\": null,\n \"MembershipPaymentMethod\": null,\n \"MembershipLockInPeriod\": null,\n \"BenefitName\": null,\n \"BenefitServiceBalance\": 0,\n \"ExpirationDays\": 0\n }\n ]\n}"}}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Get Guest Membership Details","tags":["Guests"]},"parameters":[{"in":"path","name":"guestId","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Guests"}},"/v2/guests/{guest_id}/customdata":{"get":{"description":"Returns custom data of a guest. \n\nSecurity:`Write permission on the custom data.`","responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"properties":{"guestcustomdata":{"items":{"$ref":"#/components/schemas/guest_customdata"},"type":"array"},"success":{"type":"boolean"},"total":{"type":"integer"}},"type":"object"}}}},"400":{"description":"Status 400","content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}}}},"summary":"Get Guest Custom Data","tags":["Guests"]},"parameters":[{"in":"path","name":"guest_id","required":true,"schema":{"type":"string"}}],"post":{"responses":{"200":{"description":"Status 200"}},"summary":"Create Guest Custom Data","tags":["Guests"]},"x-restlet":{"section":"Guests"}},"/v2/opportunities":{"get":{"parameters":[{"description":"view_id : center_id or organization_Id for center view or organization view respectively)\nData Type :Unique Identifier(GUID)","in":"query","name":"view_id","required":true,"schema":{"type":"string"}},{"description":"range: starts from 1","in":"query","name":"page_num","required":true,"schema":{"type":"number"}},{"description":"number of records per page","in":"query","name":"records","required":true,"schema":{"type":"number"}},{"description":"searches on opportunity_title,opportunity_description,first_name , last_name and opportunity no(when the passed string is a valid number)","in":"query","name":"keywords","required":false,"schema":{"type":"string"}},{"description":"GUID of the employee who is owning the opportunity\n,Data Type :Unique Identifier(GUID)","in":"query","name":"owner","required":false,"schema":{"type":"string"}},{"in":"query","name":"type","required":false,"schema":{"type":"string"}},{"description":"GUID of the status of the Opportunity,\nData Type :Unique Identifier(GUID)","in":"query","name":"status_id","required":false,"schema":{"type":"string"}},{"description":"GUID of the priority of the Opportunity,\nData Type :Unique Identifier(GUID)","in":"query","name":"priority_id","required":false,"schema":{"type":"string"}},{"description":"GUID of the guest of the Opportunity,\nData Type :Unique Identifier(GUID)","in":"query","name":"guest_id","required":false,"schema":{"type":"string"}},{"description":"start date for filter on date range of creation_date(date on which the opportunity is created) ,\nData Type : DateTime (yyyy-mm-dd)","in":"query","name":"creation_from_date","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"end date for filter on date range of creation_date(date on which the opportunity is created) ,\nData Type : DateTime (yyyy-mm-dd)","in":"query","name":"creation_to_date","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"start date for filter on date range of followup_date (Data Type : DateTime (yyyy-mm-dd))","in":"query","name":"followup_from_date","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"end date for filter on date range of followup_date (Data Type : DateTime (yyyy-mm-dd))","in":"query","name":"followup_to_date","required":false,"schema":{"type":"string"}},{"description":"GUID of the required Opportunity Disposition based on which the opportunities are filtered, DataType: Unique Identifier(GUID)","in":"query","name":"disposition_id","required":false,"schema":{"type":"string"}},{"description":"access token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpportunitiesCustomSearchResponse"},"examples":{"response":{"value":"{\n \"opportunities\": [\n {\n \"opportunity_id\": \"9482d2d1-4407-44c5-b65b-01623c8a84b1\",\n \"opportunity_no\": 140,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-07T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"e864e51a-856f-4336-b3c3-04d97c85e29f\",\n \"opportunity_no\": 137,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": null,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"72d800bb-4544-4480-ab01-1fbbffd582ed\",\n \"opportunity_no\": 12,\n \"opportunity_title\": \"stafdfgcz5\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2013-06-26T00:00:00\",\n \"followup_date\": \"2017-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"8fdedf3e-7570-4a5b-b2f6-31d870bd4b8c\",\n \"opportunity_no\": 144,\n \"opportunity_title\": \"test156789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-08T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"bf6a1e58-44db-4b20-9d0c-5f08f5752b88\",\n \"opportunity_no\": 142,\n \"opportunity_title\": \"test156789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-08T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"3a047565-8995-4380-91d7-6139f80ec641\",\n \"opportunity_no\": 135,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": null,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"0f051985-b572-4fdf-8356-66469635d5eb\",\n \"opportunity_no\": 141,\n \"opportunity_title\": \"test156789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-08T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"209378a9-627f-463d-bb14-7c4af2a4fddf\",\n \"opportunity_no\": 139,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"2db99845-a04b-40f5-9dc1-9ecfb1e1398c\",\n \"opportunity_no\": 138,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": null,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"9225ebc1-4928-43cf-afc6-ba3543823b42\",\n \"opportunity_no\": 128,\n \"opportunity_title\": \"test12456\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2019-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n }\n ],\n \"total_records\": 10\n}"}}}}}},"summary":"Gives list of Opportunities based on the filter","tags":["Opportunities"]},"post":{"description":"Example Request:\n```\n{\n\t\"center_id\" : \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n\t\"opportunity_title\" : \"rda\",\n\t\"opportunity_description\" : \"hey its a good day\",\n\t\"opportunity_owner_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"guest_id\" : \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n\t\"created_by_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"priority_type_id\" : \"E5196EC3-4E3C-4677-8AA2-B8E306F0FA5C\",\n\t\"status_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t\"type\" : \"type\",\n\t\"followup_date\" : \"2016-12-15\",\n\t\"expected_close_date\" : \"2018-12-14\",\n\t\"listed_amount\" : 1253,\n\t\"offered_amount\" : 1000,\n\t\"optional_field_1\" : \"op1\",\n\t\"optional_field_2\" : \"op2\",\n\t\"optional_field_3\" : \"op3\",\n\t\"ticket_id\" : \"E5196EC3-1111-4677-8AA2-B8E306F0FA5C\",\n\t\"change_guest_center\" : false,\n\t\"disposition_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t \"custom_fields\": {\n\t\t\"ED727888-AE73-439E-AEF2-22E48A5AF3AF\":\"value1\",\n \"0fb8a958-682e-4025-adef-0bac63359e05\":\"value2\"\n\t},\n\t\"lead_source\" : {\n\t\"id\" : \"0fb8a958-682e-4025-adef-0bac63359e05\",\n\t\"code\" : \"GH103\"\n\t}\n}\n```","parameters":[{"description":"access token","in":"header","name":"Authorization","required":true,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateOpportunityRequest"}}},"required":true,"x-examples":{"application/json":"{\n\t\"center_id\" : \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n\t\"opportunity_title\" : \"rda\",\n\t\"opportunity_description\" : \"hey its a good day\",\n\t\"opportunity_owner_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"guest_id\" : \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n\t\"created_by_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"priority_type_id\" : \"E5196EC3-4E3C-4677-8AA2-B8E306F0FA5C\",\n\t\"status_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t\"type\" : \"type\",\n\t\"followup_date\" : \"2016-12-15\",\n\t\"expected_close_date\" : \"2018-12-14\",\n\t\"listed_amount\" : 1253,\n\t\"offered_amount\" : 1000,\n\t\"optional_field_1\" : \"op1\",\n\t\"optional_field_2\" : \"op2\",\n\t\"optional_field_3\" : \"op3\",\n\t\"ticket_id\" : \"E5196EC3-1111-4677-8AA2-B8E306F0FA5C\",\n\t\"change_guest_center\" : false,\n\t\"disposition_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t\"custom_fields\": {\n\t\t\"ED727888-AE73-439E-AEF2-22E48A5AF3AF\":\"value1\",\n \"0fb8a958-682e-4025-adef-0bac63359e05\":\"value2\"\n\t},\n\t\"lead_source\" : {\n\t\"id\" : \"dc32c05b-dabc-4888-9b0e-1947bdb901ee\",\n\t\"code\" : \"GH103\"\n\t}\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"\n\n| Field | Data Type | Description |\n| -------- | -------- | -------- |\n| success | boolean | true for succsful action |\n| opportunity_id | GUID | Unique Identifier for Opportunity |\n| message | string | information about actions |\n\n","type":"object"},"examples":{"response":{"value":"{\n \"success\": true,\n \"opportunity_id\": \"1538acf0-dd0c-48b8-b429-d0699d516d83\",\n \"message\": \"Opportunity Created Succesfully\"\n}"}}}}}},"summary":"Create an Opportunity","tags":["Opportunities"]},"x-restlet":{"section":"Opportunities"}},"/v2/opportunities/metadata/{section}":{"get":{"description":"section : {\n All or -1 ,\n Priority or 1,\n Stage or 2,\n Source or 3,\n Disposition or 4\n }\n\nEnum - active:{\n 0 - All,\n\t\t\t\t\t\t\t\t\t\t\t\t\t 1 - Active,\n\t\t\t\t\t\t\t\t\t\t\t\t\t 2 - Inactive,\n }\n\t\t\t\t\t\t\t","parameters":[{"description":"for choosing between active,inactive and all for lead_sources and stages","in":"query","name":"active","required":false,"schema":{"type":"number"}},{"description":"pass lead source code","in":"query","name":"source_code","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OpportunityMetaDataResponse"},"examples":{"response":{"value":"{\n \"priorities\": [\n {\n \"id\": \"f3283842-729e-469c-8539-818d179bb480\",\n \"name\": \"Medium\",\n \"priority\": 1\n },\n {\n \"id\": \"fc055396-ef78-4a54-9aea-9c39b25a46a7\",\n \"name\": \"Low\",\n \"priority\": 0\n },\n {\n \"id\": \"e5196ec3-4e3c-4677-8aa2-b8e306f0fa5c\",\n \"name\": \"High\",\n \"priority\": 2\n }\n ],\n \"stages\": [\n {\n \"id\": \"974f1d72-9218-4b04-95a2-4e8819a465f5\",\n \"name\": \"On Hold\",\n \"priority\": 3,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"5e61acfd-cde5-451e-b9bc-716b400453a4\",\n \"name\": \"Prospect\",\n \"priority\": 1,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"75a445fd-5967-429c-83dc-9040244cfbb5\",\n \"name\": \"Lead\",\n \"priority\": 0,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"7884b094-0ca1-41c6-a8d8-a649d802d8a9\",\n \"name\": \"Active\",\n \"priority\": 2,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"f2e77025-0fdb-424f-a492-d93f6c09c2f6\",\n \"name\": \"Won\",\n \"priority\": 5,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"0713d267-6609-4845-8e45-ed27db835fb4\",\n \"name\": \"Lost\",\n \"priority\": 5,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n }\n ],\n \"lead_sources\": [\n {\n \"id\": \"5ef2c198-a9e2-4de4-bc25-0140cc6b4282\",\n \"name\": \"source1\",\n \"code\": \"code1\",\n \"description\": null,\n \"active\": true,\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null,\n \"optional_field_4\": null\n },\n {\n \"id\": \"f72048af-7e50-4e87-af8d-580e475da1b2\",\n \"name\": \"source2\",\n \"code\": \"code2\",\n \"description\": null,\n \"active\": true,\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null,\n \"optional_field_4\": null\n },\n {\n \"id\": \"4a11b985-214e-4c6a-b88a-9810356a6ac9\",\n \"name\": \"source3\",\n \"code\": \"code3\",\n \"description\": null,\n \"active\": true,\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null,\n \"optional_field_4\": null\n },\n {\n \"id\": \"8df13a85-5a1c-4da1-a73e-a0d77d983d95\",\n \"name\": \"social network\",\n \"code\": \"code\",\n \"description\": \"ads in facebook\",\n \"active\": true,\n \"optional_field_1\": \"some1\",\n \"optional_field_2\": \"some2\",\n \"optional_field_3\": \"some3\",\n \"optional_field_4\": \"some4\"\n }\n ],\n \"dispositions\": [\n {\n \"id\": \"5e61acfd-cde5-451e-b9bc-716b400453a4\",\n \"name\": \"some\",\n \"description\": \"brief description here\",\n \"followup_days\": 0\n }\n ]\n}"}}}}}},"summary":"Gives Meta Data of the Opportunities in the Organization.","tags":["Opportunities"]},"parameters":[{"in":"path","name":"section","required":true,"schema":{"type":"string"}}],"x-restlet":{"section":"Opportunities"}},"/v2/opportunities/{OpportunityId}":{"delete":{"parameters":[{"description":"access token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"success\": true,\n \"message\": \"Opportunity Deletion Successful\"\n}"}}}}}},"summary":"Deletes an Opportunity","tags":["Opportunities"]},"get":{"parameters":[{"description":"access token","in":"header","name":"Authorization","required":true,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOpportunityDetailsResponse"},"examples":{"response":{"value":"{\n \"oppportunity\": {\n \"opportunity_id\": \"0fb4dc6e-21f7-459d-82da-d1711c855a0c\",\n \"opportunity_title\": \"Time Problem\",\n \"opportunity_description\": null,\n \"opportunity_user_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"opportunity_owner_id\": \"e5287280-b14d-4bbd-b693-3671b9dda20f\",\n \"opportunity_type\": \"Memberships\",\n \"opportunity_no\": 163,\n \"lead_source\": {\n \"code\": \"GH103\",\n \"id\": \"be29f791-d600-47af-a806-19b08f292872\",\n \"name\": \"source1\"\n },\n \"creation_date\": \"2018-01-18T12:37:41\",\n \"expected_close_date\": \"2018-01-19T00:00:00\",\n \"followup_date\": \"2018-01-19T00:00:00\",\n \"created_by\": \"MMS ADMIN\",\n \"sales_owner\": \"Accountant A\",\n \"therapist_id\": null,\n \"ticket_id\": null,\n \"custom_fields\": [\n {\n \"id\": \"0fb8a958-682e-4025-adef-0bac63359e05\",\n \"name\": \"28 Jan BVT Opp\",\n \"value\": \"null\"\n },\n {\n \"id\": \"dc32c05b-dabc-4888-9b0e-1947bdb901ee\",\n \"name\": \"27 Jan BVT Opp\",\n \"value\": \"Memberships\"\n },\n {\n \"id\": \"be29f791-d600-47af-a806-19b08f292872\",\n \"name\": \"18 Jun BVT Opp List\",\n \"value\": \"null\"\n }\n ],\n \"optional\": {\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null\n },\n \"price\": {\n \"listed_price\": 0,\n \"offered_price\": 0\n },\n \"stage\": {\n \"stage_name\": \"Lead\",\n \"stage_id\": \"75a445fd-5967-429c-83dc-9040244cfbb5\"\n },\n \"priority\": {\n \"priority_name\": \"High\",\n \"priority_id\": \"e5196ec3-4e3c-4677-8aa2-b8e306f0fa5c\"\n },\n \"guest\": {\n \"guest_id\": \"14492832-d829-400f-aea8-07d6024de2a0\",\n \"guest_name\": \"suhrudh reddy\"\n },\n \"center\": {\n \"center_id\": \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n \"center_name\": \"Trivendrum\"\n }\n }\n}"}}}}}},"summary":"Gets Details of an opportunity","tags":["Opportunities"]},"parameters":[{"description":"Data Type: Unique Identifier(GUID)","in":"path","name":"OpportunityId","required":true,"schema":{"type":"string"}}],"put":{"description":"Example Request:\n\n```\n{\n\t\"center_id\" : \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n\t\"opportunity_title\" : \"stafdfgcz5\",\n\t\"opportunity_description\" : \"hey its a good day\",\n\t\"opportunity_owner_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"guest_id\" : \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n\t\"priority_type_id\" : \"E5196EC3-4E3C-4677-8AA2-B8E306F0FA5C\",\n\t\"stage_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t\"type\" : \"package\",\n\t\"followup_date\" : \"2017-12-15\",\n\t\"expected_close_date\" : \"2018-12-14\",\n\t\"listed_amount\" : 1253,\n\t\"offered_amount\" : 1000,\n\t\"optional_field_1\" : \"op1\",\n\t\"optional_field_2\" : \"op2\",\n\t\"optional_field_3\" : \"op3\",\n\t\"change_guest_center\" : false,\n\t\"disposition_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n \"custom_fields\": {\n\t\t\"ED727888-AE73-439E-AEF2-22E48A5AF3AF\":\"value1\",\n \"0fb8a958-682e-4025-adef-0bac63359e05\":\"value2\"\n\t},\n\t\"lead_source\" : {\n\t\"id\" : \"0fb8a958-682e-4025-adef-0bac63359e05\",\n\t\"code\" : \"GH103\"\n\t}\n}\n```","parameters":[{"description":"access token","in":"header","name":"Authorization","required":true,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateOpportunityRequest"}}},"required":true,"x-examples":{"application/json":"\n{\n\t\"center_id\" : \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n\t\"opportunity_title\" : \"stafdfgcz5\",\n\t\"opportunity_description\" : \"hey its a good day\",\n\t\"opportunity_owner_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"guest_id\" : \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n\t\"priority_type_id\" : \"E5196EC3-4E3C-4677-8AA2-B8E306F0FA5C\",\n\t\"stage_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t\"type\" : \"package\",\n\t\"followup_date\" : \"2017-12-15\",\n\t\"expected_close_date\" : \"2018-12-14\",\n\t\"listed_amount\" : 1253,\n\t\"offered_amount\" : 1000,\n\t\"optional_field_1\" : \"op1\",\n\t\"optional_field_2\" : \"op2\",\n\t\"optional_field_3\" : \"op3\",\n\t\"change_guest_center\" : false,\n\t\"disposition_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n \"custom_fields\": {\n\t\t\"ED727888-AE73-439E-AEF2-22E48A5AF3AF\":\"value1\",\n \"0fb8a958-682e-4025-adef-0bac63359e05\":\"value2\"\n\t},\n\t\"lead_source\" : {\n\t\"id\" : \"0fb8a958-682e-4025-adef-0bac63359e05\",\n\t\"code\" : \"GH103\"\n\t}\n}\n"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"type":"object"},"examples":{"response":{"value":"{\n \"success\": true,\n \"message\": \"no changes in custom data of the opportunity,Updated the Opportunity Succesfully\"\n}"}}}}}},"summary":"Edits Opportunity Details","tags":["Opportunities"]},"x-restlet":{"section":"Opportunities"}},"/v2/opportunities/{OpportunityId}/notes":{"get":{"parameters":[{"description":"access token","in":"header","name":"Authorization","required":false,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOpportunityNotesHistoryResponse"},"examples":{"response":{"value":"\t\t{\n \"notes\": [\n {\n \"id\": \"0ba2bde4-6f58-463c-bded-cf93c7920d59\",\n \"value\": \"hello\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2017-12-26T02:53:48.33\"\n },\n {\n \"id\": \"6418a109-c001-407e-97f7-a91ef834ec49\",\n \"value\": \"hello2\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2017-12-26T02:54:31.987\"\n },\n {\n \"id\": \"3a765e40-9f0c-47f3-b476-1fb16fd6f1d8\",\n \"value\": \"hello3\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2017-12-26T02:56:07.14\"\n },\n {\n \"id\": \"b25ea064-8daa-4978-9b69-50302f2a99cb\",\n \"value\": \"new note\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2017-12-29T03:18:41.737\"\n },\n {\n \"id\": \"c031c8b2-cb94-453d-afb7-2fafe707a0fb\",\n \"value\": \"new note\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2017-12-29T03:31:35.44\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"value\": \"one\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2018-01-03T02:23:51.267\"\n },\n {\n \"id\": \"adbb72a8-a195-429f-8d07-e87caef23979\",\n \"value\": \"one1\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2018-01-03T02:41:14.057\"\n },\n {\n \"id\": \"15bf6b91-69b0-4891-9a09-1337cc0d5370\",\n \"value\": \"one1\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2018-01-03T03:30:51.47\"\n },\n {\n \"id\": \"3fd9b9e1-321c-4d23-bc3f-ca42eece529c\",\n \"value\": \"one2\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2018-01-03T21:32:33.503\"\n },\n {\n \"id\": \"f4c6eda6-79f5-4ee7-9390-ee8705dcb27d\",\n \"value\": \"one3\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2018-01-03T23:40:03.537\"\n },\n {\n \"id\": \"571c298e-53b7-4d24-9254-283f67c3d5b0\",\n \"value\": \"notes_new\",\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"creation_date\": \"2018-01-18T09:37:54.727\"\n }\n ]\n}"}}}}}},"summary":"Gives list of Opportunity Notes","tags":["Opportunities"]},"parameters":[{"in":"path","name":"OpportunityId","required":true,"schema":{"type":"string"}}],"post":{"description":"Example Request:\n```\n{\n\t\"notes\" : \"height 6 feet\",\n\t\"updated_by_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\"\n}\n```","parameters":[{"description":"access token","in":"header","name":"Authorization","required":true,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddOpportunityNotesRequest"}}},"required":true,"x-examples":{"application/json":"{\n\t\"notes\" : \"height 6 feet\",\n\t\"updated_by_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\"\n}"}},"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"description":"\n\n| Field | Data Type | Description |\n| -------- | -------- | -------- |\n| success | boolean | true for succsful action |\n| message | string | information about actions |\n\n","type":"object"},"examples":{"response":{"value":"{\n \"success\": true,\n \"message\": \"Notes Added Successfully\"\n}"}}}}}},"summary":"Create an Opportunity Notes","tags":["Opportunities"]},"x-restlet":{"section":"Opportunities"}},"/v2/sales/salesreport":{"get":{"parameters":[{"description":"Unique Identifier","in":"query","name":"center_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"start_date","required":true,"schema":{"type":"string","format":"date-time"}},{"in":"query","name":"end_date","required":true,"schema":{"type":"string","format":"date-time"}},{"description":"0 - open , 1 - closed , 2 - all\nDefault :- 0","in":"query","name":"status","required":false,"schema":{"type":"integer"}},{"description":"0 - Service,\n2- Product,\n3-Membership,\n4-Package,\n6-Giftcard,\n7-all\nDefault :- 0","in":"query","name":"item_type","required":false,"schema":{"type":"integer"}},{"description":"access token","in":"header","name":"Authorization","required":true,"schema":{"type":"string"}},{"description":"application/json","in":"header","name":"Content-Type","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CenterSalesReportResponse"},"examples":{"response":{"value":"{\n \"center_sales_report\": [\n {\n \"invoice_no\": \"rp103\",\n \"receipt_no\": \"rpR63\",\n \"guest\": {\n \"guest_id\": \"892c4426-2dd4-4ac5-831d-7bc6dd161119\",\n \"guest_name\": \"Harish H\",\n \"guest_code\": \"\"\n },\n \"sold_on\": \"2013-06-20T19:53:53\",\n \"serviced_on\": \"0001-01-01T00:00:00\",\n \"center\": {\n \"center_name\": \"Trivendrum\",\n \"center_code\": \"\"\n },\n \"item\": {\n \"type\": 3,\n \"name\": null,\n \"code\": \"NMs\"\n },\n \"gift_card_code\": null,\n \"quantity\": 1,\n \"unit_price\": 12344,\n \"sale_price\": 12344,\n \"discount\": 0,\n \"final_sale_price\": 14146.22,\n \"total_tax\": 1802.22,\n \"tax_break_up\": {},\n \"tax_code\": \"\",\n \"loyalty_point_redemption\": 0,\n \"membership_redmption\": 0,\n \"prepaid_card_redemption\": 0,\n \"cashback_redemption\": 0,\n \"package_redemption\": 0,\n \"cash\": 14146,\n \"card\": 0,\n \"check\": 0,\n \"custom\": 0,\n \"points\": 0,\n \"membership_paid\": 0,\n \"prepaid_card\": 0,\n \"last_payment_date\": \"2013-06-20T19:55:55\",\n \"invoice_item_id\": \"15ecb5cb-1454-4cbb-b9a1-5b5d817a6ae0\",\n \"rounding_adjustment\": -0.22,\n \"tips\": 0,\n \"employee\": {\n \"name\": \"\",\n \"code\": \"\",\n \"job_code\": \"\"\n },\n \"tags\": \"\",\n \"promotion\": \"\",\n \"coupon_printed\": \"\",\n \"first_visit\": \"No\",\n \"package\": \"\",\n \"package_invoice\": \"\",\n \"due\": 0,\n \"payment_type\": \"\",\n \"business_unit_name\": \"Default\",\n \"state_code\": \"\",\n \"SAC\": \"\",\n \"created_date_in_center\": \"2013-06-20T19:53:53.143\",\n \"item_row_num\": 1,\n \"row_num\": 1,\n \"HSN\": \"\"\n },\n {\n \"invoice_no\": \"rp108\",\n \"receipt_no\": \"rpR66\",\n \"guest\": {\n \"guest_id\": \"e3ceada0-587a-492a-aaf3-cedc331e9379\",\n \"guest_name\": \"Krishna K\",\n \"guest_code\": \"p8795\"\n },\n \"sold_on\": \"2013-06-21T17:08:10\",\n \"serviced_on\": \"0001-01-01T00:00:00\",\n \"center\": {\n \"center_name\": \"Trivendrum\",\n \"center_code\": \"\"\n },\n \"item\": {\n \"type\": 3,\n \"name\": null,\n \"code\": \"NMs\"\n },\n \"gift_card_code\": null,\n \"quantity\": 1,\n \"unit_price\": 12344,\n \"sale_price\": 12344,\n \"discount\": 0,\n \"final_sale_price\": 14146.22,\n \"total_tax\": 1802.22,\n \"tax_break_up\": {},\n \"tax_code\": \"\",\n \"loyalty_point_redemption\": 0,\n \"membership_redmption\": 0,\n \"prepaid_card_redemption\": 0,\n \"cashback_redemption\": 0,\n \"package_redemption\": 0,\n \"cash\": 12496,\n \"card\": 140,\n \"check\": 1386,\n \"custom\": 124,\n \"points\": 0,\n \"membership_paid\": 0,\n \"prepaid_card\": 0,\n \"last_payment_date\": \"2013-06-21T17:10:39\",\n \"invoice_item_id\": \"920857f1-e02b-4b1e-9bd9-7c662de23623\",\n \"rounding_adjustment\": -0.22,\n \"tips\": 0,\n \"employee\": {\n \"name\": \"\",\n \"code\": \"\",\n \"job_code\": \"\"\n },\n \"tags\": \"\",\n \"promotion\": \"\",\n \"coupon_printed\": \"38\",\n \"first_visit\": \"Yes\",\n \"package\": \"\",\n \"package_invoice\": \"\",\n \"due\": 0,\n \"payment_type\": \"Custom(custom), Diners Card\",\n \"business_unit_name\": \"Default\",\n \"state_code\": \"\",\n \"SAC\": \"\",\n \"created_date_in_center\": \"2013-06-21T17:08:10.78\",\n \"item_row_num\": 1,\n \"row_num\": 2,\n \"HSN\": \"\"\n }\n ]\n}"}}}}}},"summary":"Get sales report of a center","tags":["Sales"]},"x-restlet":{"section":"Sales"}},"/v5/guests":{"get":{"description":"search_value passed is used to search over below attributes\n\n| Guest Properties |\n| --- |\n| UserCode |\n| Username |\n| HomePhone |\n| WorkPhone |\n| FirstName |\n| LastName |\n| MobilePhone |\n| Email |\n","parameters":[{"description":"DataType: Unique Identifier(GUID)","in":"query","name":"center_id","required":false,"schema":{"type":"string"}},{"description":"Cannot be Null or WhiteSpace","in":"query","name":"search_value","required":true,"schema":{"type":"string"}},{"description":"searches across center for **false**. *center_id* should be passed,if this field is passed as **true**","in":"query","name":"in_center","required":false,"schema":{"type":"boolean"}},{"description":"searches for guest who are employees too. false if not employees are not needed","in":"query","name":"include_employees","required":false,"schema":{"type":"boolean"}},{"description":"page number needed. First page is 0. By default number of records overall is restricted to 25.","in":"query","name":"page_num","required":false,"schema":{"type":"number"}},{"description":"page size needed. By default number of records overall is restricted to 25.","in":"query","name":"page_size","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status 200","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetGuestsResponseV5"},"examples":{"response":{"value":"{\n \"guests\": [\n {\n \"code\": \"p8807\",\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n \"name\": \"Trivendrum\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 8458485\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"6b650654-f773-4ae3-9053-247f332d8518\",\n \"first_name\": \"Ramesh\",\n \"last_name\": \"R\"\n },\n {\n \"code\": \"H74\",\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 9343344343\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"62b7116c-e8d7-4a1c-8787-e88132d414c8\",\n \"first_name\": \"Rama\",\n \"last_name\": \"R\"\n },\n {\n \"code\": null,\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 9849112402\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"e672fe5d-c8e2-408c-9775-f30ee944fc46\",\n \"first_name\": \"Ramarao\",\n \"last_name\": \"R\"\n },\n {\n \"code\": \"M046\",\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"9eccada9-3ad9-407b-8976-3e550b7c7915\",\n \"name\": \"Mumbai\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 8458485\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"2ca9514b-8474-4906-b093-dec4a5940aab\",\n \"first_name\": \"Ramesh\",\n \"last_name\": \"R\"\n },\n {\n \"code\": null,\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 8883433\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"f363e7e7-e84c-4366-ba5c-5efb89907206\",\n \"first_name\": \"Ramesh\",\n \"last_name\": \"R\"\n },\n {\n \"code\": null,\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 343434\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"4dbf6fac-6942-4ae5-af2c-3740bbc00abd\",\n \"first_name\": \"Ramm\",\n \"last_name\": \"M\"\n },\n {\n \"code\": \"610275\",\n \"email\": \"\",\n \"gender\": 0,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 0\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"11453dca-6173-4dc8-9846-9bbc834d43c8\",\n \"first_name\": \"Stephanie\",\n \"last_name\": \"Rampola\"\n },\n {\n \"code\": \"6022\",\n \"email\": \"\",\n \"gender\": 0,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 0\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"2af7ab2c-0f4c-480f-8e7f-81d072ca9a01\",\n \"first_name\": \"Dra.Ramonette\",\n \"last_name\": \"Guerrero\"\n }\n ],\n \"error\": null\n}"}}}}}},"summary":"Returns search results of a guest search","tags":["Guests"]},"x-restlet":{"section":"Guests"}}},"x-restlet":{"sections":{"Appointments":{},"Appointments(Catalog)":{},"Authentication":{},"Centers":{},"Centers(Catalog)":{"description":"Center Related APIs"},"Employees":{},"Employees(Catalog)":{},"Giftcards":{"description":"APIs related to giftcards."},"Guests":{},"Guests(Catalog)":{},"Invoices(Catalog)":{},"Models":{},"Opportunities":{},"Organization(Catalog)":{},"Packages":{},"Sales":{},"Services":{},"Services(Catalog)":{}}},"servers":[{"url":"https://apis.zenoti.com"}],"components":{"requestBodies":{"Body":{"content":{"application/json":{"schema":{"type":"object"}}},"required":true},"appointment":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/appointment"}}},"required":true}},"securitySchemes":{"Authorization":{"type":"oauth2","flows":{"authorizationCode":{"authorizationUrl":"/","tokenUrl":"/","scopes":{}}}},"API_Key":{"description":"All callers must pass an API Key issued to the developer in the header, otherwise, the API call will be rejected. Please refer http://developers.zenoti.com/apikey for instructions on how to obtain an API key. The key must be passed in the 'Authorization' header, prefixed with 'apikey '","type":"http","scheme":"basic"}},"schemas":{"AddAppointmentGroupRequest":{"properties":{"CenterId":{"type":"string"},"DayPromoPackages":{"items":{"$ref":"#/components/schemas/AppointmentDayPromoPackageModel"},"type":"array"},"GiftCards":{"items":{"$ref":"#/components/schemas/AppointmentGiftCardModel"},"type":"array"},"GuestId":{"type":"string"},"IsForced":{"type":"boolean"},"Memberships":{"items":{"$ref":"#/components/schemas/AppointmentMembershipModel"},"type":"array"},"Notes":{"type":"string"},"Products":{"items":{"$ref":"#/components/schemas/AppointmentProductModel"},"type":"array"},"SeriesPackages":{"items":{"$ref":"#/components/schemas/AppointmentSeriesPackageModel"},"type":"array"},"Services":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"}},"type":"object"},"AddAppointmentGroupResponse":{"properties":{"AppointmentGroup":{"$ref":"#/components/schemas/AppointmentGroupModel"},"CreditCardsOnFile":{"items":{"$ref":"#/components/schemas/CreditCardOnFileModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentAdded":{"type":"boolean"}},"type":"object"},"AddCashPaymentRequest":{"properties":{"Amount":{"format":"double","type":"number"},"CashRegisterId":{"type":"string"},"TipAmount":{"format":"double","type":"number"}},"type":"object"},"AddCashPaymentResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsCashPaymentAdded":{"type":"boolean"}},"type":"object"},"AddCustomPaymentRequest":{"properties":{"AdditionalData":{"type":"string"},"Amount":{"format":"double","type":"number"},"CashRegisterId":{"type":"string"},"CustomPaymentId":{"type":"string"},"TipAmount":{"format":"double","type":"number"}},"type":"object"},"AddCustomPaymentResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsCustomPaymentAdded":{"type":"boolean"}},"type":"object"},"AddEmailMobileRequest":{"properties":{"Email":{"type":"string"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"}},"type":"object"},"AddEmailMobileResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsEmailMobileAdded":{"type":"boolean"}},"type":"object"},"AddEmployeeDetailRequest":{"properties":{"EmployeeDetail":{"$ref":"#/components/schemas/EmployeeDetailModel"}},"type":"object"},"AddEmployeeDetailResponse":{"properties":{"EmployeeDetail":{"$ref":"#/components/schemas/EmployeeDetailModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsEmployeeAdded":{"type":"boolean"}},"type":"object"},"AddGuestRequest":{"example":"{\n \"CenterId\": \"{{centerid}}\",\n \"Guest\": {\n \"FirstName\": \"Dan\",\n \"MiddleName\": \"John\",\n \"LastName\": \"James\",\n \"Email\": \"danjohn@zenotik.com\",\n \"MobileNumber\": \"7677778435\",\n \"Gender\": \"Male\",\n \"DateOfBirth\": \"2005-05-05T10:24:12.656Z\",\n \"ReceiveTransactionalEmail\": true,\n \"ReceiveTransactionalSms\": true,\n \"ReceiveMarketingEmail\": true,\n \"ReceiveMarketingSms\": true\n },\n \"Validate\": true,\n \"AllowDuplicateEmail\":false\n}","properties":{"AllowDuplicateEmail":{"description":"To force email duplication","type":"boolean"},"CenterId":{"description":"CenterId of the guest","type":"string"},"Guest":{"$ref":"#/components/schemas/GuestModel"},"Validate":{"description":"To force validation of input","type":"boolean"}},"type":"object"},"AddGuestResponse":{"example":"{\n \"GuestId\": \"bbefc2cb-2b26-4c3b-8c34-d6b57bcf0a9c\",\n \"GuestCode\": null,\n \"SendRegisterationMail\": 0,\n \"Error\": null\n}","properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GuestCode":{"description":"Created based on an Org level setting","type":"string"},"GuestId":{"type":"string"},"SendRegisterationMail":{"format":"int32","type":"integer"}},"type":"object"},"AddInvoiceRequest":{"properties":{"CenterId":{"type":"string"},"GuestId":{"type":"string"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsForced":{"type":"boolean"},"Notes":{"type":"string"}},"type":"object"},"AddInvoiceResponse":{"properties":{"Checkout":{"$ref":"#/components/schemas/CheckoutResponse"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsInvoiceAdded":{"type":"boolean"}},"type":"object"},"AddNotesRequest":{"properties":{"CenterId":{"type":"string"},"GuestId":{"type":"string"},"Note":{"$ref":"#/components/schemas/NoteModel"}},"type":"object"},"AddNotesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsNoteAdded":{"type":"boolean"},"Note":{"$ref":"#/components/schemas/NoteModel"}},"type":"object"},"AddOnServiceRequest":{"properties":{"ServiceId":{"type":"string"}},"type":"object"},"AddOnServiceResponse":{"properties":{"AddOnAppointmentId":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAddOnServiceAdded":{"type":"boolean"}},"type":"object"},"AddOpportunityNotesRequest":{"example":"{\r\n\t\"notes\" : \"height 6 feet\",\r\n\t\"updated_by_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\"\r\n}","properties":{"notes":{"description":"Information stored in the notes","type":"string"},"updated_by_id":{"description":"DataType : UniqueIdentifier(GUID),GUID of the employee by whom the notes is updated","type":"string"}},"type":"object"},"AddPaymentCreditCardRequest":{"properties":{"Amount":{"format":"double","type":"number"},"CashRegisterId":{"type":"string"},"CreditCardGateway":{"type":"string"},"InvoiceId":{"type":"string"},"Source":{"enum":[0,1,2,3,4,5,6],"format":"int32","type":"integer"},"TipAmount":{"format":"double","type":"number"},"transaction":{"$ref":"#/components/schemas/Object"}},"type":"object"},"AddPaymentCreditCardResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GroupInvoice":{"$ref":"#/components/schemas/GroupInvoiceModel"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsGroupInvoice":{"type":"boolean"}},"type":"object"},"AddPaymentRequest":{"properties":{"Amount":{"format":"double","type":"number"},"CashRegisterId":{"type":"string"},"CenterId":{"type":"string"},"CustomPayment":{"$ref":"#/components/schemas/CustomPaymentModel"},"GuestId":{"type":"string"},"InvoiceId":{"type":"string"},"PaymentOption":{"$ref":"#/components/schemas/PaymentOptionModel"},"TipAmount":{"format":"double","type":"number"}},"type":"object"},"AddPaymentResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsPaymentAdded":{"type":"boolean"}},"type":"object"},"AddPaymentSavedCardRequest":{"properties":{"Amount":{"format":"double","type":"number"},"CardId":{"type":"string"},"CashRegisterId":{"type":"string"},"CreditCardGateway":{"type":"string"},"InvoiceId":{"type":"string"},"Source":{"enum":[0,1,2,3,4,5,6],"format":"int32","type":"integer"},"TipAmount":{"format":"double","type":"number"}},"type":"object"},"AddPaymentSavedCardResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"}},"type":"object"},"AddPayworksReaderRequest":{"properties":{"CenterId":{"type":"string"},"SerialNumber":{"type":"string"}},"type":"object"},"AddPayworksReaderResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsReaderAdded":{"type":"boolean"}},"type":"object"},"AddScheduleRequest":{"properties":{"Capacity":{"format":"int32","type":"integer"},"CenterId":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"EnforceAddonConflict":{"type":"boolean"},"Frequency":{"format":"int32","type":"integer"},"InstructorId":{"type":"string"},"IsFreeSession":{"type":"boolean"},"IsRecurring":{"type":"boolean"},"NumOccurrences":{"format":"int32","type":"integer"},"OverrideConflictCheck":{"type":"boolean"},"RecurrenceEndTime":{"format":"date-time","type":"string"},"RecurrenceStartTime":{"format":"date-time","type":"string"},"RecurrenceType":{"format":"int32","type":"integer"},"RoomId":{"type":"string"},"StartTime":{"format":"date-time","type":"string"},"WeekDays":{"format":"int32","type":"integer"}},"type":"object"},"AddScheduleResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Id":{"format":"int64","type":"integer"},"IsScheduleAdded":{"type":"boolean"}},"type":"object"},"AddServiceRequest":{"properties":{"ServiceDetails":{"$ref":"#/components/schemas/ServiceDetailModel"},"ServicePrices":{"items":{"$ref":"#/components/schemas/ServicePrice"},"type":"array"}},"type":"object"},"AddServiceResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsServiceAdded":{"type":"boolean"},"ServiceDetails":{"$ref":"#/components/schemas/ServiceDetailModel"},"ServicePrices":{"items":{"$ref":"#/components/schemas/ServicePrice"},"type":"array"}},"type":"object"},"AdjustPriceRequest":{"properties":{"Authority":{"$ref":"#/components/schemas/Credentials"},"InvoiceItemId":{"type":"string"},"NewDiscountAmount":{"format":"double","type":"number"},"NewSalePrice":{"format":"double","type":"number"}},"type":"object"},"AdjustPriceResponse":{"properties":{"AdjustedInvoice":{"$ref":"#/components/schemas/InvoiceModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsPriceAdjusted":{"type":"boolean"}},"type":"object"},"Annotation":{"properties":{"ShapeHeight":{"format":"float","type":"number"},"ShapeType":{"type":"string"},"ShapeWidth":{"format":"float","type":"number"},"ShapeX":{"format":"float","type":"number"},"ShapeY":{"format":"float","type":"number"},"Value":{"type":"string"},"ValueType":{"type":"string"}},"type":"object"},"ApiResponseError":{"properties":{"Message":{"type":"string"},"StatusCode":{"format":"int32","type":"integer"}},"type":"object"},"AppInitialSettings":{"properties":{"AboutUsUrl":{"type":"string"},"Announcements":{"items":{"type":"string"},"type":"array"},"AppForceUpdate":{"type":"boolean"},"AppRequiresUpdate":{"type":"boolean"},"AppUpdateMessage":{"type":"string"},"CallSupportPhone":{"type":"string"},"PrivacyPolicyUrl":{"type":"string"},"TermsAndConditionsUrl":{"type":"string"}},"type":"object"},"ApplyCouponRequest":{"properties":{"CouponNumber":{"format":"int32","type":"integer"},"InvoiceId":{"type":"string"}},"type":"object"},"ApplyCouponResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsCouponApplied":{"type":"boolean"}},"type":"object"},"ApplyDiscountRequest":{"properties":{"DiscountAmount":{"format":"double","type":"number"},"DiscountId":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"ApplyDiscountResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsDiscountApplied":{"type":"boolean"}},"type":"object"},"ApplyGiftCardRequest":{"properties":{"Amount":{"format":"double","type":"number"},"CardNumber":{"type":"string"},"CashRegisterId":{"type":"string"},"InvoiceId":{"type":"string"},"TipAmount":{"format":"double","type":"number"}},"type":"object"},"ApplyGiftCardResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsGiftCardApplied":{"type":"boolean"}},"type":"object"},"ApplyLoyaltyPointsRequest":{"properties":{"InvoiceId":{"type":"string"},"Points":{"format":"double","type":"number"},"ProgramId":{"type":"string"}},"type":"object"},"ApplyLoyaltyPointsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsLoyaltyPointsApplied":{"type":"boolean"}},"type":"object"},"ApplyMembershipRequest":{"properties":{"Amount":{"format":"double","type":"number"},"InvoiceId":{"type":"string"},"MembershipUserId":{"type":"string"}},"type":"object"},"ApplyMembershipResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsMembershipApplied":{"type":"boolean"}},"type":"object"},"ApplyPackagesRequest":{"properties":{"InvoiceId":{"type":"string"},"PackageUserId":{"type":"string"}},"type":"object"},"ApplyPackagesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsPackageApplied":{"type":"boolean"}},"type":"object"},"ApplyTipsRequest":{"properties":{"EmployeeTips":{"items":{"$ref":"#/components/schemas/EmployeeTipModel"},"type":"array"},"InvoiceId":{"type":"string"}},"type":"object"},"ApplyTipsResponse":{"properties":{"EmployeeTips":{"items":{"$ref":"#/components/schemas/EmployeeTipModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"AppointmentDayPromoPackageModel":{"properties":{"InvoiceItemId":{"type":"string"},"Package":{"$ref":"#/components/schemas/PackageModel"},"Services":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"}},"type":"object"},"AppointmentGiftCardModel":{"properties":{"Employee":{"$ref":"#/components/schemas/TherapistModel"},"GiftCard":{"$ref":"#/components/schemas/GiftCardModel"},"InvoiceItemId":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Quantity":{"format":"int32","type":"integer"}},"type":"object"},"AppointmentGiftCards":{"items":{"$ref":"#/components/schemas/AppointmentGiftCardModel"},"type":"array"},"AppointmentGroupModel":{"properties":{"AppointmentGroupId":{"type":"string"},"InvoiceId":{"type":"string"},"IsRebooking":{"type":"boolean"},"Notes":{"type":"string"}},"type":"object"},"AppointmentMembershipModel":{"properties":{"Employee":{"$ref":"#/components/schemas/TherapistModel"},"InvoiceItemId":{"type":"string"},"Membership":{"$ref":"#/components/schemas/MembershipModel"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Quantity":{"format":"int32","type":"integer"}},"type":"object"},"AppointmentMemberships":{"items":{"$ref":"#/components/schemas/AppointmentMembershipModel"},"type":"array"},"AppointmentModel":{"properties":{"AI":{"type":"string"},"AS":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"ASI":{"type":"string"},"Cat":{"type":"string"},"EFN":{"type":"string"},"EG":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"EI":{"type":"string"},"ELN":{"type":"string"},"ET":{"format":"date-time","type":"string"},"EVI":{"type":"string"},"GFN":{"type":"string"},"GI":{"description":"Group Id","type":"string"},"GID":{"type":"string"},"GLN":{"type":"string"},"GP":{"type":"string"},"GPC":{"format":"int32","type":"integer"},"GuI":{"type":"string"},"IL":{"type":"boolean"},"Inv":{"type":"string"},"Not":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Pro":{"enum":[0,1,2],"format":"int32","type":"integer"},"SC":{"type":"string"},"SCD":{"type":"string"},"SN":{"type":"string"},"ST":{"format":"date-time","type":"string"},"Sta":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"AppointmentProductModel":{"properties":{"Employee":{"$ref":"#/components/schemas/TherapistModel"},"InvoiceItemId":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Product":{"$ref":"#/components/schemas/ProductModel"},"Quantity":{"format":"int32","type":"integer"}},"type":"object"},"AppointmentProducts":{"items":{"$ref":"#/components/schemas/AppointmentProductModel"},"type":"array"},"AppointmentSeriesPackageModel":{"properties":{"Employee":{"$ref":"#/components/schemas/TherapistModel"},"InvoiceItemId":{"type":"string"},"Package":{"$ref":"#/components/schemas/PackageModel"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Quantity":{"format":"int32","type":"integer"}},"type":"object"},"AppointmentSeriesPackages":{"items":{"$ref":"#/components/schemas/AppointmentSeriesPackageModel"},"type":"array"},"AppointmentServiceModel":{"properties":{"ActualStartTime":{"format":"date-time","type":"string"},"AppointmentId":{"type":"string"},"CartItemId":{"type":"string"},"CompletedTime":{"format":"date-time","type":"string"},"EndTime":{"format":"date-time","type":"string"},"EndTimeInCenter":{"format":"date-time","type":"string"},"Equipment":{"$ref":"#/components/schemas/EquipmentModel"},"InvoiceItemId":{"type":"string"},"Lock":{"type":"boolean"},"Package":{"$ref":"#/components/schemas/PackageModel"},"PackageId":{"type":"string"},"ParentAppointmentId":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Progress":{"enum":[0,1,2],"format":"int32","type":"integer"},"Quantity":{"format":"int32","type":"integer"},"RequestedTherapist":{"$ref":"#/components/schemas/TherapistModel"},"RequestedTherapistGender":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"Room":{"$ref":"#/components/schemas/RoomModel"},"SCD":{"type":"string"},"Service":{"$ref":"#/components/schemas/ServiceModel"},"ServiceCustomData":{"$ref":"#/components/schemas/ServiceCustomData"},"StartTime":{"format":"date-time","type":"string"},"StartTimeInCenter":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"AppointmentServices":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"},"Area":{"properties":{"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"Radius":{"format":"int32","type":"integer"}},"type":"object"},"AssignCashRegisterRequest":{"properties":{"CashRegisterId":{"type":"string"},"CenterId":{"type":"string"},"Force":{"type":"boolean"}},"type":"object"},"AssignCashRegisterResponse":{"properties":{"AlreadyAssignedTo":{"type":"string"},"CashRegisterId":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsRegisterAssigned":{"type":"boolean"},"UserId":{"type":"string"}},"type":"object"},"BusinessUnitModel":{"properties":{"Description":{"type":"string"},"Id":{"format":"int64","type":"integer"},"Name":{"type":"string"},"OrganizationId":{"type":"string"}},"type":"object"},"CancelAppointmentRequest":{"properties":{"AppointmentGroupId":{"type":"string"},"Comments":{"type":"string"},"ReasonId":{"format":"int64","type":"integer"}},"type":"object"},"CancelAppointmentResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentStatusSet":{"type":"boolean"},"IsCancelChargeApplied":{"type":"boolean"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"CancelReservationRequest":{"type":"object"},"CancelReservationResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsCancelled":{"type":"boolean"},"ReservationId":{"type":"string"}},"type":"object"},"CancelScheduleRequest":{"properties":{"CenterId":{"type":"string"},"RecurrenceId":{"format":"int64","type":"integer"},"ScheduleIds":{"items":{"format":"int64","type":"integer"},"type":"array"}},"type":"object"},"CancelScheduleResponse":{"properties":{"CancelledIds":{"items":{"format":"int64","type":"integer"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"UnSuccessfulCancellations":{"items":{"$ref":"#/components/schemas/FailedReasons"},"type":"array"}},"type":"object"},"CancelTrainingRegistrationResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsRegnCancelled":{"type":"boolean"}},"type":"object"},"CardTransactionModel":{"properties":{"CardBrand":{"enum":[0,1,2,3,4,5,6,7,8,9,21],"format":"int32","type":"integer"},"CardTransactionId":{"type":"string"},"CardType":{"enum":[0,1,2],"format":"int32","type":"integer"},"IsSwipe":{"type":"boolean"},"LastFour":{"type":"string"},"SSGAmount":{"format":"double","type":"number"},"TipAmount":{"format":"double","type":"number"},"TransactionAmount":{"format":"double","type":"number"},"TransactionDate":{"format":"date-time","type":"string"},"TransactionId":{"type":"string"},"TransactionSource":{"enum":[0,1,2,3,4,5,6],"format":"int32","type":"integer"},"TransactionStatus":{"type":"string"},"TransactionType":{"enum":[0,1,2,7,8,10,11,12,13],"format":"int32","type":"integer"}},"type":"object"},"CashRegisterModel":{"properties":{"Id":{"type":"string"},"IsDisplayTerminalEnabled":{"type":"boolean"},"Name":{"type":"string"}},"type":"object"},"CenterAppointmentSettings":{"properties":{"AllowGuestAppointmentsOverlap":{"type":"boolean"},"EnableServiceCustomData":{"type":"boolean"},"EnableServiceCustomDataPostInvoiceClose":{"type":"boolean"},"EnforceServiceCustomFields":{"type":"boolean"},"IsCommentsMandatoryForCancelNoShow":{"type":"boolean"}},"type":"object"},"CenterClassTaxesModel":{"properties":{"CenterTaxId":{"type":"string"},"TaxGroupId":{"type":"string"},"TaxGroupName":{"type":"string"}},"type":"object"},"CenterCollectionModel":{"properties":{"BU":{"description":"BusinessUnit","type":"string"},"C":{"description":"Cash","format":"double","type":"number"},"CC":{"description":"Card","format":"double","type":"number"},"CHK":{"description":"Check","format":"double","type":"number"},"CST":{"description":"Custom","format":"double","type":"number"},"Cat":{"description":"Category","type":"string"},"DT":{"description":"Date","type":"string"},"EC":{"description":"Employee Code","type":"string"},"EJC":{"description":"Employee Job Code","type":"string"},"EN":{"description":"Employee Name","type":"string"},"G":{"description":"Gender","enum":[0,1,2,3,4],"format":"int32","type":"integer"},"GC":{"description":"Giftcard","format":"double","type":"number"},"GCODE":{"description":"Guest Code","type":"string"},"GE":{"description":"GuestEmail","type":"string"},"GIV":{"description":"GrossInvoiceValue","format":"double","type":"number"},"GM":{"description":"Guest Mobile","type":"string"},"GMM":{"description":"GuestMembership","type":"string"},"Guest":{"description":"Guest","type":"string"},"I":{"description":"Item","type":"string"},"IBP":{"description":"IsBundledProduct","type":"string"},"IC":{"description":"Item Code","type":"string"},"ICC":{"description":"InvoiceCenterCode","type":"string"},"ID":{"description":"InvoiceItemId","type":"string"},"IDF":{"description":"Invoice Date Full","format":"date-time","type":"string"},"IDSC":{"description":"ItemDiscount","format":"double","type":"number"},"IDT":{"description":"InvoiceDate","type":"string"},"IN":{"description":"Item Name","type":"string"},"INV":{"description":"Invoice","type":"string"},"INVC":{"description":"InvoiceCenter","type":"string"},"INVD":{"description":"InvoiceDiscount","format":"double","type":"number"},"IQTY":{"description":"ItemQuantity","format":"int32","type":"integer"},"IRR":{"description":"ItemRowNum","format":"int32","type":"integer"},"IT":{"description":"Item Tags","type":"string"},"LP":{"description":"Loyalty Points","format":"double","type":"number"},"NIV":{"description":"NetInvoiceValue","format":"double","type":"number"},"NP":{"description":"NetPrice","format":"double","type":"number"},"PNO":{"description":"PaymentNo","type":"string"},"PPC":{"description":"Prepaidcard","format":"double","type":"number"},"RCPT":{"description":"Receipt","type":"string"},"RN":{"description":"RowNum","format":"int32","type":"integer"},"SC":{"description":"SubCategory","type":"string"},"TC":{"description":"TotalCollection","format":"double","type":"number"},"TS":{"description":"Tax Split","type":"object"},"TT":{"description":"TotalTax","format":"double","type":"number"},"UP":{"description":"UnitPrice","format":"double","type":"number"}},"type":"object"},"CenterGeneralSettings":{"properties":{"CenterCodeMd5Hash":{"type":"string"},"CenterCountryId":{"format":"int32","type":"integer"},"CenterEmail":{"type":"string"},"CreditCardEntryForAppointment":{"enum":[0,1,2],"format":"int32","type":"integer"},"EmployeeCodeMd5Hash":{"type":"string"},"EnforceInactivityLogin":{"type":"boolean"},"FinancialDataLockDate":{"format":"date-time","type":"string"},"FinancialDataLockDays":{"format":"int32","type":"integer"},"Geofence":{"$ref":"#/components/schemas/Area"},"Labels":{"$ref":"#/components/schemas/CustomLabels"},"TrackEmployeeForPayments":{"type":"boolean"}},"type":"object"},"CenterGuestSettings":{"properties":{"AllowDuplicateMobileNumbers":{"type":"boolean"},"CanReceiveMarketingMessages":{"type":"boolean"},"CanReceiveTransactionalMessages":{"type":"boolean"},"GuestMandatoryFields":{"items":{"type":"string"},"type":"array"},"IsMobileNumberMandatory":{"type":"boolean"},"IsRoomMandatoryForAppointment":{"type":"boolean"},"MembershipMandatoryFields":{"items":{"type":"string"},"type":"array"},"PhoneNumberLengthRange":{"type":"string"},"SearchGuestAcrossCenters":{"type":"boolean"},"SearchGuestAcrossCentersByDefault":{"type":"boolean"}},"type":"object"},"CenterInvoiceSettings":{"properties":{"CashRegisters":{"items":{"$ref":"#/components/schemas/CashRegisterModel"},"type":"array"},"DisplayTerminalAdvertisementUrl":{"type":"string"},"EnableDiscountAdjustment":{"type":"boolean"},"EnableDiscountOnInvoice":{"type":"boolean"},"EnableDisplayTerminal":{"type":"boolean"},"EnablePriceAdjustment":{"type":"boolean"},"EnablePriceIncreaseOnly":{"type":"boolean"},"EnableSSG":{"type":"boolean"},"EnableSplitTip":{"type":"boolean"},"EnforceSaleByProductsSale":{"type":"boolean"},"GiftCardSettings":{"$ref":"#/components/schemas/GiftCardSettings"},"LoyaltyPointsSettings":{"$ref":"#/components/schemas/LoyaltyPointSettings"},"MembershipSettings":{"$ref":"#/components/schemas/MembershipSettings"},"PackageSettings":{"$ref":"#/components/schemas/PackageSettings"},"PrepaidCardSettings":{"$ref":"#/components/schemas/PrepaidCardSettings"},"PriceSettings":{"$ref":"#/components/schemas/PriceSettings"},"RequiresAuthenticationForDiscount":{"type":"boolean"},"TipSettings":{"$ref":"#/components/schemas/TipSettings"}},"type":"object"},"CenterModel":{"properties":{"Address":{"type":"string"},"CurrencyId":{"format":"int32","type":"integer"},"Email":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"OrganizationLogoUrl":{"type":"string"},"OrganizationName":{"type":"string"},"Phone":{"type":"string"},"SecurityRole":{"$ref":"#/components/schemas/EmployeeRoleModel"},"SecurityRoles":{"items":{"$ref":"#/components/schemas/EmployeeRoleModel"},"type":"array"},"TimeZoneId":{"format":"int32","type":"integer"}},"type":"object"},"CenterSalesReportResponse":{"example":"{\n \"center_sales_report\": [\n {\n \"invoice_no\": \"rp103\",\n \"receipt_no\": \"rpR63\",\n \"guest\": {\n \"guest_id\": \"892c4426-2dd4-4ac5-831d-7bc6dd161119\",\n \"guest_name\": \"Harish H\",\n \"guest_code\": \"\"\n },\n \"sold_on\": \"2013-06-20T19:53:53\",\n \"serviced_on\": \"0001-01-01T00:00:00\",\n \"center\": {\n \"center_name\": \"Trivendrum\",\n \"center_code\": \"\"\n },\n \"item\": {\n \"type\": 3,\n \"name\": null,\n \"code\": \"NMs\"\n },\n \"gift_card_code\": null,\n \"quantity\": 1,\n \"unit_price\": 12344,\n \"sale_price\": 12344,\n \"discount\": 0,\n \"final_sale_price\": 14146.22,\n \"total_tax\": 1802.22,\n \"tax_break_up\": {},\n \"tax_code\": \"\",\n \"loyalty_point_redemption\": 0,\n \"membership_redmption\": 0,\n \"prepaid_card_redemption\": 0,\n \"cashback_redemption\": 0,\n \"package_redemption\": 0,\n \"cash\": 14146,\n \"card\": 0,\n \"check\": 0,\n \"custom\": 0,\n \"points\": 0,\n \"membership_paid\": 0,\n \"prepaid_card\": 0,\n \"last_payment_date\": \"2013-06-20T19:55:55\",\n \"invoice_item_id\": \"15ecb5cb-1454-4cbb-b9a1-5b5d817a6ae0\",\n \"rounding_adjustment\": -0.22,\n \"tips\": 0,\n \"employee\": {\n \"name\": \"\",\n \"code\": \"\",\n \"job_code\": \"\"\n },\n \"tags\": \"\",\n \"promotion\": \"\",\n \"coupon_printed\": \"\",\n \"first_visit\": \"No\",\n \"package\": \"\",\n \"package_invoice\": \"\",\n \"due\": 0,\n \"payment_type\": \"\",\n \"business_unit_name\": \"Default\",\n \"state_code\": \"\",\n \"SAC\": \"\",\n \"created_date_in_center\": \"2013-06-20T19:53:53.143\",\n \"item_row_num\": 1,\n \"row_num\": 1,\n \"HSN\": \"\"\n },\n {\n \"invoice_no\": \"rp108\",\n \"receipt_no\": \"rpR66\",\n \"guest\": {\n \"guest_id\": \"e3ceada0-587a-492a-aaf3-cedc331e9379\",\n \"guest_name\": \"Krishna K\",\n \"guest_code\": \"p8795\"\n },\n \"sold_on\": \"2013-06-21T17:08:10\",\n \"serviced_on\": \"0001-01-01T00:00:00\",\n \"center\": {\n \"center_name\": \"Trivendrum\",\n \"center_code\": \"\"\n },\n \"item\": {\n \"type\": 3,\n \"name\": null,\n \"code\": \"NMs\"\n },\n \"gift_card_code\": null,\n \"quantity\": 1,\n \"unit_price\": 12344,\n \"sale_price\": 12344,\n \"discount\": 0,\n \"final_sale_price\": 14146.22,\n \"total_tax\": 1802.22,\n \"tax_break_up\": {},\n \"tax_code\": \"\",\n \"loyalty_point_redemption\": 0,\n \"membership_redmption\": 0,\n \"prepaid_card_redemption\": 0,\n \"cashback_redemption\": 0,\n \"package_redemption\": 0,\n \"cash\": 12496,\n \"card\": 140,\n \"check\": 1386,\n \"custom\": 124,\n \"points\": 0,\n \"membership_paid\": 0,\n \"prepaid_card\": 0,\n \"last_payment_date\": \"2013-06-21T17:10:39\",\n \"invoice_item_id\": \"920857f1-e02b-4b1e-9bd9-7c662de23623\",\n \"rounding_adjustment\": -0.22,\n \"tips\": 0,\n \"employee\": {\n \"name\": \"\",\n \"code\": \"\",\n \"job_code\": \"\"\n },\n \"tags\": \"\",\n \"promotion\": \"\",\n \"coupon_printed\": \"38\",\n \"first_visit\": \"Yes\",\n \"package\": \"\",\n \"package_invoice\": \"\",\n \"due\": 0,\n \"payment_type\": \"Custom(custom), Diners Card\",\n \"business_unit_name\": \"Default\",\n \"state_code\": \"\",\n \"SAC\": \"\",\n \"created_date_in_center\": \"2013-06-21T17:08:10.78\",\n \"item_row_num\": 1,\n \"row_num\": 2,\n \"HSN\": \"\"\n }\n ]\n}","properties":{"center_sales_report":{"items":{"properties":{"HSN":{"type":"string"},"SAC":{"type":"string"},"business_unit_name":{"type":"string"},"card":{"type":"number"},"cash":{"type":"number"},"cashback_redemption":{"type":"number"},"center":{"properties":{"center_code":{"type":"string"},"center_name":{"type":"string"}},"type":"object"},"check":{"type":"number"},"coupon_printed":{"type":"string"},"created_date_in_center":{"format":"date-time","type":"string"},"custom":{"type":"number"},"discount":{"type":"number"},"due":{"type":"number"},"employee":{"properties":{"code":{"type":"string"},"job_code":{"type":"string"},"name":{"type":"string"}},"type":"object"},"final_sale_price":{"type":"number"},"first_visit":{"type":"string"},"gift_card_code":{"type":"object"},"guest":{"properties":{"guest_code":{"type":"string"},"guest_id":{"description":"Unique Identifier","type":"string"},"guest_name":{"type":"string"}},"type":"object"},"invoice_item_id":{"description":"Unique Identifier","type":"string"},"invoice_no":{"description":"Unique Identifier","type":"string"},"item":{"properties":{"code":{"type":"string"},"name":{"type":"object"},"type":{"type":"number"}},"type":"object"},"item_row_num":{"type":"number"},"last_payment_date":{"type":"string"},"loyalty_point_redemption":{"type":"number"},"membership_paid":{"type":"number"},"membership_redmption":{"type":"number"},"package":{"type":"string"},"package_invoice":{"type":"string"},"package_redemption":{"type":"number"},"payment_type":{"type":"string"},"points":{"type":"number"},"prepaid_card":{"type":"number"},"prepaid_card_redemption":{"type":"number"},"promotion":{"type":"string"},"quantity":{"type":"number"},"receipt_no":{"type":"string"},"rounding_adjustment":{"type":"number"},"row_num":{"type":"number"},"sale_price":{"type":"number"},"serviced_on":{"format":"date-time","type":"string"},"sold_on":{"format":"date-time","type":"string"},"state_code":{"type":"string"},"tags":{"type":"string"},"tax_break_up":{"description":"Dictionnary<string,Decimal>","type":"object"},"tax_code":{"type":"string"},"tips":{"type":"number"},"total_tax":{"type":"number"},"unit_price":{"type":"number"}},"type":"object"},"type":"array"}},"type":"object"},"CenterSettings":{"properties":{"CreditCardEntryForAppointment":{"enum":[0,1,2],"format":"int32","type":"integer"},"EnablePriceAdjustment":{"type":"boolean"},"EnablePriceIncrease":{"type":"boolean"},"EnforceSaleByProductsSale":{"type":"boolean"},"FinancialDataLockDate":{"format":"date-time","type":"string"},"FinancialDataLockDays":{"format":"int32","type":"integer"},"Geofence":{"$ref":"#/components/schemas/Area"},"GuestMandatoryFields":{"items":{"type":"string"},"type":"array"},"IsMobileNumberMandatory":{"type":"boolean"},"IsRoomMandatoryForAppointment":{"type":"boolean"},"PhoneNumberRange":{"type":"string"},"TrackEmployeeForPayments":{"type":"boolean"}},"type":"object"},"CenterTaxGroupModel":{"properties":{"CenterTaxId":{"type":"string"},"Id":{"type":"string"},"IsApplicableToClasses":{"type":"boolean"},"IsApplicableToGC":{"type":"boolean"},"IsApplicableToMemberships":{"type":"boolean"},"IsApplicableToPMSRooms":{"type":"boolean"},"IsApplicableToPackages":{"type":"boolean"},"IsApplicableToProducts":{"type":"boolean"},"IsApplicableToServices":{"type":"boolean"},"IsApplicableToVendors":{"type":"boolean"},"Name":{"type":"string"},"TaxPercentage":{"format":"double","type":"number"}},"type":"object"},"CentersAssocModel":{"properties":{"CenterTaxId":{"type":"string"},"CenterTaxes":{"items":{"$ref":"#/components/schemas/CenterClassTaxesModel"},"type":"array"},"Id":{"type":"string"},"IncludesTax":{"type":"boolean"},"IsAssociated":{"format":"int32","type":"integer"},"Name":{"type":"string"},"Price":{"format":"double","type":"number"}},"type":"object"},"CheckConflictsRequest":{"properties":{"CenterId":{"type":"string"},"ClassDuration":{"format":"int32","type":"integer"},"EndTime":{"format":"date-time","type":"string"},"Frequency":{"format":"int32","type":"integer"},"InstructorId":{"type":"string"},"IsRecurring":{"type":"boolean"},"NumOccurrences":{"format":"int32","type":"integer"},"RecurrenceEndTime":{"format":"date-time","type":"string"},"RecurrenceStartTime":{"format":"date-time","type":"string"},"RecurrenceType":{"format":"int32","type":"integer"},"RoomId":{"type":"string"},"ScheduleIds":{"type":"string"},"StartTime":{"format":"date-time","type":"string"},"WeekDays":{"format":"int32","type":"integer"}},"type":"object"},"CheckConflictsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"UnavailableDates":{"items":{"$ref":"#/components/schemas/UnavailableDatesModel"},"type":"array"}},"type":"object"},"CheckInEmployeeResponse":{"properties":{"EmployeeCheckedIn":{"type":"boolean"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"CheckOutEmployeeResponse":{"properties":{"EmployeeCheckedOut":{"type":"boolean"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"CheckinToCenterRequest":{"properties":{"AppointmentGroupIds":{"type":"string"},"CenterId":{"type":"string"},"IsCheckinToCenter":{"type":"boolean"},"SessionIds":{"type":"string"}},"type":"object"},"CheckinToCenterResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsCheckinAppointmentSuccess":{"type":"boolean"},"IsCheckinDetailsSaved":{"type":"boolean"},"IsCheckintoSessionSuccess":{"type":"boolean"},"UserMembershipId":{"type":"string"}},"type":"object"},"CheckoutRequest":{"properties":{"AppointmentGroupId":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"CheckoutResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"PaymentOptions":{"items":{"$ref":"#/components/schemas/PaymentOptionModel"},"type":"array"}},"type":"object"},"ClassCentersModel":{"properties":{"CenterId":{"type":"string"},"CenterTaxId":{"type":"string"},"IncludesTax":{"type":"boolean"},"Price":{"format":"double","type":"number"}},"type":"object"},"ClassDurationModel":{"properties":{"ClassTimeDetailText":{"type":"string"},"ClassTimeDetailValue":{"type":"string"}},"type":"object"},"ClassModel":{"properties":{"BusinessUnitName":{"type":"string"},"CategoryId":{"format":"int64","type":"integer"},"CategoryName":{"type":"string"},"Code":{"type":"string"},"Duration":{"format":"int32","type":"integer"},"Id":{"format":"int64","type":"integer"},"Level":{"format":"int64","type":"integer"},"Name":{"type":"string"},"ParentCategoryName":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"}},"type":"object"},"CommissionModel":{"properties":{"CP":{"description":"Commission Percentage","format":"double","type":"number"},"CT":{"description":"Commission Type","type":"string"},"Cat":{"description":"Category","type":"string"},"EC":{"description":"Employee Code","type":"string"},"EJC":{"description":"Employee Job Code","type":"string"},"EN":{"description":"Employee Name","type":"string"},"ID":{"description":"Invoice Date","format":"date-time","type":"string"},"IN":{"description":"Item Name","type":"string"},"IP":{"description":"Invoice Price","format":"double","type":"number"},"IT":{"description":"Item Tax","format":"double","type":"number"},"InvNum":{"description":"Invoice #","type":"string"},"SC":{"description":"Sub Category","type":"string"},"Type":{"description":"Item Type","type":"string"}},"type":"object"},"ConfirmReservationRequest":{"properties":{"CenterId":{"type":"string"},"ReservationId":{"type":"string"}},"type":"object"},"ConfirmReservationResponse":{"properties":{"ConfirmationId":{"type":"string"},"ConfirmedBookings":{"items":{"$ref":"#/components/schemas/SlotBooking"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsConfirmed":{"type":"boolean"}},"type":"object"},"CopyCenterDetailModel":{"properties":{"CenterId":{"type":"string"},"Status":{"type":"boolean"}},"type":"object"},"CopyCenterRequest":{"properties":{"Groups":{"description":"General = 1, Services = 2, Products = 4, Jobs = 8, Packages = 16, Memberships = 32, Campaigns = 64, TaxGroups = 128","format":"int32","type":"integer"},"Level":{"description":"1 - Shallow Copy, 2 - Deep Copy","format":"int32","type":"integer"},"Mode":{"description":"LeftOnly = 1, AllLeft =2 , SyncLeft=3","format":"int32","type":"integer"},"ToCenterIds":{"description":"List of Center ids","items":{"type":"string"},"type":"array"}},"type":"object"},"CopyCenterResponse":{"properties":{"CopyDetails":{"items":{"$ref":"#/components/schemas/CopyCenterDetailModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Status":{"type":"boolean"}},"type":"object"},"CopyEmployeeDetailModel":{"properties":{"EmployeeId":{"type":"string"},"Status":{"type":"boolean"}},"type":"object"},"CopyEmployeeRequest":{"properties":{"Groups":{"description":"General = 1, Roles = 2, Services = 4, Service_and_ServiceCommissions = 8, ProductCommissions = 16, MembershipCommissions = 32, Commissions = 64","format":"int32","type":"integer"},"Level":{"description":"ShallowCopy = 1, DeepCopy = 2","format":"int32","type":"integer"},"Mode":{"description":"LeftOnly = 1, AllLeft = 2, SyncLeft = 3","format":"int32","type":"integer"},"ToEmployeeIds":{"description":"List of employee ids","items":{"type":"string"},"type":"array"}},"type":"object"},"CopyEmployeeResponse":{"properties":{"CopyDetails":{"items":{"$ref":"#/components/schemas/CopyEmployeeDetailModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Status":{"type":"boolean"}},"type":"object"},"CountryModel":{"properties":{"Code":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"},"Nationality":{"type":"string"},"PhoneCode":{"format":"int32","type":"integer"}},"type":"object"},"CreateOpportunityRequest":{"example":"{\n\t\"center_id\" : \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n\t\"opportunity_title\" : \"rda\",\n\t\"opportunity_description\" : \"hey its a good day\",\n\t\"opportunity_owner_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"guest_id\" : \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n\t\"created_by_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"priority_type_id\" : \"E5196EC3-4E3C-4677-8AA2-B8E306F0FA5C\",\n\t\"status_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t\"type\" : \"type\",\n\t\"followup_date\" : \"2016-12-15\",\n\t\"expected_close_date\" : \"2018-12-14\",\n\t\"listed_amount\" : 1253,\n\t\"offered_amount\" : 1000,\n\t\"optional_field_1\" : \"op1\",\n\t\"optional_field_2\" : \"op2\",\n\t\"optional_field_3\" : \"op3\",\n\t\"ticket_id\" : \"E5196EC3-1111-4677-8AA2-B8E306F0FA5C\",\n\t\"change_guest_center\" : false,\n\t\"disposition_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t \"custom_fields\": {\n\t\t\"ED727888-AE73-439E-AEF2-22E48A5AF3AF\":\"value1\",\n \"0fb8a958-682e-4025-adef-0bac63359e05\":\"value2\"\n\t},\n\t\"lead_source\" : {\n\t\"id\" : \"0fb8a958-682e-4025-adef-0bac63359e05\",\n\t\"code\" : \"GH103\"\n\t}\n}","properties":{"center_id":{"description":"Data Type : Unique Identifier(GUID)","type":"string"},"change_guest_center":{"description":"boolean which changes guest's center to the valid center_id passed if made true","type":"boolean"},"created_by_id":{"description":"GUID of the employee by whom the opportunity is being created,\nData Type : Unique Identifier(GUID)","type":"string"},"custom_data":{"description":"Key has the FieldId of the custom field and Value has the value of the custom field,\nData Type: Dictionary<GUID,string>","type":"object"},"disposition_id":{"description":"GUID of the Disposition\nData Type: Unique Identifier(GUID)","type":"string"},"expected_close_date":{"description":"Expected Date of closure,\nData Type : DateTime(yyyy-mm-dd)","format":"date-time","type":"string"},"followup_date":{"description":"Data Type :DateTime (yyyy-mm-dd)","format":"date-time","type":"string"},"guest_id":{"description":"GUID of the guest,\nData Type : Unique Identifier(GUID)","type":"string"},"lead_source":{"properties":{"code":{"type":"string"},"id":{"description":"Data Type: Unque Identifier (GUID)","type":"string"}},"type":"object"},"listed_amount":{"description":"listed price of the opportunity","type":"number"},"offered_amount":{"description":"offered price of the opportunity","type":"number"},"opportunity_description":{"type":"string"},"opportunity_owner_id":{"description":"GUID of the employee who owns the opportunity,\nData Type : Unique Identifier(GUID)","type":"string"},"opportunity_title":{"type":"string"},"optional_field_1":{"type":"string"},"optional_field_2":{"type":"string"},"optional_field_3":{"type":"string"},"priority_type_id":{"description":"GUID of the priority type of the opportunity,\nData Type : Unique Identifier(GUID)","type":"string"},"status_id":{"description":"GUID of the stage type (or) status type of the opportunity,\nData Type : Unique Identifier(GUID)","type":"string"},"ticket_id":{"description":"Data Type: Unque Identifier (GUID)","type":"string"},"type":{"description":"opportunity type","type":"string"}},"required":["center_id","followup_date","guest_id","opportunity_title"],"type":"object"},"CreatePayworksAccountRequest":{"properties":{"CenterId":{"type":"string"}},"type":"object"},"CreatePayworksAccountResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PayworksMerchantIdentifier":{"type":"string"},"PayworksMerchantSecretKey":{"type":"string"}},"type":"object"},"CreateStripeAccountRequest":{"properties":{"AccountEmail":{"type":"string"},"AddressLine1":{"type":"string"},"AddressLine2":{"type":"string"},"CenterId":{"type":"string"},"City":{"type":"string"},"ContactPhone":{"type":"string"},"EnablePayworks":{"type":"boolean"},"PostalCode":{"type":"string"}},"type":"object"},"CreateStripeAccountResponse":{"properties":{"ApplicationFeePercent":{"format":"double","type":"number"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PayworksMerchantIdentifier":{"type":"string"},"PayworksMerchantSecretKey":{"type":"string"},"StatementDescriptorPrefix":{"type":"string"},"StripeAccountId":{"type":"string"},"StripePublishableKey":{"type":"string"},"TransactionFee":{"format":"double","type":"number"}},"type":"object"},"Credentials":{"properties":{"GrantType":{"enum":[0,1,2],"format":"int32","type":"integer"},"Password":{"type":"string"},"UserName":{"type":"string"}},"type":"object"},"CreditCardOnFileModel":{"properties":{"CardBrand":{"enum":[0,1,2,3,4,5,6,7,8,9,21],"format":"int32","type":"integer"},"CardType":{"enum":[0,1,2],"format":"int32","type":"integer"},"ExpirationMonth":{"format":"int32","type":"integer"},"ExpirationYear":{"format":"int32","type":"integer"},"ExtParams":{"type":"string"},"Id":{"type":"string"},"IsSupportedCardType":{"type":"boolean"},"LastFour":{"type":"string"}},"type":"object"},"CultureModel":{"properties":{"Code":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"CurrencyModel":{"properties":{"Code":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"},"Symbol":{"type":"string"}},"type":"object"},"CustomField":{"properties":{"Annotations":{"items":{"$ref":"#/components/schemas/Annotation"},"type":"array"},"FieldId":{"type":"string"},"FieldValue":{"type":"string"},"FieldValueId":{"type":"string"},"Type":{"type":"string"}},"type":"object"},"CustomLabels":{"properties":{"CustomFormMacro":{"type":"string"},"GuestLabel":{"type":"string"},"InstructorLabel":{"type":"string"},"InvoiceNumLabel":{"type":"string"},"PaymentNumLabel":{"type":"string"},"PhysicalBillLabel":{"type":"string"},"PostalCodeLabel":{"type":"string"},"ReceiptNumLabel":{"type":"string"},"RelationshipManagerLabel":{"type":"string"},"SSGLabel":{"type":"string"},"ServiceCustomDataLabel":{"type":"string"},"TherapistLabel":{"type":"string"},"TipsLabel":{"type":"string"}},"type":"object"},"CustomMetricCategoryFullDTO":{"properties":{"CustomMetrics":{"items":{"$ref":"#/components/schemas/CustomMetricShortDTO"},"type":"array"},"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"CustomMetricCategoryShortDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"CustomMetricDTO":{"properties":{"CustomMetricCategoryId":{"format":"int32","type":"integer"},"CustomMetricDrillDownShortDTO":{"items":{"$ref":"#/components/schemas/CustomMetricDrillDownShortDTO"},"type":"array"},"CustomMetricFilters":{"items":{"$ref":"#/components/schemas/CustomMetricFilterValuesDTO"},"type":"array"},"Description":{"type":"string"},"HasTotal":{"type":"boolean"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"},"OrganizationId":{"type":"string"},"ZenotiMetricDTO":{"$ref":"#/components/schemas/ZenotiMetricDTO"}},"type":"object"},"CustomMetricDetails":{"properties":{"customMetricDTO":{"$ref":"#/components/schemas/CustomMetricDTO"},"customMetricDrillDownShortDTO":{"items":{"$ref":"#/components/schemas/CustomMetricDrillDownShortDTO"},"type":"array"},"zenotiFilterShortDTO":{"items":{"$ref":"#/components/schemas/ZenotiFilterShortDTO"},"type":"array"},"zenotiFilterValuesDTOList":{"items":{"$ref":"#/components/schemas/ZenotiFilterValuesDTO"},"type":"array"}},"type":"object"},"CustomMetricDrillDownDTO":{"properties":{"CustomMetricId":{"format":"int32","type":"integer"},"CustomReportId":{"format":"int32","type":"integer"},"ReportColumns":{"items":{"$ref":"#/components/schemas/CustomReportColumnValueDTO"},"type":"array"},"ReportParameters":{"items":{"$ref":"#/components/schemas/CustomReportParameterValueDTO"},"type":"array"},"ReportRows":{"items":{"$ref":"#/components/schemas/CustomReportRowValueDTO"},"type":"array"},"Value":{"type":"string"}},"type":"object"},"CustomMetricDrillDownShortDTO":{"properties":{"CustomMetricDrillDownId":{"format":"int32","type":"integer"},"CustomMetricId":{"format":"int32","type":"integer"},"DimFactAttributesId":{"format":"int32","type":"integer"},"DisplayName":{"type":"string"},"DisplayOrder":{"format":"int32","type":"integer"},"FactDimId":{"format":"int32","type":"integer"},"FactDimSource":{"type":"string"},"IsActive":{"type":"boolean"},"IsFact":{"type":"boolean"}},"type":"object"},"CustomMetricFilterValuesDTO":{"properties":{"FilterValues":{"items":{"$ref":"#/components/schemas/FilterValueDTO"},"type":"array"},"Id":{"format":"int32","type":"integer"},"ZenotiFilterDTO":{"$ref":"#/components/schemas/ZenotiFilterDTO"}},"type":"object"},"CustomMetricShortDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"MetricType":{"type":"string"},"Name":{"type":"string"},"ZenotiMetricId":{"format":"int32","type":"integer"}},"type":"object"},"CustomPaymentModel":{"properties":{"CollectAdditionalData":{"type":"boolean"},"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"CustomReportColumnDTO":{"properties":{"CustomReportId":{"format":"int32","type":"integer"},"ZenotiReportColumn":{"$ref":"#/components/schemas/ZenotiReportColumnDTO"}},"type":"object"},"CustomReportColumnValueDTO":{"properties":{"CustomReportColumn":{"$ref":"#/components/schemas/CustomReportColumnDTO"},"Value":{"type":"string"}},"type":"object"},"CustomReportDTO":{"properties":{"CustomMetrics":{"items":{"$ref":"#/components/schemas/CustomMetricShortDTO"},"type":"array"},"Description":{"type":"string"},"DisplayOrder":{"format":"int32","type":"integer"},"HasReportSql":{"type":"boolean"},"Id":{"format":"int32","type":"integer"},"IsActive":{"type":"boolean"},"Name":{"type":"string"},"OrganizationId":{"type":"string"},"ReportCode":{"type":"string"},"ReportColumns":{"items":{"$ref":"#/components/schemas/CustomReportColumnDTO"},"type":"array"},"ReportParameters":{"items":{"$ref":"#/components/schemas/ZenotiReportParameterDTO"},"type":"array"},"ReportRows":{"items":{"$ref":"#/components/schemas/CustomReportRowDTO"},"type":"array"},"SubjectAreaID":{"format":"int32","type":"integer"}},"type":"object"},"CustomReportParameterValueDTO":{"properties":{"ReportParameter":{"$ref":"#/components/schemas/ZenotiReportParameterDTO"},"Value":{"type":"string"}},"type":"object"},"CustomReportRowDTO":{"properties":{"CustomReportId":{"format":"int32","type":"integer"},"ZenotiReportRow":{"$ref":"#/components/schemas/ZenotiReportRowDTO"}},"type":"object"},"CustomReportRowValueDTO":{"properties":{"CustomReportRow":{"$ref":"#/components/schemas/CustomReportRowDTO"},"Value":{"type":"string"}},"type":"object"},"CustomReportShortDTO":{"properties":{"Description":{"type":"string"},"DisplayOrder":{"format":"int32","type":"integer"},"HasReportSql":{"type":"boolean"},"Id":{"format":"int32","type":"integer"},"IsActive":{"type":"boolean"},"Name":{"type":"string"},"ReportCode":{"type":"string"}},"type":"object"},"DataObjectRequest":{"properties":{"EndDate":{"format":"date-time","type":"string"},"ObjectType":{"type":"string"},"StartDate":{"format":"date-time","type":"string"}},"type":"object"},"DeleteScheduleRequest":{"properties":{"CenterId":{"type":"string"},"RecurrenceId":{"format":"int64","type":"integer"},"ScheduleIds":{"items":{"format":"int64","type":"integer"},"type":"array"}},"type":"object"},"DeleteScheduleResponse":{"properties":{"DeletedIds":{"items":{"format":"int64","type":"integer"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"UnSuccessfulDeletions":{"items":{"$ref":"#/components/schemas/FailedReasons"},"type":"array"}},"type":"object"},"DesignationModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"DiscountViewModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"DrilldownColumnsFull":{"properties":{"Description":{"type":"string"},"DimFactAttrInfoList":{"items":{"$ref":"#/components/schemas/DrilldownDimFactAttrInfo"},"type":"array"},"Id":{"format":"int32","type":"integer"},"IsFact":{"type":"boolean"},"Name":{"type":"string"}},"type":"object"},"DrilldownDimFactAttrInfo":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"IsDefault":{"type":"boolean"},"Name":{"type":"string"}},"type":"object"},"EditScheduleRequest":{"properties":{"Capacity":{"format":"int32","type":"integer"},"CenterId":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"EnforceEditonConflict":{"type":"boolean"},"InstructorId":{"type":"string"},"IsFreeSession":{"type":"boolean"},"MoveToWaitiList":{"type":"boolean"},"OverrideConflictCheck":{"type":"boolean"},"RecurrenceId":{"format":"int64","type":"integer"},"RoomId":{"type":"string"},"ScheduleIds":{"items":{"format":"int64","type":"integer"},"type":"array"},"ScheduleType":{"format":"int32","type":"integer"},"StartTime":{"format":"date-time","type":"string"}},"type":"object"},"EditScheduleResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsScheduleUpdated":{"type":"boolean"}},"type":"object"},"EmployeeAccess":{"properties":{"AccessCode":{"type":"string"},"AccessEmployeeMobileApp":{"type":"boolean"},"AccessManagerMobileApp":{"type":"boolean"},"AllowApiAccess":{"type":"boolean"},"AllowOfflineAccess":{"type":"boolean"},"WaiveBiometricCheckin":{"type":"boolean"}},"type":"object"},"EmployeeApp_Actor":{"properties":{"ActorDName":{"type":"string"},"ActorFName":{"type":"string"},"ActorLName":{"type":"string"},"id":{"type":"string"}},"type":"object"},"EmployeeApp_Appt":{"properties":{"HasCD":{"type":"string"},"StartTime":{"type":"string"},"actors":{"items":{"$ref":"#/components/schemas/EmployeeApp_Actor"},"type":"array"},"apptgroup_id":{"type":"string"},"guests":{"items":{"$ref":"#/components/schemas/EmployeeApp_ApptGuest"},"type":"array"},"id":{"type":"string"},"locations":{"items":{"$ref":"#/components/schemas/Object"},"type":"array"},"services":{"items":{"$ref":"#/components/schemas/EmployeeApp_GuestServiceModel"},"type":"array"}},"type":"object"},"EmployeeApp_ApptGuest":{"properties":{"GuestFName":{"type":"string"},"GuestFlagFT":{"type":"string"},"GuestFlagHS":{"type":"string"},"GuestFlagLF":{"type":"string"},"GuestFlagMB":{"type":"string"},"GuestFlagNS":{"type":"string"},"GuestFlagRC":{"type":"string"},"GuestFlagReg":{"type":"string"},"GuestLName":{"type":"string"},"MobilePhone":{"type":"string"},"id":{"type":"string"}},"type":"object"},"EmployeeApp_Guest":{"properties":{"guests":{"items":{"$ref":"#/components/schemas/EmployeeApp_GuestDetailModel"},"type":"array"},"success":{"type":"boolean"}},"type":"object"},"EmployeeApp_GuestDetailModel":{"properties":{"Address1":{"type":"string"},"Address2":{"type":"string"},"AmountDue":{"format":"double","type":"number"},"AnniversaryDate":{"type":"string"},"CardsOnFile":{"items":{"$ref":"#/components/schemas/CreditCardOnFileModel"},"type":"array"},"City":{"type":"string"},"CountryFk":{"type":"string"},"CountryName":{"type":"string"},"DOB":{"type":"string"},"DOB_IncompleteYear":{"type":"string"},"Email":{"type":"string"},"Gender":{"type":"string"},"GuestFName":{"type":"string"},"GuestFlagCTA":{"type":"string"},"GuestFlagCardOnFile":{"type":"boolean"},"GuestFlagFT":{"type":"string"},"GuestFlagHS":{"type":"string"},"GuestFlagHasProfileAlert":{"type":"boolean"},"GuestFlagLF":{"type":"string"},"GuestFlagMB":{"type":"string"},"GuestFlagNS":{"type":"string"},"GuestFlagOtherCenter":{"type":"boolean"},"GuestFlagPack":{"type":"string"},"GuestFlagRC":{"type":"string"},"GuestFlagReg":{"type":"string"},"GuestLName":{"type":"string"},"GuestPhone":{"type":"string"},"GuesthistoryFlag":{"type":"string"},"HasActiveMemberships":{"format":"int32","type":"integer"},"HasCD":{"type":"string"},"HomePhone":{"type":"string"},"HomePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"LastMembership":{"type":"string"},"LastPackage":{"type":"string"},"LastService":{"type":"string"},"LastTherapist":{"type":"string"},"LastVisit":{"format":"date-time","type":"string"},"MembershipBalance":{"format":"double","type":"number"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"NonExpirePackages":{"format":"int32","type":"integer"},"OpenAppts":{"format":"int32","type":"integer"},"ReceiveLpStmt":{"type":"string"},"ReceiveMarketingEMail":{"type":"string"},"ReceiveMarketingSMS":{"type":"string"},"ReceiveTransactionalEMail":{"type":"string"},"ReceiveTransactionalSMS":{"type":"string"},"StateFK":{"type":"string"},"StateName":{"type":"string"},"TotalSpent":{"format":"double","type":"number"},"TotalVisits":{"format":"int32","type":"integer"},"WorkPhone":{"type":"string"},"WorkPhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"appts":{"items":{"$ref":"#/components/schemas/EmployeeApp_Appt"},"type":"array"},"id":{"type":"string"},"memberships":{"items":{"$ref":"#/components/schemas/EmployeeApp_GuestMembershipModel"},"type":"array"},"packages":{"items":{"$ref":"#/components/schemas/Object"},"type":"array"},"products":{"items":{"$ref":"#/components/schemas/EmployeeApp_GuestProductModel"},"type":"array"}},"type":"object"},"EmployeeApp_GuestMembershipModel":{"properties":{"MembershipBalance":{"type":"string"},"MembershipEndD":{"type":"string"},"MembershipName":{"type":"string"},"MembershipStartD":{"type":"string"},"guest_id":{"type":"string"},"id":{"type":"string"}},"type":"object"},"EmployeeApp_GuestProductDetailModel":{"properties":{"id":{"type":"string"},"productCode":{"type":"string"},"productName":{"type":"string"}},"type":"object"},"EmployeeApp_GuestProductModel":{"properties":{"CenterId":{"type":"string"},"CenterName":{"type":"string"},"CreatedDate":{"type":"string"},"FinalSalePrice":{"type":"string"},"InvoiceNo":{"type":"string"},"Notes":{"$ref":"#/components/schemas/Object"},"Quantity":{"type":"string"},"actors":{"items":{"$ref":"#/components/schemas/EmployeeApp_Actor"},"type":"array"},"id":{"type":"string"},"products":{"items":{"$ref":"#/components/schemas/EmployeeApp_GuestProductDetailModel"},"type":"array"}},"type":"object"},"EmployeeApp_GuestServiceModel":{"properties":{"ServiceName":{"type":"string"},"id":{"type":"string"}},"type":"object"},"EmployeeDetailModel":{"properties":{"AccessInfo":{"$ref":"#/components/schemas/EmployeeAccess"},"AdditionalField1":{"type":"string"},"AdditionalField2":{"type":"string"},"AddressLine1":{"type":"string"},"AddressLine2":{"type":"string"},"AnniversaryDate":{"format":"date-time","type":"string"},"BirthDate":{"format":"date-time","type":"string"},"CenterId":{"type":"string"},"CityName":{"type":"string"},"Code":{"type":"string"},"CountryId":{"format":"int32","type":"integer"},"Credentials":{"$ref":"#/components/schemas/UserCredentials"},"Email":{"type":"string"},"FirstName":{"type":"string"},"FullName":{"type":"string"},"Gender":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"HomePhone":{"type":"string"},"HomePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"Id":{"type":"string"},"IsAvailable":{"type":"boolean"},"IsConsultant":{"type":"boolean"},"Job":{"$ref":"#/components/schemas/EmployeeJob"},"Keyword":{"type":"string"},"LastName":{"type":"string"},"MiddleName":{"type":"string"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"NickName":{"type":"string"},"PhoneNumber":{"type":"string"},"Preferences":{"$ref":"#/components/schemas/EmployeePreferences"},"ScaledPrice":{"format":"double","type":"number"},"ScalingFactor":{"format":"double","type":"number"},"ServiceTime":{"format":"int32","type":"integer"},"ShortName":{"type":"string"},"StateId":{"format":"int32","type":"integer"},"StateOther":{"type":"string"},"VanityImageUrl":{"type":"string"},"WorkPhone":{"type":"string"},"WorkPhoneModel":{"$ref":"#/components/schemas/PhoneModel"}},"required":["Code","Credentials","FirstName","Job","LastName"],"type":"object"},"EmployeeJob":{"properties":{"CompanyName":{"type":"string"},"DesignationId":{"type":"string"},"EligibleForCommissionBonus":{"type":"boolean"},"EndDate":{"format":"date-time","type":"string"},"HourlyRate":{"format":"double","type":"number"},"JobId":{"type":"string"},"MandatoryBreakMinutesPerDay":{"format":"int32","type":"integer"},"MaximumWorkHours":{"format":"int32","type":"integer"},"RequestTherapistBonus":{"format":"double","type":"number"},"Salary":{"format":"double","type":"number"},"SpecialLeaveDays":{"format":"int32","type":"integer"},"StartDate":{"format":"date-time","type":"string"},"TargetRevenue":{"format":"double","type":"number"},"TenureStartDate":{"format":"date-time","type":"string"},"VacationDays":{"format":"int32","type":"integer"}},"required":["JobId"],"type":"object"},"EmployeeModel":{"properties":{"AdditionalField1":{"type":"string"},"AdditionalField2":{"type":"string"},"AddressLine1":{"type":"string"},"AddressLine2":{"type":"string"},"AnniversaryDate":{"format":"date-time","type":"string"},"BirthDate":{"format":"date-time","type":"string"},"CenterId":{"type":"string"},"CityName":{"type":"string"},"Code":{"type":"string"},"CountryId":{"format":"int32","type":"integer"},"Email":{"type":"string"},"FirstName":{"type":"string"},"FullName":{"type":"string"},"Gender":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"HomePhone":{"type":"string"},"HomePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"Id":{"type":"string"},"IsAvailable":{"type":"boolean"},"IsConsultant":{"type":"boolean"},"Keyword":{"type":"string"},"LastName":{"type":"string"},"MiddleName":{"type":"string"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"NickName":{"type":"string"},"PhoneNumber":{"type":"string"},"ScaledPrice":{"format":"double","type":"number"},"ScalingFactor":{"format":"double","type":"number"},"ServiceTime":{"format":"int32","type":"integer"},"ShortName":{"type":"string"},"StateId":{"format":"int32","type":"integer"},"StateOther":{"type":"string"},"VanityImageUrl":{"type":"string"},"WorkPhone":{"type":"string"},"WorkPhoneModel":{"$ref":"#/components/schemas/PhoneModel"}},"type":"object"},"EmployeePreferences":{"properties":{"CultureId":{"format":"int32","type":"integer"},"ReceiveDailyReports":{"type":"boolean"},"ReceiveMarketingEmails":{"type":"boolean"},"ReceiveMarketingTextMessages":{"type":"boolean"},"ReceiveRegisterClosureReports":{"type":"boolean"},"ReceiveTransactionalEmails":{"type":"boolean"},"ReceiveTransactionalTextMessages":{"type":"boolean"},"SearchTags":{"type":"string"},"SendConfirmationForAppointments":{"type":"boolean"}},"type":"object"},"EmployeeRoleModel":{"properties":{"CanAccessAdministratorMode":{"type":"boolean"},"CanAccessAppointmentBook":{"type":"boolean"},"CanViewGuestHistory":{"type":"boolean"},"CanViewServiceHistory":{"type":"boolean"},"Id":{"type":"string"},"Name":{"type":"string"},"OrgOrZoneOrCenterName":{"type":"string"},"Permissions":{"items":{"$ref":"#/components/schemas/EmployeeRolePermissionModel"},"type":"array"},"Scope":{"enum":[0,1,2,3],"format":"int32","type":"integer"},"ScopeId":{"type":"string"}},"type":"object"},"EmployeeRolePermissionModel":{"properties":{"ObjectName":{"type":"string"},"PermissionBitMask":{"format":"int32","type":"integer"}},"type":"object"},"EmployeeTipModel":{"properties":{"Employee":{"$ref":"#/components/schemas/TherapistModel"},"TipAmount":{"format":"double","type":"number"}},"type":"object"},"EquipmentModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"ExportClassesRequest":{"properties":{"CenterId":{"type":"string"},"ClassName":{"type":"string"},"ExpandedPaths":{"type":"string"},"Format":{"type":"string"},"SelectedDate":{"format":"date-time","type":"string"},"ShowInCatalog":{"format":"int32","type":"integer"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"ExportUploadResult":{"properties":{"ImportId":{"format":"int64","type":"integer"},"Successful":{"type":"boolean"}},"type":"object"},"FailedReasons":{"properties":{"Date":{"format":"date-time","type":"string"},"Id":{"format":"int64","type":"integer"},"Reason":{"type":"string"}},"type":"object"},"FilterValueDTO":{"properties":{"DisplayName":{"type":"string"},"IsSelected":{"type":"boolean"},"Value":{"type":"string"}},"type":"object"},"Filters":{"properties":{"Property":{"type":"string"},"Value":{"items":{"type":"string"},"type":"array"}},"type":"object"},"GUID":{"type":"object","x-restlet":{"section":"Centers(Catalog)"}},"GetAddOnsRequest":{"properties":{"CenterId":{"type":"string"}},"type":"object"},"GetAddOnsResponse":{"properties":{"AddOns":{"items":{"$ref":"#/components/schemas/ServiceModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetAdminEquipmentsForServiceRequest":{"properties":{"CenterId":{"type":"string"},"ServiceId":{"type":"string"}},"type":"object"},"GetAdminEquipmentsForServiceResponse":{"properties":{"Equipments":{"items":{"$ref":"#/components/schemas/EquipmentModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetAdminRoomsForServiceRequest":{"properties":{"CenterId":{"type":"string"},"ServiceId":{"type":"string"}},"type":"object"},"GetAdminRoomsForServiceResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Rooms":{"items":{"$ref":"#/components/schemas/RoomModel"},"type":"array"}},"type":"object"},"GetAppSettingsRequest":{"properties":{"AppVersion":{"type":"string"},"DeviceType":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"OSType":{"enum":[0,1,2,21],"format":"int32","type":"integer"},"OSVersion":{"type":"string"}},"type":"object"},"GetAppointmentCustomDataAnnotationsResponse":{"properties":{"Annotations":{"items":{"$ref":"#/components/schemas/ImageAnnotation"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"}},"type":"object"},"GetAppointmentCustomDataResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"servicecustomdata":{"$ref":"#/components/schemas/Object"},"success":{"type":"boolean"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetAppointmentGroupResponse":{"properties":{"AppointmentGroup":{"$ref":"#/components/schemas/AppointmentGroupModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetAppointmentsRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"StartDate":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"GetAppointmentsResponse":{"properties":{"Appointments":{"items":{"$ref":"#/components/schemas/AppointmentModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetAvailableSlotsRequest":{"properties":{"AppointmentGroupId":{"type":"string"},"AppointmentServices":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"},"CenterId":{"type":"string"},"GuestId":{"type":"string"}},"type":"object"},"GetAvailableSlotsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GuestBookedSlots":{"items":{"format":"int32","type":"integer"},"type":"array"},"OpenSlots":{"items":{"format":"int32","type":"integer"},"type":"array"}},"type":"object"},"GetAvailableSlotsV2Request":{"properties":{"AppointmentGroupId":{"type":"string"},"CenterDate":{"format":"date-time","type":"string"},"CenterId":{"type":"string"},"ReservationId":{"type":"string"},"SlotBookings":{"items":{"$ref":"#/components/schemas/SlotBooking"},"type":"array"}},"type":"object"},"GetAvailableSlotsV2Response":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"OpenSlots":{"items":{"$ref":"#/components/schemas/TimeSlot"},"type":"array"},"ReservationId":{"type":"string"},"SlotBookings":{"items":{"$ref":"#/components/schemas/SlotBooking"},"type":"array"}},"type":"object"},"GetAvailableTagsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/TagsModel"},"type":"array"}},"type":"object"},"GetBusinessUnitsResponse":{"properties":{"BusinessUnits":{"items":{"$ref":"#/components/schemas/BusinessUnitModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetCatalogAvaliableSlotsRequest":{"type":"object","x-restlet":{"section":"Appointments(Catalog)"}},"GetCategoriesRequest":{"properties":{"CenterId":{"type":"string"},"ParentCategoryId":{"format":"int64","type":"integer"}},"type":"object"},"GetCategoriesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/TrainingCategoryModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetCenterAppointmentSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Settings":{"$ref":"#/components/schemas/CenterAppointmentSettings"}},"type":"object"},"GetCenterCollectionsRequest":{"properties":{"CenterId":{"description":"Center for which the Collections have to be retrieved. This parameter is mandatory","type":"string"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"ShowTaxBreakUp":{"description":"Shows the break up for the tax for an item in an invoice.","type":"boolean"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"}},"type":"object"},"GetCenterCollectionsResponse":{"properties":{"CenterCode":{"description":"Center Code for which the collections are retrieved","type":"string"},"CenterCollections":{"description":"Collections in the given period for the center","items":{"$ref":"#/components/schemas/CenterCollectionModel"},"type":"array"},"CenterName":{"description":"Center Name for which the collections are retrieved","type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"TotalRows":{"description":"Total rows retrieved through the api","format":"int32","type":"integer"},"Zone":{"description":"Zone to which the center belongs to","type":"string"}},"type":"object"},"GetCenterDetailsResponse":{"properties":{"Center":{"$ref":"#/components/schemas/CenterModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetCenterGeneralSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Settings":{"$ref":"#/components/schemas/CenterGeneralSettings"}},"type":"object"},"GetCenterGuestSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Settings":{"$ref":"#/components/schemas/CenterGuestSettings"}},"type":"object"},"GetCenterInvoiceSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PaymentGateway":{"$ref":"#/components/schemas/PaymentGatewayModel"},"Settings":{"$ref":"#/components/schemas/CenterInvoiceSettings"},"StripePaymentSignUpUrl":{"type":"string"}},"type":"object"},"GetCenterSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PaymentGateway":{"$ref":"#/components/schemas/PaymentGatewayModel"},"Settings":{"$ref":"#/components/schemas/CenterSettings"}},"type":"object"},"GetCentersListRequest":{"properties":{"CenterId":{"type":"string"},"ClassId":{"format":"int64","type":"integer"},"ZoneId":{"type":"string"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetCentersListResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/CentersAssocModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetCentersResponse":{"properties":{"Centers":{"items":{"$ref":"#/components/schemas/CenterModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetClassDetailsResponse":{"properties":{"ClassDetail":{"$ref":"#/components/schemas/TrainingClassDetailModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetClassDurationOptionsResponse":{"properties":{"ClassDurationOptions":{"items":{"$ref":"#/components/schemas/ClassDurationModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetClassImagesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"type":"string"}},"type":"object"},"GetClassesRequest":{"properties":{"CenterId":{"type":"string"},"ClassName":{"type":"string"},"ExpandedPaths":{"type":"string"},"SelectedDate":{"format":"date-time","type":"string"},"ShowInCatalog":{"format":"int32","type":"integer"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetClassesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/ClassModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetCommissionRequest":{"properties":{"CenterId":{"description":"Center for which the Split Commission are to be retrieved. This parameter is mandatory.","type":"string"},"EmployeeType":{"description":"default 1, can have one of the three values - 1 ‘All’, 2 ‘Employees’, 3 ‘Consultants’","format":"int32","type":"integer"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"ReportType":{"description":"default 1, can have one of the two values - 1 ‘Sale based’, 2 ‘Collections based’","format":"int32","type":"integer"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"}},"type":"object"},"GetCommissionResponse":{"properties":{"CenterCode":{"description":"Center Code","type":"string"},"CenterName":{"description":"Center Name","type":"string"},"Commissions":{"description":"Split Commissions","items":{"$ref":"#/components/schemas/CommissionModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"TotalRows":{"description":"Total Split Commissions retrieved through the api","format":"int32","type":"integer"}},"type":"object"},"GetCreditCardsOnFileRequest":{"properties":{"CenterId":{"type":"string"},"GuestId":{"type":"string"},"TransactionFrom":{"enum":[1,2,4,8,16],"format":"int32","type":"integer"}},"type":"object"},"GetCreditCardsOnFileResponse":{"properties":{"CreditCardsOnFile":{"items":{"$ref":"#/components/schemas/CreditCardOnFileModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"HasExpiredCards":{"type":"boolean"}},"type":"object"},"GetCustomDataImageResponse":{"properties":{"AssetId":{"type":"string"},"AssetUrl":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetCustomPaymentDataResponse":{"properties":{"CustomPaymentData":{"items":{"$ref":"#/components/schemas/CustomPaymentModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetDashboadCenterSalesRequest":{"properties":{"CenterId":{"type":"string"}},"type":"object"},"GetDashboadCenterSalesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ProjectedSales":{"format":"double","type":"number"},"TotalSalesActual":{"format":"double","type":"number"},"TotalSalesTargetForMonth":{"format":"double","type":"number"},"TotalSalesTargetTillDay":{"format":"double","type":"number"}},"type":"object"},"GetDashboardAttendanceRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"OrganizationId":{"type":"string"},"StartDate":{"format":"date-time","type":"string"},"ZoneId":{"type":"string"}},"type":"object"},"GetDashboardAttendanceResponse":{"properties":{"Attendance":{"format":"int32","type":"integer"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetDashboardFirstvisitsRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"OrganizationId":{"type":"string"},"StartDate":{"format":"date-time","type":"string"},"ZoneId":{"type":"string"}},"type":"object"},"GetDashboardFirstvisitsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"FirstVisits":{"format":"int32","type":"integer"}},"type":"object"},"GetDashboardFreeTrialsRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"OrganizationId":{"type":"string"},"StartDate":{"format":"date-time","type":"string"},"ZoneId":{"type":"string"}},"type":"object"},"GetDashboardFreeTrialsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"FreeTrials":{"format":"int32","type":"integer"}},"type":"object"},"GetDashboardNewMembersRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"StartDate":{"format":"date-time","type":"string"}},"type":"object"},"GetDashboardNewMembersResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"NewMembersCount":{"format":"int32","type":"integer"}},"type":"object"},"GetDashboardOnlineBookingsRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"OrganizationId":{"type":"string"},"StartDate":{"format":"date-time","type":"string"},"ZoneId":{"type":"string"}},"type":"object"},"GetDashboardOnlineBookingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"OnlineBookings":{"format":"int32","type":"integer"}},"type":"object"},"GetDesignationResponse":{"properties":{"Designation":{"items":{"$ref":"#/components/schemas/DesignationModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetDiscountsRequest":{"properties":{"AppointmentDate":{"format":"date-time","type":"string"},"CenterId":{"type":"string"},"GuestId":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"GetDiscountsResponse":{"properties":{"Discounts":{"items":{"$ref":"#/components/schemas/DiscountViewModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetDisplayTerminalSettingsResponse":{"properties":{"CenterId":{"type":"string"},"DisplayTerminalAdvertisementUrl":{"type":"string"},"EnableDisplayTerminal":{"type":"boolean"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetEmployeeDetailResponse":{"properties":{"EmployeeDetail":{"$ref":"#/components/schemas/EmployeeDetailModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetEmployeeResponse":{"properties":{"Employee":{"$ref":"#/components/schemas/EmployeeModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetEmployeeRolesRequest":{"properties":{"CenterId":{"type":"string"},"EmployeeId":{"type":"string"},"ReturnPermissions":{"type":"boolean"}},"type":"object"},"GetEmployeeRolesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"SecurityRoles":{"items":{"$ref":"#/components/schemas/EmployeeRoleModel"},"type":"array"}},"type":"object"},"GetEmployeeTipsResponse":{"properties":{"EmployeeTips":{"items":{"$ref":"#/components/schemas/EmployeeTipModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetEmployeesRequest":{"properties":{"CenterId":{"type":"string"},"Date":{"format":"date-time","type":"string"}},"type":"object"},"GetEmployeesResponse":{"properties":{"Employees":{"items":{"$ref":"#/components/schemas/TherapistModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetEquipmentsForServiceRequest":{"properties":{"AppointmentId":{"type":"string"},"CenterId":{"type":"string"},"RoomId":{"type":"string"},"ServiceId":{"type":"string"}},"type":"object"},"GetEquipmentsForServiceResponse":{"properties":{"Equipments":{"items":{"$ref":"#/components/schemas/EquipmentModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetForgotPasswordRequest":{"properties":{"Email":{"type":"string"},"Phone":{"type":"string"},"UseraName":{"type":"string"}},"type":"object"},"GetForgotPasswordResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"}},"type":"object"},"GetGiftTypesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GiftCardTypes":{"items":{"$ref":"#/components/schemas/GiftTypeModel"},"type":"array"}},"type":"object"},"GetGuestCheckinRequest":{"properties":{"CenterId":{"type":"string"}},"type":"object"},"GetGuestCheckinResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsNumberVisitsExceeded":{"type":"boolean"},"IsSignedIn":{"type":"boolean"}},"type":"object"},"GetGuestCustomDataResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"guestcustomdata":{"$ref":"#/components/schemas/Object"},"success":{"type":"boolean"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetGuestDetailsByCodeResponse":{"properties":{"Code":{"type":"string"},"Email":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"FirstName":{"type":"string"},"Id":{"type":"string"},"LastName":{"type":"string"},"MiddleName":{"type":"string"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"}},"type":"object"},"GetGuestRequest":{"properties":{"Type":{"enum":[0,1],"format":"int32","type":"integer"}},"type":"object"},"GetGuestResponse":{"example":"{\n \"Success\": true,\n \"GuestDetails\": {\n \"guests\": [\n {\n \"Address1\": \"\",\n \"Address2\": \"\",\n \"AnniversaryDate\": \"1900-01-01T00:00:00\",\n \"City\": \"\",\n \"CountryFk\": \"-1\",\n \"CountryName\": \"\",\n \"DOB\": \"2005-05-05T10:24:12.657\",\n \"DOB_IncompleteYear\": \"\",\n \"Email\": \"Danjohn@zenotik.com\",\n \"Gender\": \"Male\",\n \"GuestFlagFT\": \"1\",\n \"GuestFlagHS\": \"0\",\n \"GuestFlagLF\": \"0\",\n \"GuestFlagMB\": \"0\",\n \"GuestFlagNS\": \"0\",\n \"GuestFlagPack\": \"0\",\n \"GuestFlagRC\": \"0\",\n \"GuestFlagReg\": \"0\",\n \"GuestFName\": \"Dan\",\n \"GuestLName\": \"James\",\n \"GuestPhone\": \"7278563345\",\n \"HasCD\": \"1\",\n \"HomePhone\": \"\",\n \"id\": \"BBEFC2CB-2B26-4C3B-8C34-D6B57BCF0A9C\",\n \"ReceiveLpStmt\": \"1\",\n \"ReceiveMarketingEMail\": \"1\",\n \"ReceiveMarketingSMS\": \"1\",\n \"ReceiveTransactionalEMail\": \"1\",\n \"ReceiveTransactionalSMS\": \"1\",\n \"StateFK\": \"-1\",\n \"StateName\": \"\",\n \"WorkPhone\": \"\",\n \"MobilePhoneModel\": {\n \"CountryId\": -1,\n \"Number\": \"7278563345\",\n \"DisplayNumber\": \"7278563345\"\n },\n \"HomePhoneModel\": {\n \"CountryId\": -1,\n \"Number\": null,\n \"DisplayNumber\": null\n },\n \"WorkPhoneModel\": {\n \"CountryId\": -1,\n \"Number\": null,\n \"DisplayNumber\": null\n },\n \"memberships\": [],\n \"packages\": [],\n \"products\": [],\n \"appts\": [],\n \"GuesthistoryFlag\": null,\n \"LastMembership\": null,\n \"LastPackage\": null,\n \"AmountDue\": null,\n \"TotalVisits\": null,\n \"LastVisit\": null,\n \"LastService\": null,\n \"LastTherapist\": null,\n \"OpenAppts\": null,\n \"TotalSpent\": null,\n \"MembershipBalance\": null,\n \"GuestFlagOtherCenter\": false,\n \"GuestFlagHasProfileAlert\": false,\n \"GuestFlagCardOnFile\": false,\n \"GuestFlagCTA\": null,\n \"CardsOnFile\": null,\n \"HasActiveMemberships\": null,\n \"NonExpirePackages\": null\n }\n ],\n \"success\": true\n },\n \"Error\": null\n}","properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GuestDetails":{"$ref":"#/components/schemas/EmployeeApp_Guest"},"Success":{"type":"boolean"}},"type":"object"},"GetGuestsResponseV5":{"example":"{\n \"guests\": [\n {\n \"code\": \"p8807\",\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n \"name\": \"Trivendrum\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 8458485\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"6b650654-f773-4ae3-9053-247f332d8518\",\n \"first_name\": \"Ramesh\",\n \"last_name\": \"R\"\n },\n {\n \"code\": \"H74\",\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 9343344343\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"62b7116c-e8d7-4a1c-8787-e88132d414c8\",\n \"first_name\": \"Rama\",\n \"last_name\": \"R\"\n },\n {\n \"code\": null,\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 9849112402\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"e672fe5d-c8e2-408c-9775-f30ee944fc46\",\n \"first_name\": \"Ramarao\",\n \"last_name\": \"R\"\n },\n {\n \"code\": \"M046\",\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"9eccada9-3ad9-407b-8976-3e550b7c7915\",\n \"name\": \"Mumbai\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 8458485\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"2ca9514b-8474-4906-b093-dec4a5940aab\",\n \"first_name\": \"Ramesh\",\n \"last_name\": \"R\"\n },\n {\n \"code\": null,\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 8883433\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"f363e7e7-e84c-4366-ba5c-5efb89907206\",\n \"first_name\": \"Ramesh\",\n \"last_name\": \"R\"\n },\n {\n \"code\": null,\n \"email\": \"\",\n \"gender\": 1,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 343434\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"4dbf6fac-6942-4ae5-af2c-3740bbc00abd\",\n \"first_name\": \"Ramm\",\n \"last_name\": \"M\"\n },\n {\n \"code\": \"610275\",\n \"email\": \"\",\n \"gender\": 0,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 0\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"11453dca-6173-4dc8-9846-9bbc834d43c8\",\n \"first_name\": \"Stephanie\",\n \"last_name\": \"Rampola\"\n },\n {\n \"code\": \"6022\",\n \"email\": \"\",\n \"gender\": 0,\n \"center\": {\n \"id\": \"ad3feb5f-40e2-4075-8f8f-5f40ef1ed697\",\n \"name\": \"Hyderabad\"\n },\n \"mobile_phone\": {\n \"country_id\": 0,\n \"number\": \"+91 0\"\n },\n \"home_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"work_phone\": {\n \"country_id\": 0,\n \"number\": \"\"\n },\n \"id\": \"2af7ab2c-0f4c-480f-8e7f-81d072ca9a01\",\n \"first_name\": \"Dra.Ramonette\",\n \"last_name\": \"Guerrero\"\n }\n ],\n \"error\": null\n}","properties":{"error":{"type":"object"},"guests":{"items":{"properties":{"center":{"properties":{"id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"name":{"type":"string"}},"type":"object"},"code":{"description":"Guest Code","type":"string"},"email":{"description":"Email associated with the Guest","type":"string"},"first_name":{"description":"First Name of the Guest","type":"string"},"gender":{"description":"NotSpecified = -1,\n Male = 1,\n Female = 0","type":"number"},"home_phone":{"properties":{"country_id":{"type":"number"},"number":{"type":"string"}},"type":"object"},"id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"last_name":{"description":"Last Name of the Guest","type":"string"},"mobile_phone":{"properties":{"country_id":{"type":"number"},"number":{"type":"string"}},"type":"object"},"work_phone":{"properties":{"country_id":{"type":"number"},"number":{"type":"string"}},"type":"object"}},"type":"object"},"type":"array"}},"type":"object"},"GetImportStatusByImportIdResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ImportStatus":{"$ref":"#/components/schemas/ImportStatus"}},"type":"object"},"GetImportStatusResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ImportStatuses":{"items":{"$ref":"#/components/schemas/ImportStatus"},"type":"array"}},"type":"object"},"GetInstructorsRequest":{"properties":{"ClassId":{"format":"int64","type":"integer"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetInstructorsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/InstructorsModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetInstructorsforAdminResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/InstructorsModelforAdmin"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetInvoiceResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GroupInvoice":{"$ref":"#/components/schemas/GroupInvoiceModel"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsGroupInvoice":{"type":"boolean"}},"type":"object"},"GetIssuesAndNotificationsRequest":{"properties":{"GuestId":{"type":"string"},"Option":{"enum":[0,1],"format":"int32","type":"integer"},"PageNum":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"}},"type":"object"},"GetIssuesAndNotificationsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Issues":{"items":{"$ref":"#/components/schemas/IssueModel"},"type":"array"},"Notifications":{"items":{"$ref":"#/components/schemas/MessageModel"},"type":"array"}},"type":"object"},"GetJobsRequest":{"properties":{"CenterId":{"type":"string"}},"type":"object"},"GetJobsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Jobs":{"items":{"$ref":"#/components/schemas/JobModel"},"type":"array"}},"type":"object"},"GetLoginRequest":{"properties":{"Password":{"type":"string"},"UserName":{"type":"string"}},"type":"object"},"GetLoginResponse":{"properties":{"CenterId":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"FirstName":{"type":"string"},"GuestCode":{"type":"string"},"GuestId":{"type":"string"},"LastName":{"type":"string"},"WebSessionId":{"type":"string"}},"type":"object"},"GetLogoutRequest":{"properties":{"WebSessionId":{"type":"string"}},"type":"object"},"GetLogoutResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"}},"type":"object"},"GetLoyaltyProgramsRequest":{"properties":{"GuestId":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"GetLoyaltyProgramsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"LoyaltyPrograms":{"items":{"$ref":"#/components/schemas/LoyaltyModel"},"type":"array"}},"type":"object"},"GetMembershipsDetailsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"MembershipDetails":{"$ref":"#/components/schemas/MembershipDetailModel"}},"type":"object"},"GetMembershipsRequest":{"properties":{"CenterId":{"type":"string"},"GuestId":{"type":"string"},"ShowInCatalog":{"type":"boolean"}},"type":"object"},"GetMembershipsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Memberships":{"items":{"$ref":"#/components/schemas/MembershipModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetMonthlyAppointmentsDatesRequest":{"properties":{"CenterId":{"type":"string"},"Month":{"format":"int32","type":"integer"},"TherapistId":{"type":"string"},"Year":{"format":"int32","type":"integer"}},"type":"object"},"GetMonthlyAppointmentsDatesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"MonthlyAppointmentDates":{"items":{"$ref":"#/components/schemas/MonthlyAppointmentDatesModel"},"type":"array"}},"type":"object"},"GetNotesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Notes":{"items":{"$ref":"#/components/schemas/NoteModel"},"type":"array"}},"type":"object"},"GetNotificationsRequest":{"properties":{"Page":{"format":"int32","type":"integer"},"Size":{"format":"int32","type":"integer"}},"type":"object"},"GetNotificationsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Notifications":{"items":{"$ref":"#/components/schemas/PushNotification"},"type":"array"}},"type":"object"},"GetOnlineTransactionRequest":{"properties":{"CardLogo":{"description":"The transactions for the given card logo for which the api has to retrieve the data. By default considers all type of card logos.","type":"string"},"CenterId":{"description":"Center for which the Revenue has to be retrieved. This parameter is mandatory","type":"string"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"TransactionStatus":{"description":"The transaction status for which the api has to retrieve the data. By default considers all transaction statuses.","enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer"},"TransactionType":{"description":"The transaction type for which the api has to retrieve the data. By default considers all transaction types.","enum":[0,1,2,3,4,5],"format":"int32","type":"integer"},"View":{"description":"The view for which the api has to retrieve the data. By default considers the default view.","enum":[1,2],"format":"int32","type":"integer"}},"type":"object"},"GetOnlineTransactionResponse":{"properties":{"CenterCode":{"description":"Center Code for which the online transactions is retrieved","type":"string"},"CenterName":{"description":"Center Name for which the online transactions is retrieved","type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"OnlineTransactions":{"description":"Online transactions in the given period for the center","items":{"$ref":"#/components/schemas/OnlineTransactionModel"},"type":"array"},"TotalRows":{"description":"Total rows retrieved through the api","format":"int32","type":"integer"}},"type":"object"},"GetOpportunityDetailsResponse":{"example":"{\n \"oppportunity\": {\n \"opportunity_id\": \"0fb4dc6e-21f7-459d-82da-d1711c855a0c\",\n \"opportunity_title\": \"Time Problem\",\n \"opportunity_description\": null,\n \"opportunity_user_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\n \"opportunity_owner_id\": \"e5287280-b14d-4bbd-b693-3671b9dda20f\",\n \"opportunity_type\": \"Memberships\",\n \"opportunity_no\": 163,\n \"lead_source\": {\n \"code\": \"GH103\",\n \"id\": \"be29f791-d600-47af-a806-19b08f292872\",\n \"name\": \"source1\"\n },\n \"creation_date\": \"2018-01-18T12:37:41\",\n \"expected_close_date\": \"2018-01-19T00:00:00\",\n \"followup_date\": \"2018-01-19T00:00:00\",\n \"created_by\": \"MMS ADMIN\",\n \"sales_owner\": \"Accountant A\",\n \"therapist_id\": null,\n \"ticket_id\": null,\n \"custom_fields\": [\n {\n \"id\": \"0fb8a958-682e-4025-adef-0bac63359e05\",\n \"name\": \"28 Jan BVT Opp\",\n \"value\": \"null\"\n },\n {\n \"id\": \"dc32c05b-dabc-4888-9b0e-1947bdb901ee\",\n \"name\": \"27 Jan BVT Opp\",\n \"value\": \"Memberships\"\n },\n {\n \"id\": \"be29f791-d600-47af-a806-19b08f292872\",\n \"name\": \"18 Jun BVT Opp List\",\n \"value\": \"null\"\n }\n ],\n \"optional\": {\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null\n },\n \"price\": {\n \"listed_price\": 0,\n \"offered_price\": 0\n },\n \"stage\": {\n \"stage_name\": \"Lead\",\n \"stage_id\": \"75a445fd-5967-429c-83dc-9040244cfbb5\"\n },\n \"priority\": {\n \"priority_name\": \"High\",\n \"priority_id\": \"e5196ec3-4e3c-4677-8aa2-b8e306f0fa5c\"\n },\n \"guest\": {\n \"guest_id\": \"14492832-d829-400f-aea8-07d6024de2a0\",\n \"guest_name\": \"suhrudh reddy\"\n },\n \"center\": {\n \"center_id\": \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n \"center_name\": \"Trivendrum\"\n }\n }\n}","properties":{"oppportunity":{"properties":{"center":{"properties":{"center_id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"center_name":{"type":"string"}},"type":"object"},"created_by":{"description":"Name of the employee who created the opportunity","type":"string"},"creation_date":{"description":"DataType: DateTime(YYYY-MM-DD), Center Time","format":"date-time","type":"string"},"custom_fields":{"properties":{"id":{"description":"DataType: Unique Identifier(GUID), GUID of a custom Field","type":"string"},"name":{"type":"string"},"value":{"description":"value of the respective custom field","type":"string"}},"type":"object"},"expected_close_date":{"description":"DataType: DateTime(YYYY-MM-DD), Center Time","type":"string"},"followup_date":{"description":"DataType: DateTime(YYYY-MM-DD), Center Time","type":"string"},"guest":{"description":"Details of the guest in the context of the opportunity","properties":{"guest_id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"guest_name":{"type":"string"}},"type":"object"},"lead_source":{"description":"lead source details of the opportunity","properties":{"code":{"description":"unique code for the lead source","type":"string"},"id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"name":{"type":"string"}},"type":"object"},"opportunity_description":{"type":"string"},"opportunity_id":{"description":"Data Type : Unique Identifier(GUID) , unique for an opportunity","type":"string"},"opportunity_no":{"description":"unique number of the opportunity","type":"number"},"opportunity_owner_id":{"description":"DataType: Unique identifier(GUID), GUID of the employee who owns the opportunity","type":"string"},"opportunity_title":{"description":"title of the opportunity","type":"string"},"opportunity_type":{"description":"type of the opportunity as defined by the organization","type":"string"},"opportunity_user_id":{"description":"DataType: Unique identifier(GUID), GUID of the employee who created the opportunity","type":"string"},"optional":{"properties":{"optional_field_1":{"type":"string"},"optional_field_2":{"type":"string"},"optional_field_3":{"type":"string"}},"type":"object"},"price":{"properties":{"listed_price":{"description":"price listed in the catalogue","type":"number"},"offered_price":{"description":"price offered","type":"number"}},"type":"object"},"priority":{"properties":{"priority_id":{"description":"DataType: Unique Identifier(GUID), GUID of a custom Field","type":"string"},"priority_name":{"type":"string"}},"type":"object"},"sales_owner":{"description":"Name of the employee who owns the opportunity","type":"string"},"stage":{"properties":{"stage_id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"stage_name":{"type":"string"}},"type":"object"},"therapist_id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"ticket_id":{"type":"object"}},"type":"object"}},"type":"object"},"GetOpportunityNotesHistoryResponse":{"example":"\t\t{\r\n \"notes\": [\r\n {\r\n \"id\": \"0ba2bde4-6f58-463c-bded-cf93c7920d59\",\r\n \"value\": \"hello\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2017-12-26T02:53:48.33\"\r\n },\r\n {\r\n \"id\": \"6418a109-c001-407e-97f7-a91ef834ec49\",\r\n \"value\": \"hello2\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2017-12-26T02:54:31.987\"\r\n },\r\n {\r\n \"id\": \"3a765e40-9f0c-47f3-b476-1fb16fd6f1d8\",\r\n \"value\": \"hello3\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2017-12-26T02:56:07.14\"\r\n },\r\n {\r\n \"id\": \"b25ea064-8daa-4978-9b69-50302f2a99cb\",\r\n \"value\": \"new note\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2017-12-29T03:18:41.737\"\r\n },\r\n {\r\n \"id\": \"c031c8b2-cb94-453d-afb7-2fafe707a0fb\",\r\n \"value\": \"new note\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2017-12-29T03:31:35.44\"\r\n },\r\n {\r\n \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n \"value\": \"one\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2018-01-03T02:23:51.267\"\r\n },\r\n {\r\n \"id\": \"adbb72a8-a195-429f-8d07-e87caef23979\",\r\n \"value\": \"one1\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2018-01-03T02:41:14.057\"\r\n },\r\n {\r\n \"id\": \"15bf6b91-69b0-4891-9a09-1337cc0d5370\",\r\n \"value\": \"one1\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2018-01-03T03:30:51.47\"\r\n },\r\n {\r\n \"id\": \"3fd9b9e1-321c-4d23-bc3f-ca42eece529c\",\r\n \"value\": \"one2\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2018-01-03T21:32:33.503\"\r\n },\r\n {\r\n \"id\": \"f4c6eda6-79f5-4ee7-9390-ee8705dcb27d\",\r\n \"value\": \"one3\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2018-01-03T23:40:03.537\"\r\n },\r\n {\r\n \"id\": \"571c298e-53b7-4d24-9254-283f67c3d5b0\",\r\n \"value\": \"notes_new\",\r\n \"updated_by_id\": \"ede781ef-7891-47b8-961e-a4729925431f\",\r\n \"creation_date\": \"2018-01-18T09:37:54.727\"\r\n }\r\n ]\r\n}","properties":{"notes":{"items":{"properties":{"creation_date":{"description":"DataType : DateTime(YYYY-MM-DD), Date on which the notes is Created","type":"string"},"id":{"description":"DataType : UniqueIdentifier(GUID)","type":"string"},"updated_by_id":{"description":"DataType : UniqueIdentifier(GUID),GUID of the employee who updated the notes","type":"string"},"value":{"description":"content of the notes","type":"string"}},"type":"object"},"type":"array"}},"type":"object"},"GetOrganizationCustomFieldResponse":{"example":"{\r\n \"custom_field_details\": [\r\n {\r\n \"field_id\": \"0fb8a958-682e-4025-adef-0bac63359e05\",\r\n \"field_name\": \"28 Jan BVT Opp\",\r\n \"field_description\": \"2801 Jan BVT\",\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"3ab56a96-d0c0-4ab8-a7e2-576b8ff65649\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.44\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"dc32c05b-dabc-4888-9b0e-1947bdb901ee\",\r\n \"field_name\": \"27 Jan BVT Opp\",\r\n \"field_description\": \"2701 bvt\",\r\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\r\n \"field_code\": null,\r\n \"list_id\": \"1d1b461f-d78f-423d-aae4-347ed262b7da\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.453\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"be29f791-d600-47af-a806-19b08f292872\",\r\n \"field_name\": \"18 Jun BVT Opp List\",\r\n \"field_description\": \"18 June BVt\",\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"42cd759f-bb98-4f6e-83b6-baf9664a183e\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": \" to \",\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.463\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"f4e6b8b4-d2a8-48a5-863c-620bb9d48a67\",\r\n \"field_name\": \"rthryjryjyjyhrtrhtr\",\r\n \"field_description\": \"8B4-D2A8-48A5-86\",\r\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\r\n \"field_code\": null,\r\n \"list_id\": \"22568bde-caa5-421e-a207-c9500dc4fd65\",\r\n \"field_order\": 1,\r\n \"custom_field_type\": 3,\r\n \"active\": false,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.663\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"6e77750c-e6ed-4c72-bb7f-6bbdd0fbe9a5\",\r\n \"field_name\": \"23 Jan BVT Opp\",\r\n \"field_description\": \"2301 bvt\",\r\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\r\n \"field_code\": null,\r\n \"list_id\": \"9f79ecec-812a-408b-a461-452ce9eb5a29\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.503\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"939b0e58-c3da-4ba0-b8e0-77efbec5d39e\",\r\n \"field_name\": \"028 May BVT Opp\",\r\n \"field_description\": \"028 May BVT\",\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"7e0acc40-874b-4262-8c37-ef5cc018fcd4\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": \" to \",\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.513\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"57c31212-df08-42bf-810b-78454217ab1f\",\r\n \"field_name\": \"57C31\",\r\n \"field_description\": \"212-DF08-42BF-81\",\r\n \"field_type\": \"2bcc4303-b54c-4c14-a454-6be3ff2ba617\",\r\n \"field_code\": null,\r\n \"list_id\": \"cbfd3be7-e89c-4238-bb7a-13816d6deb0b\",\r\n \"field_order\": 1,\r\n \"custom_field_type\": 3,\r\n \"active\": false,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.64\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"2f0a5b8e-f4c5-470e-8069-80f64db8646a\",\r\n \"field_name\": \"29 Jul BVT Opp\",\r\n \"field_description\": \"29 Jul BVT\",\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"0eecef2a-992a-4dcd-9501-dc3a1cf3a723\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": \" to \",\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.577\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"fe8acb22-bf7e-491e-bb63-8a4885ecaf51\",\r\n \"field_name\": \"FE8AC\",\r\n \"field_description\": \"B22-BF7E-491E-BB\",\r\n \"field_type\": \"5ab7cb86-fc59-400b-9b24-23c18bf0a407\",\r\n \"field_code\": null,\r\n \"list_id\": null,\r\n \"field_order\": 4,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.763\",\r\n \"data_type\": \"bool\"\r\n },\r\n {\r\n \"field_id\": \"7c23695f-be28-471b-a709-8bfcb2cb212d\",\r\n \"field_name\": \"11 Feb BVT Opp\",\r\n \"field_description\": \"11Feb BVT\",\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"7d9f1d86-9a20-4091-9c4e-91ec5e7e4946\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": \" to \",\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.527\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"dd5179e8-934b-479b-9eee-8d3e03608c47\",\r\n \"field_name\": \"03 Jun BVT Opp\",\r\n \"field_description\": \"03 Jun BVT\",\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"2193c9de-8961-43a4-a935-a831251b0e70\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": \" to \",\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.533\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"0a30c2d3-1cd5-401a-a264-9cf54951e578\",\r\n \"field_name\": \"11 Aug BVT Opp List\",\r\n \"field_description\": null,\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"9204256a-26e4-482b-857f-5c84b8e7c8e4\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": \" to \",\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.547\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"ef1b0b71-565e-4f3e-aa91-b3443da7c158\",\r\n \"field_name\": \"EF1B0\",\r\n \"field_description\": \"B71-565E-4F3E-AA\",\r\n \"field_type\": \"2bcc4303-b54c-4c14-a454-6be3ff2ba617\",\r\n \"field_code\": null,\r\n \"list_id\": null,\r\n \"field_order\": 3,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.75\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"d6b78602-5722-481e-b8b7-b8d9ee6e20e9\",\r\n \"field_name\": \"D6B78\",\r\n \"field_description\": \"602-5722-481E-B8\",\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"e137b8e3-f2a3-4080-9c40-6c2fe9ea96cf\",\r\n \"field_order\": 5,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.793\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"0f1bb686-b7ac-48df-b0d5-bbe84fa7ef73\",\r\n \"field_name\": \"0F1BB\",\r\n \"field_description\": \"686-B7AC-48DF-B0\",\r\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\r\n \"field_code\": null,\r\n \"list_id\": \"a6dca4ad-99cd-4b0f-ad31-fd9ace866e38\",\r\n \"field_order\": 5,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.803\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"67ed381d-cd62-4d9f-9a71-cfd30d565d08\",\r\n \"field_name\": \"22 May BVT Opp\",\r\n \"field_description\": null,\r\n \"field_type\": \"2b49052c-d422-41fb-ae55-7cbb6baa8274\",\r\n \"field_code\": null,\r\n \"list_id\": \"3555f7bb-4916-4a43-b0ac-0c06b2406acb\",\r\n \"field_order\": 0,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": \" to \",\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.59\",\r\n \"data_type\": \"string\"\r\n },\r\n {\r\n \"field_id\": \"a26ce470-985b-4a86-b83b-d31da31f6bd5\",\r\n \"field_name\": \"A26CE\",\r\n \"field_description\": \"470-985B-4A86-B8\",\r\n \"field_type\": \"f2d25fce-70cc-4fca-9ba5-ee63d3f7bedc\",\r\n \"field_code\": null,\r\n \"list_id\": \"ff3e48da-3f33-45b9-8243-c2d25b321389\",\r\n \"field_order\": 3,\r\n \"custom_field_type\": 3,\r\n \"active\": true,\r\n \"field_attributes\": null,\r\n \"default_value\": null,\r\n \"allow_guest_to_view\": true,\r\n \"allow_guest_to_edit\": true,\r\n \"is_required\": false,\r\n \"print_on_receipt\": false,\r\n \"reference_entity_definition_FK\": null,\r\n \"entity_definition_FK\": null,\r\n \"reference_id\": null,\r\n \"group_id\": 0,\r\n \"updated_on\": \"2017-12-22T11:06:01.743\",\r\n \"data_type\": \"string\"\r\n }\r\n ]\r\n}","properties":{"custom_field_details":{"items":{"properties":{"active":{"description":"true : active, false : inactive","type":"boolean"},"allow_guest_to_edit":{"type":"boolean"},"allow_guest_to_view":{"type":"boolean"},"custom_field_type":{"description":"1-Service , 2 - Guest , 3 - Opportunity","type":"number"},"data_type":{"type":"string"},"default_value":{"type":"string"},"entity_definition_FK":{"type":"number"},"field_attributes":{"type":"string"},"field_code":{"type":"string"},"field_description":{"type":"string"},"field_id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"field_name":{"type":"string"},"field_order":{"description":"Order of fields to be displayed","type":"number"},"field_type":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"group_id":{"description":"DataType: Unique Identifier(GUID)","type":"number"},"is_required":{"description":"true : mandatory , false : not mandatory","type":"boolean"},"list_id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"print_on_receipt":{"type":"boolean"},"reference_entity_definition_FK":{"type":"number"},"reference_id":{"description":"DataType: Unique Identifier(GUID)","type":"string"},"updated_on":{"description":"DataType: DateTime (YYYY-MM-DD)","format":"date-time","type":"string"}},"type":"object"},"type":"array"}},"type":"object"},"GetOrganizationDetailsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Organization":{"$ref":"#/components/schemas/OrganizationModel"}},"type":"object"},"GetOrganizationGeneralSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Settings":{"$ref":"#/components/schemas/OrganizationGeneralSettings"}},"type":"object"},"GetOrganizationGuestSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Settings":{"$ref":"#/components/schemas/OrganizationGuestSettings"}},"type":"object"},"GetOrganizationInvoiceSettingsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Settings":{"$ref":"#/components/schemas/OrganizationInvoiceSettings"}},"type":"object"},"GetPackageServicesRequest":{"properties":{"CenterId":{"type":"string"},"PackageId":{"type":"string"}},"type":"object"},"GetPackageServicesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Services":{"items":{"$ref":"#/components/schemas/ServiceModel"},"type":"array"}},"type":"object"},"GetPackagesRequest":{"properties":{"AppointmentDate":{"format":"date-time","type":"string"},"CenterId":{"type":"string"},"Type":{"enum":[1,2,3],"format":"int32","type":"integer"}},"type":"object"},"GetPackagesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Packages":{"items":{"$ref":"#/components/schemas/PackageModel"},"type":"array"}},"type":"object"},"GetPastAppointmentsRequest":{"properties":{"EndDate":{"format":"date-time","type":"string"},"StartDate":{"format":"date-time","type":"string"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetPastAppointmentsResponse":{"properties":{"Appointments":{"items":{"$ref":"#/components/schemas/AppointmentGroupModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetPayrollRequest":{"properties":{"CenterId":{"description":"Center for which the employee payroll are to be retrieved. This parameter is mandatory.","type":"string"},"EmployeeId":{"description":"Employee for which the Payroll is to be retrieved. This parameter is optional.","type":"string"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"ReportType":{"description":"default 1, can have one of the two values 1 'Summary', 2 'Details'","format":"int32","type":"integer"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"}},"type":"object"},"GetPayrollResponse":{"properties":{"CenterCode":{"description":"Center Code","type":"string"},"CenterName":{"description":"Center Name","type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Payroll":{"description":"Payroll","items":{"$ref":"#/components/schemas/PayrollModel"},"type":"array"},"TotalRows":{"description":"Total rows for the employee payroll retrieved through the api","format":"int32","type":"integer"}},"type":"object"},"GetPodDetailsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Pod":{"$ref":"#/components/schemas/PodModel"}},"type":"object"},"GetPointsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"tiers":{"items":{"$ref":"#/components/schemas/GuestPointsTierModel"},"type":"array"}},"type":"object"},"GetProductCategoriesRequest":{"properties":{"CenterId":{"type":"string"}},"type":"object"},"GetProductCategoriesResponse":{"properties":{"Categories":{"items":{"$ref":"#/components/schemas/ProductCategoryModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetProductMasterListRequest":{"properties":{"CenterId":{"type":"string"},"OrganizationId":{"type":"string"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetProductMasterListResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/ProductMasterListModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetProductsRequest":{"properties":{"CategoryId":{"type":"string"},"CenterId":{"type":"string"},"PageNum":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"}},"type":"object"},"GetProductsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Products":{"items":{"$ref":"#/components/schemas/ProductModel"},"type":"array"},"ProductsCount":{"format":"int32","type":"integer"}},"type":"object"},"GetProfilePictureResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PictureUrl":{"type":"string"}},"type":"object"},"GetPurchaseOrderRequest":{"properties":{"CenterId":{"description":"Center for which the Purchase Orders are retrieved. This parameter is mandatory.","type":"string"},"DateCriteria":{"description":"default 2, can have one of the three values - 1 ‘raised’, 2 ‘completed’, 3 ‘delivered’","format":"int32","type":"integer"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"ShowDeliveryDetails":{"description":"default ‘false’, returns only PO details. When this is true, PO includes the details of delivery as well.","type":"boolean"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"}},"type":"object"},"GetPurchaseOrderResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PurchaseOrders":{"description":"purchase orders","items":{"$ref":"#/components/schemas/PurchaseOrderModel"},"type":"array"},"TotalPurchaseOrders":{"description":"Total Purchase Orders retrieved through the api","format":"int32","type":"integer"}},"type":"object"},"GetReasonsRequest":{"properties":{"Action":{"enum":[0],"format":"int32","type":"integer"},"Object":{"enum":[0,1,2],"format":"int32","type":"integer"}},"type":"object"},"GetReasonsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Reasons":{"items":{"$ref":"#/components/schemas/ReasonModel"},"type":"array"}},"type":"object"},"GetRecurrencesRequest":{"properties":{"StartDate":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"}},"type":"object"},"GetRecurrencesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/RecurrenceSchedulesModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetRevenueInvoiceItemRequest":{"properties":{"CenterId":{"description":"Center for which the Revenue has to be retrieved. This parameter is mandatory","type":"string"},"ConsiderRefunds":{"description":"Should the api consider the refunds while retrieving the revenue","type":"boolean"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"IncludeExpiredPackageRevenue":{"description":"Specify if the api has to consider the revenue from the expired packages or not. If not specified api considers the value configured for the Organization.","type":"boolean"},"ItemType":{"description":"The type of items for which the api has to return the data. By default gives the revenue for all types of items. -1: all other item types,7-Prepaid card","format":"int32","type":"integer"},"MembershipType":{"description":"Specify for the kind of memberships for which the revenue is to be retrieved. -1 :all 0:non recurring 1:recurring. By default it gives data for all.","format":"int32","type":"integer"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"}},"type":"object"},"GetRevenueInvoiceItemResponse":{"properties":{"CenterCode":{"description":"Center Code for which the Revenue is retrieved","type":"string"},"CenterName":{"description":"Center Name for which the Revenue is retrieved","type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"InvoiceItems":{"description":"Revenue for each invoice item in the given period for the center","items":{"$ref":"#/components/schemas/RevenueInvoiceItemModel"},"type":"array"},"TotalRows":{"description":"Total rows retrieved through the api","format":"int32","type":"integer"}},"type":"object"},"GetRoomsForServiceRequest":{"properties":{"AppointmentId":{"type":"string"},"CenterId":{"type":"string"},"ServiceId":{"type":"string"},"StartTime":{"format":"date-time","type":"string"},"TherapistId":{"type":"string"}},"type":"object"},"GetRoomsForServiceResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Rooms":{"items":{"$ref":"#/components/schemas/RoomModel"},"type":"array"}},"type":"object"},"GetRoomsRequest":{"properties":{"ClassId":{"format":"int64","type":"integer"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetRoomsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/RoomsModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetSchedulesSummaryRequest":{"properties":{"CenterId":{"type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"ZoneId":{"type":"string"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetSchedulesSummaryResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/ScheduleSummaryModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetSendOtpRequest":{"properties":{"Email":{"type":"string"},"Phone":{"type":"string"}},"type":"object"},"GetSendOtpResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"VerificationId":{"type":"string"}},"type":"object"},"GetServiceCategoriesRequest":{"properties":{"CenterId":{"type":"string"},"ParentCategoryId":{"type":"string"}},"type":"object"},"GetServiceCategoriesResponse":{"properties":{"Categories":{"items":{"$ref":"#/components/schemas/ServiceCategoryModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetServiceDetailResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ServiceDetail":{"$ref":"#/components/schemas/ServiceDetailModel"}},"type":"object"},"GetServicePricesRequest":{"properties":{"ServiceId":{"type":"string"}},"type":"object"},"GetServicePricesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ServicePrices":{"items":{"$ref":"#/components/schemas/ServicePrice"},"type":"array"}},"type":"object"},"GetServicesRequest":{"properties":{"CategoryId":{"type":"string"},"CenterId":{"type":"string"},"PageNum":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"}},"type":"object"},"GetServicesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Services":{"items":{"$ref":"#/components/schemas/ServiceModel"},"type":"array"},"ServicesCount":{"format":"int32","type":"integer"}},"type":"object"},"GetSimpleTrainingSchedulesRequest":{"properties":{"CenterId":{"type":"string"},"ClassId":{"format":"int64","type":"integer"},"ClassName":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"ExcludeCategoryIds":{"type":"string"},"ExcludeClassIds":{"type":"string"},"ExcludeInstructorIds":{"type":"string"},"ExcludeRoomIds":{"type":"string"},"ExpandedPaths":{"type":"string"},"RecurrenceId":{"format":"int64","type":"integer"},"RegistrationId":{"format":"int64","type":"integer"},"SessionId":{"format":"int64","type":"integer"},"ShowInCatalog":{"format":"int32","type":"integer"},"StartDate":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetSimpleTrainingSchedulesResponse":{"properties":{"Categories":{"items":{"$ref":"#/components/schemas/TrainingCategorySimple"},"type":"array"},"Classes":{"items":{"$ref":"#/components/schemas/TrainingClassSimple"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Instructors":{"items":{"$ref":"#/components/schemas/TrainingInstructorSimple"},"type":"array"},"Rooms":{"items":{"$ref":"#/components/schemas/TrainingRoomSimple"},"type":"array"},"results":{"items":{"$ref":"#/components/schemas/TrainingSessionSimpleModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetStripeSettingsResponse":{"properties":{"ApplicationFeePercent":{"format":"double","type":"number"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PayworksMerchantIdentifier":{"type":"string"},"PayworksMerchantSecretKey":{"type":"string"},"StatementDescriptorPrefix":{"type":"string"},"StripeAccountId":{"type":"string"},"StripePublishableKey":{"type":"string"},"TransactionFee":{"format":"double","type":"number"}},"type":"object"},"GetTagsRequest":{"properties":{"ClassId":{"format":"int64","type":"integer"}},"type":"object"},"GetTaxGroupsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"TaxGroups":{"items":{"$ref":"#/components/schemas/CenterTaxGroupModel"},"type":"array"}},"type":"object"},"GetTherapistsForServiceRequest":{"properties":{"CenterId":{"type":"string"},"ServiceId":{"type":"string"}},"type":"object"},"GetTherapistsForServiceResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Therapists":{"items":{"$ref":"#/components/schemas/TherapistModel"},"type":"array"}},"type":"object"},"GetTherapistsRequest":{"properties":{"AppointmentId":{"type":"string"},"CenterId":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"SearchValue":{"type":"string"},"ServiceId":{"type":"string"},"StartTime":{"format":"date-time","type":"string"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetTherapistsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Therapists":{"items":{"$ref":"#/components/schemas/TherapistModel"},"type":"array"},"Total":{"format":"int32","type":"integer"}},"type":"object"},"GetTipsRequest":{"properties":{"CenterId":{"description":"Center for which the Split Tips are to be retrieved. This parameter is mandatory.","type":"string"},"EmployeeId":{"description":"Employee for which the Split Tips are to be retrieved. This parameter is optional.","type":"string"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"ReportType":{"description":"default 1, can have one of the two values - 1 ‘Based on collections’, 2 ‘Based on sales’, 3 'Based on closing'","format":"int32","type":"integer"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"Status":{"description":"default 1, can have one of the three values - 1 ‘Open’, 2 ‘Closed’, 3 ‘All’","format":"int32","type":"integer"}},"type":"object"},"GetTipsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Tips":{"description":"Split Tips","items":{"$ref":"#/components/schemas/TipModel"},"type":"array"},"TotalRows":{"description":"Total Split tips retrieved through the api","format":"int32","type":"integer"}},"type":"object"},"GetTrainingLevelDetailsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"TrainingLevelDetails":{"$ref":"#/components/schemas/TrainingLevelModel"}},"type":"object"},"GetTrainingLevelsRequest":{"properties":{"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetTrainingLevelsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/TrainingLevelModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetTrainingSchedulesRequest":{"properties":{"CenterId":{"type":"string"},"ClassId":{"format":"int64","type":"integer"},"ClassName":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"ExpandedPaths":{"type":"string"},"RecurrenceId":{"format":"int64","type":"integer"},"ShowInCatalog":{"format":"int32","type":"integer"},"StartDate":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetTrainingSchedulesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"results":{"items":{"$ref":"#/components/schemas/SessionModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetTrainingSessionResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"SessionDetail":{"$ref":"#/components/schemas/TrainingSessionDetailModel"}},"type":"object"},"GetUpcomingAppointmentsRequest":{"properties":{"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"GetUpcomingAppointmentsResponse":{"properties":{"Appointments":{"items":{"$ref":"#/components/schemas/AppointmentGroupModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"GetUserMembershipsRequest":{"properties":{"CenterId":{"type":"string"},"GuestId":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"GetUserMembershipsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"UserMemberships":{"items":{"$ref":"#/components/schemas/MembershipUserModel"},"type":"array"}},"type":"object"},"GetUserPackagesRequest":{"properties":{"CenterId":{"type":"string"},"GuestId":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"GetUserPackagesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"UserPackages":{"items":{"$ref":"#/components/schemas/PackageUserModel"},"type":"array"}},"type":"object"},"GetUserRegistrationsAdminResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"},"results":{"items":{"$ref":"#/components/schemas/RegistrationModel"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetUserRegistrationsRequest":{"properties":{"CenterId":{"type":"string"},"UserId":{"type":"string"},"endDate":{"format":"date-time","type":"string"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"},"startDate":{"format":"date-time","type":"string"}},"type":"object"},"GetUserRegistrationsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"},"results":{"items":{"$ref":"#/components/schemas/RegistrationModelSimple"},"type":"array"},"total":{"format":"int32","type":"integer"}},"type":"object"},"GetUtilizationRequest":{"properties":{"CenterId":{"description":"Center for which the employee utilization are to be retrieved. This parameter is mandatory.","type":"string"},"EmployeeId":{"description":"Employee for which the Utilization are to be retrieved. This parameter is optional.","type":"string"},"EndDate":{"description":"The date till which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"},"JobId":{"description":"Employees having a particular job for which the Utilization are to be retrieved. This parameter is optional.","type":"string"},"StartDate":{"description":"The date from which the api has to retrieve the data. By default considers the current date.","format":"date-time","type":"string"}},"type":"object"},"GetUtilizationResponse":{"properties":{"CenterCode":{"description":"Center Code","type":"string"},"CenterName":{"description":"Center Name","type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"TotalRows":{"description":"Total rows for the employee utilization retrieved through the api","format":"int32","type":"integer"},"Utilization":{"description":"Utilization","items":{"$ref":"#/components/schemas/UtilizationModel"},"type":"array"}},"type":"object"},"GetVerifyOtpRequest":{"properties":{"OTP":{"type":"string"},"VerificationId":{"type":"string"}},"type":"object"},"GetVerifyOtpResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Verified":{"type":"boolean"}},"type":"object"},"GiftCardModel":{"properties":{"Code":{"type":"string"},"ExpiryDate":{"format":"date-time","type":"string"},"GiftTypeId":{"type":"string"},"Id":{"type":"string"},"IsOneTimeUse":{"type":"boolean"},"Notes":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"PurchasePrice":{"format":"double","type":"number"},"Recipient":{"$ref":"#/components/schemas/GuestModel"},"SendEmailToRecipient":{"type":"boolean"},"Services":{"$ref":"#/components/schemas/GiftCardServicesModel"},"ValidityDays":{"format":"int32","type":"integer"},"Value":{"format":"double","type":"number"}},"type":"object"},"GiftCardPriceAndValue":{"properties":{"AllowDifference":{"type":"boolean"},"RequiresAuthorization":{"type":"boolean"}},"type":"object"},"GiftCardServicesModel":{"properties":{"Services":{"items":{"$ref":"#/components/schemas/ServiceModel"},"type":"array"}},"type":"object"},"GiftCardSettings":{"properties":{"EnableSale":{"type":"boolean"},"PriceAndValue":{"$ref":"#/components/schemas/GiftCardPriceAndValue"}},"type":"object"},"GiftTypeModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"GroupInvoiceModel":{"properties":{"Id":{"type":"string"},"Invoices":{"items":{"$ref":"#/components/schemas/InvoiceModel"},"type":"array"},"Payments":{"items":{"$ref":"#/components/schemas/PaymentModel"},"type":"array"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Redemptions":{"items":{"$ref":"#/components/schemas/RedemptionModel"},"type":"array"}},"type":"object"},"Guest":{"$ref":"#/components/schemas/GuestModel"},"GuestFields":{"properties":{"HomePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"WorkPhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"address1":{"type":"string"},"address2":{"type":"string"},"anniversarydate":{"type":"string"},"city":{"type":"string"},"countryFK":{"type":"string"},"dob":{"type":"string"},"dob_incompleteyear":{"type":"string"},"dtAnniversaryDate":{"format":"date-time","type":"string"},"dtDOB":{"format":"date-time","type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"gender":{"type":"string"},"homephone":{"type":"string"},"lastName":{"type":"string"},"mobile":{"type":"string"},"receiveMarketingEMail":{"type":"boolean"},"receiveMarketingSMS":{"type":"boolean"},"receiveTransactionalEMail":{"type":"boolean"},"receiveTransactionalSMS":{"type":"boolean"},"referralsourceid":{"type":"string"},"stateFK":{"type":"string"},"userId":{"type":"string"},"workphone":{"type":"string"},"zipCode":{"type":"string"}},"type":"object"},"GuestModel":{"properties":{"Address1":{"type":"string"},"Address2":{"type":"string"},"AnniversaryDate":{"format":"date-time","type":"string"},"CenterCode":{"type":"string"},"CenterId":{"type":"string"},"CenterName":{"type":"string"},"City":{"type":"string"},"Code":{"description":"Code assigned to Guest","type":"string"},"Country":{"$ref":"#/components/schemas/CountryModel"},"CreationDate":{"format":"date-time","type":"string"},"DOB_IncompleteYear":{"type":"string"},"DateOfBirth":{"format":"date-time","type":"string"},"Email":{"description":"Email","type":"string"},"FirstName":{"description":"First Name","type":"string"},"Gender":{"description":"-1 - NotSpecified, 0 - Female, 1- Male","enum":[-1,0,1],"format":"int32","type":"integer"},"GuestIndicator":{"type":"string"},"HomePhone":{"type":"string"},"HomePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"Id":{"description":"Unique Id of Guest","type":"string"},"IsMember":{"format":"int32","type":"integer"},"LastName":{"description":"Last Name","type":"string"},"LastUpdated":{"format":"date-time","type":"string"},"MergeIntoCode":{"type":"string"},"MergeIntoGuestId":{"type":"string"},"MiddleName":{"description":"Middle Name","type":"string"},"MobileNumber":{"type":"string"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"Nationality":{"$ref":"#/components/schemas/CountryModel"},"PostalCode":{"type":"string"},"ReceiveMarketingEmail":{"description":"Receive marketing email","type":"boolean"},"ReceiveMarketingSms":{"description":"Receive marketing SMS","type":"boolean"},"ReceiveTransactionalEmail":{"description":"Receive Email for transactions","type":"boolean"},"ReceiveTransactionalSms":{"description":"Receive SMS alert for transactions","type":"boolean"},"ReferralSource":{"$ref":"#/components/schemas/ReferralSourceModel"},"ReferredGuestId":{"type":"string"},"State":{"$ref":"#/components/schemas/StateModel"}},"type":"object"},"GuestPointsTierModel":{"properties":{"EndDate":{"format":"date-time","type":"string"},"GuestId":{"type":"string"},"Id":{"format":"int32","type":"integer"},"StartDate":{"format":"date-time","type":"string"},"TierId":{"type":"string"},"TierName":{"type":"string"}},"type":"object"},"Guid":{"$ref":"#/components/schemas/GUID"},"ImageAnnotation":{"properties":{"CreatedBy":{"type":"string"},"CreatedDate":{"format":"date-time","type":"string"},"CustomFieldType":{"format":"int32","type":"integer"},"CustomFieldValueId":{"type":"string"},"ImageAnnotationId":{"type":"string"},"ModifiedBy":{"type":"string"},"ModifiedDate":{"format":"date-time","type":"string"},"ShapeHeight":{"format":"double","type":"number"},"ShapeType":{"type":"string"},"ShapeWidth":{"format":"double","type":"number"},"ShapeX":{"format":"double","type":"number"},"ShapeY":{"format":"double","type":"number"},"Value":{"type":"string"},"ValueType":{"format":"int32","type":"integer"},"Void":{"type":"boolean"}},"type":"object"},"ImportStatus":{"properties":{"ErrorLogFile":{"type":"string"},"ImportAction":{"type":"string"},"ImportDate":{"format":"date-time","type":"string"},"ImportId":{"format":"int64","type":"integer"},"ImportType":{"type":"string"},"ImportedBy":{"type":"string"},"SourceFile":{"type":"string"},"Status":{"type":"string"},"TotalRows":{"format":"int64","type":"integer"},"ValidRows":{"format":"int64","type":"integer"}},"type":"object"},"ImportUploadResult":{"properties":{"FileName":{"type":"string"},"ImportId":{"format":"int64","type":"integer"},"Successful":{"type":"boolean"}},"type":"object"},"InitiatePaymentCreditCardRequest":{"properties":{"Amount":{"format":"double","type":"number"},"CashRegisterId":{"type":"string"},"CreditCardGateway":{"type":"string"},"GuestId":{"type":"string"},"InvoiceId":{"type":"string"},"Source":{"enum":[0,1,2,3,4,5,6],"format":"int32","type":"integer"},"TipAmount":{"format":"double","type":"number"}},"type":"object"},"InitiatePaymentCreditCardResponse":{"properties":{"CreditCardGateway":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GatewaySettings":{"type":"object"},"OrderId":{"type":"string"}},"type":"object"},"InstructorsModel":{"properties":{"Description":{"type":"string"},"Id":{"type":"string"},"ImagePaths":{"type":"object"},"IsAssociated":{"format":"int32","type":"integer"},"Name":{"type":"string"},"NumSessions":{"format":"int32","type":"integer"}},"type":"object"},"InstructorsModelforAdmin":{"properties":{"Email":{"type":"string"},"FirstName":{"type":"string"},"FullName":{"type":"string"},"Gender":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"Id":{"type":"string"},"ImagePaths":{"type":"object"},"IsAssociated":{"format":"int32","type":"integer"},"IsAvailable":{"type":"boolean"},"LastName":{"type":"string"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"PhoneNumber":{"type":"string"},"ScaledPrice":{"format":"double","type":"number"},"ScalingFactor":{"format":"double","type":"number"},"ServiceTime":{"format":"int32","type":"integer"},"ShortName":{"type":"string"},"VanityImageUrl":{"type":"string"}},"type":"object"},"InvoiceCloseRequest":{"properties":{"InvoiceId":{"type":"string"}},"type":"object"},"InvoiceCloseResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsInvoiceClosed":{"type":"boolean"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"InvoiceDiscountModel":{"properties":{"Action":{"type":"string"},"CampaignId":{"type":"string"},"CouponId":{"format":"int32","type":"integer"},"DiscountAmount":{"format":"double","type":"number"},"DiscountId":{"type":"string"},"Type":{"enum":[0,1,2],"format":"int32","type":"integer"}},"type":"object"},"InvoiceGiftCardBuyModel":{"properties":{"AppliedDiscount":{"$ref":"#/components/schemas/InvoiceDiscountModel"},"AppliedMembership":{"$ref":"#/components/schemas/InvoiceMembershipModel"},"AppliedPackage":{"$ref":"#/components/schemas/InvoicePackageModel"},"AppointmentGiftCard":{"$ref":"#/components/schemas/AppointmentGiftCardModel"}},"type":"object"},"InvoiceMembershipBuyModel":{"properties":{"AppliedDiscount":{"$ref":"#/components/schemas/InvoiceDiscountModel"},"AppliedMembership":{"$ref":"#/components/schemas/InvoiceMembershipModel"},"AppliedPackage":{"$ref":"#/components/schemas/InvoicePackageModel"},"AppointmentMembership":{"$ref":"#/components/schemas/AppointmentMembershipModel"}},"type":"object"},"InvoiceMembershipModel":{"properties":{"Action":{"type":"string"},"DiscountAmount":{"format":"double","type":"number"},"MembershipId":{"type":"string"}},"type":"object"},"InvoiceModel":{"properties":{"AppointmentGroupId":{"type":"string"},"Guest":{"$ref":"#/components/schemas/GuestModel"},"GuestId":{"type":"string"},"Id":{"type":"string"},"InvoiceGiftCards":{"items":{"$ref":"#/components/schemas/InvoiceGiftCardBuyModel"},"type":"array"},"InvoiceMemberships":{"items":{"$ref":"#/components/schemas/InvoiceMembershipBuyModel"},"type":"array"},"InvoiceNumber":{"type":"string"},"InvoiceProducts":{"items":{"$ref":"#/components/schemas/InvoiceProductModel"},"type":"array"},"InvoiceSeriesPackages":{"items":{"$ref":"#/components/schemas/InvoiceSeriesPackageBuyModel"},"type":"array"},"InvoiceServices":{"items":{"$ref":"#/components/schemas/InvoiceServiceModel"},"type":"array"},"IsRebooking":{"type":"boolean"},"Notes":{"type":"string"},"Payments":{"items":{"$ref":"#/components/schemas/PaymentModel"},"type":"array"},"Price":{"$ref":"#/components/schemas/PriceModel"},"ReceiptNumber":{"type":"string"},"Redemptions":{"items":{"$ref":"#/components/schemas/RedemptionModel"},"type":"array"},"RefundItems":{"items":{"$ref":"#/components/schemas/RefundItemModel"},"type":"array"},"ReservationId":{"type":"string"},"SaleDate":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,4,11],"format":"int32","type":"integer"}},"type":"object"},"InvoicePackageModel":{"properties":{"Action":{"type":"string"},"DiscountAmount":{"format":"double","type":"number"},"PackageId":{"type":"string"}},"type":"object"},"InvoiceProductModel":{"properties":{"AppliedDiscount":{"$ref":"#/components/schemas/InvoiceDiscountModel"},"AppliedMembership":{"$ref":"#/components/schemas/InvoiceMembershipModel"},"AppliedPackage":{"$ref":"#/components/schemas/InvoicePackageModel"},"AppointmentProduct":{"$ref":"#/components/schemas/AppointmentProductModel"}},"type":"object"},"InvoiceReOpenRequest":{"properties":{"Comments":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"InvoiceReOpenResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsInvoiceReOpen":{"type":"boolean"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"InvoiceSeriesPackageBuyModel":{"properties":{"AppliedDiscount":{"$ref":"#/components/schemas/InvoiceDiscountModel"},"AppliedMembership":{"$ref":"#/components/schemas/InvoiceMembershipModel"},"AppliedPackage":{"$ref":"#/components/schemas/InvoicePackageModel"},"AppointmentSeriesPackage":{"$ref":"#/components/schemas/AppointmentSeriesPackageModel"}},"type":"object"},"InvoiceServiceModel":{"properties":{"AppliedDiscount":{"$ref":"#/components/schemas/InvoiceDiscountModel"},"AppliedMembership":{"$ref":"#/components/schemas/InvoiceMembershipModel"},"AppliedPackage":{"$ref":"#/components/schemas/InvoicePackageModel"},"AppointmentService":{"$ref":"#/components/schemas/AppointmentServiceModel"}},"type":"object"},"InvoiceSummaryModel":{"properties":{"AppointmentStatus":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"},"Guest":{"$ref":"#/components/schemas/GuestModel"},"InvoiceId":{"type":"string"},"InvoiceNumber":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"ReceiptNumber":{"type":"string"},"SaleDate":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,4,11],"format":"int32","type":"integer"}},"type":"object"},"IsCancellationChargeToBeApplied":{"type":"boolean"},"IsGiftCardAvailableResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"GiftCardAvailable":{"type":"boolean"}},"type":"object"},"IsNoShowChargeToBeApplied":{"type":"boolean"},"IsPaymentOrRedemptionApplied":{"type":"boolean"},"IssueModel":{"properties":{"CenterName":{"type":"string"},"CreationDate":{"format":"date-time","type":"string"},"Description":{"type":"string"},"PriorityName":{"type":"string"},"Status":{"type":"string"},"Title":{"type":"string"}},"type":"object"},"JobModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"LanguageModel":{"properties":{"Code":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"LoyaltyModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"},"TotalPointsAvailable":{"format":"double","type":"number"},"TotalPointsEarned":{"format":"double","type":"number"},"TotalPointsRedeemed":{"format":"double","type":"number"}},"type":"object"},"LoyaltyPointSettings":{"properties":{"MinPointsForRedemption":{"format":"double","type":"number"}},"type":"object"},"MarkAppointmentNoShowRequest":{"properties":{"AppointmentGroupId":{"type":"string"},"Comments":{"type":"string"}},"type":"object"},"MarkAppointmentNoShowResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentStatusSet":{"type":"boolean"},"IsNoShowChargeApplied":{"type":"boolean"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"MembershipDetailModel":{"properties":{"BusinessUnitId":{"type":"string"},"CanBook":{"type":"boolean"},"CategoryId":{"type":"string"},"Code":{"type":"string"},"CreditAmount":{"format":"double","type":"number"},"CreditAmountExpiration":{"type":"boolean"},"Days":{"format":"int32","type":"integer"},"Description":{"type":"string"},"DisplayName":{"type":"string"},"DisplayPrice":{"type":"string"},"HTMLDescription":{"type":"string"},"Id":{"type":"string"},"ImagePaths":{"type":"object"},"Months":{"format":"int32","type":"integer"},"Name":{"type":"string"},"NumGuests":{"format":"int32","type":"integer"},"Price":{"$ref":"#/components/schemas/PriceModel"},"SaleEndDate":{"format":"date-time","type":"string"},"SaleStartDate":{"format":"date-time","type":"string"},"ShowPrice":{"type":"boolean"},"TermsandConditions":{"type":"string"},"Type":{"format":"int32","type":"integer"},"VersionId":{"type":"string"}},"type":"object"},"MembershipModel":{"properties":{"CanBook":{"type":"boolean"},"DisplayName":{"type":"string"},"DisplayPrice":{"type":"string"},"Id":{"type":"string"},"ImagePaths":{"type":"object"},"Name":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"ShowPrice":{"type":"boolean"},"VersionId":{"type":"string"}},"type":"object"},"MembershipSettings":{"properties":{"EnableSale":{"type":"boolean"}},"type":"object"},"MembershipUserModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"},"ServiceCreditAmount":{"format":"double","type":"number"},"ServiceCreditAmountLeft":{"format":"double","type":"number"},"ServiceCreditAmountUsed":{"format":"double","type":"number"},"ValidityDate":{"format":"date-time","type":"string"}},"type":"object"},"MessageModel":{"properties":{"MessageQueueTextId":{"type":"string"},"Reason":{"type":"string"},"SentOn":{"format":"date-time","type":"string"},"Status":{"type":"string"},"Template":{"type":"string"},"Type":{"type":"string"}},"type":"object"},"MonthlyAppointmentDatesModel":{"properties":{"Date":{"format":"date-time","type":"string"},"HasAppointment":{"type":"boolean"}},"type":"object"},"NoteModel":{"properties":{"CreateDate":{"format":"date-time","type":"string"},"Id":{"type":"string"},"IsPrivate":{"type":"boolean"},"NoteType":{"enum":[0,2,3,4,8,10],"format":"int32","type":"integer"},"Text":{"type":"string"}},"type":"object"},"Object":{"type":"object"},"OnlineTransactionModel":{"properties":{"AO":{"description":"Available On","format":"date-time","type":"string"},"Amt":{"description":"Amount","format":"double","type":"number"},"CI":{"description":"Card Info","type":"string"},"CL":{"description":"CardLogo","type":"string"},"DT":{"description":"Date","format":"date-time","type":"string"},"Fee":{"description":"Fees","format":"double","type":"number"},"GC":{"description":"Guest Code","type":"string"},"Guest":{"description":"Guest","type":"string"},"InvNum":{"description":"Invoice Number","type":"string"},"Net":{"description":"Net","format":"double","type":"number"},"PID":{"description":"Payment Id","type":"string"},"RID":{"description":"Reference #","type":"string"},"S":{"description":"Status","type":"string"},"SRC":{"description":"Source","type":"string"},"T":{"description":"Type","type":"string"},"TID":{"description":"Transaction #","type":"string"},"TT":{"description":"Total","format":"double","type":"number"},"Tip":{"description":"Tip","format":"double","type":"number"}},"type":"object"},"OpportunitiesCustomSearchResponse":{"example":"{\n \"opportunities\": [\n {\n \"opportunity_id\": \"9482d2d1-4407-44c5-b65b-01623c8a84b1\",\n \"opportunity_no\": 140,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-07T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"e864e51a-856f-4336-b3c3-04d97c85e29f\",\n \"opportunity_no\": 137,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": null,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"72d800bb-4544-4480-ab01-1fbbffd582ed\",\n \"opportunity_no\": 12,\n \"opportunity_title\": \"stafdfgcz5\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2013-06-26T00:00:00\",\n \"followup_date\": \"2017-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"8fdedf3e-7570-4a5b-b2f6-31d870bd4b8c\",\n \"opportunity_no\": 144,\n \"opportunity_title\": \"test156789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-08T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"bf6a1e58-44db-4b20-9d0c-5f08f5752b88\",\n \"opportunity_no\": 142,\n \"opportunity_title\": \"test156789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-08T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"3a047565-8995-4380-91d7-6139f80ec641\",\n \"opportunity_no\": 135,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": null,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"0f051985-b572-4fdf-8356-66469635d5eb\",\n \"opportunity_no\": 141,\n \"opportunity_title\": \"test156789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-08T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"209378a9-627f-463d-bb14-7c4af2a4fddf\",\n \"opportunity_no\": 139,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"2db99845-a04b-40f5-9dc1-9ecfb1e1398c\",\n \"opportunity_no\": 138,\n \"opportunity_title\": \"test123456789\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2016-12-15T00:00:00\",\n \"price\": null,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n },\n {\n \"opportunity_id\": \"9225ebc1-4928-43cf-afc6-ba3543823b42\",\n \"opportunity_no\": 128,\n \"opportunity_title\": \"test12456\",\n \"center_name\": \"Trivendrum\",\n \"sales_owner\": \"MMS ADMIN\",\n \"status\": \"Prospect\",\n \"creation_date\": \"2017-12-06T00:00:00\",\n \"followup_date\": \"2019-12-15T00:00:00\",\n \"price\": 1000,\n \"call_status\": null,\n \"guest\": {\n \"guest_id\": \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n \"guest_name\": \"Vidya Sagar\",\n \"guest_code\": \"\",\n \"phone_number\": \"324434\"\n }\n }\n ],\n \"total_records\": 10\n}","properties":{"opportunities":{"items":{"properties":{"call_status":{"type":"string"},"center_name":{"type":"string"},"creation_date":{"description":"Date on which the opportunity is created ,\nData Type : DateTime (yyyy-mm-dd)","format":"date-time","type":"string"},"followup_date":{"description":"Date on which a followup call is planned,\nData Type: DateTime","format":"date-time","type":"string"},"guest":{"description":"Guest Details","properties":{"guest_code":{"type":"string"},"guest_id":{"description":"Data Type : Unique Identifier(GUID)","type":"string"},"guest_name":{"type":"string"},"phone_number":{"type":"string"}},"type":"object"},"opportunity_id":{"description":"Data Type : Unique Identifier(GUID)","type":"string"},"opportunity_no":{"type":"number"},"opportunity_title":{"type":"string"},"price":{"description":"offered price, gives listed price if offered price doesn't exist or zero","type":"number"},"sales_owner":{"description":"Name of the opportunity owner","type":"string"},"status":{"description":"status name or stage name of the opportunity","type":"string"}},"type":"object"},"type":"array"},"total_records":{"description":"total number of opportunities","type":"number"}},"type":"object"},"OpportunityMetaDataResponse":{"example":"{\n \"priorities\": [\n {\n \"id\": \"f3283842-729e-469c-8539-818d179bb480\",\n \"name\": \"Medium\",\n \"priority\": 1\n },\n {\n \"id\": \"fc055396-ef78-4a54-9aea-9c39b25a46a7\",\n \"name\": \"Low\",\n \"priority\": 0\n },\n {\n \"id\": \"e5196ec3-4e3c-4677-8aa2-b8e306f0fa5c\",\n \"name\": \"High\",\n \"priority\": 2\n }\n ],\n \"stages\": [\n {\n \"id\": \"974f1d72-9218-4b04-95a2-4e8819a465f5\",\n \"name\": \"On Hold\",\n \"priority\": 3,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"5e61acfd-cde5-451e-b9bc-716b400453a4\",\n \"name\": \"Prospect\",\n \"priority\": 1,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"75a445fd-5967-429c-83dc-9040244cfbb5\",\n \"name\": \"Lead\",\n \"priority\": 0,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"7884b094-0ca1-41c6-a8d8-a649d802d8a9\",\n \"name\": \"Active\",\n \"priority\": 2,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"f2e77025-0fdb-424f-a492-d93f6c09c2f6\",\n \"name\": \"Won\",\n \"priority\": 5,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n },\n {\n \"id\": \"0713d267-6609-4845-8e45-ed27db835fb4\",\n \"name\": \"Lost\",\n \"priority\": 5,\n \"code\": \"\",\n \"description\": null,\n \"active\": true\n }\n ],\n \"lead_sources\": [\n {\n \"id\": \"5ef2c198-a9e2-4de4-bc25-0140cc6b4282\",\n \"name\": \"source1\",\n \"code\": \"code1\",\n \"description\": null,\n \"active\": true,\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null,\n \"optional_field_4\": null\n },\n {\n \"id\": \"f72048af-7e50-4e87-af8d-580e475da1b2\",\n \"name\": \"source2\",\n \"code\": \"code2\",\n \"description\": null,\n \"active\": true,\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null,\n \"optional_field_4\": null\n },\n {\n \"id\": \"4a11b985-214e-4c6a-b88a-9810356a6ac9\",\n \"name\": \"source3\",\n \"code\": \"code3\",\n \"description\": null,\n \"active\": true,\n \"optional_field_1\": null,\n \"optional_field_2\": null,\n \"optional_field_3\": null,\n \"optional_field_4\": null\n },\n {\n \"id\": \"8df13a85-5a1c-4da1-a73e-a0d77d983d95\",\n \"name\": \"social network\",\n \"code\": \"code\",\n \"description\": \"ads in facebook\",\n \"active\": true,\n \"optional_field_1\": \"some1\",\n \"optional_field_2\": \"some2\",\n \"optional_field_3\": \"some3\",\n \"optional_field_4\": \"some4\"\n }\n ],\n \"dispositions\": [\n {\n \"id\": \"5e61acfd-cde5-451e-b9bc-716b400453a4\",\n \"name\": \"some\",\n \"description\": \"brief description here\",\n \"followup_days\": 0\n }\n ]\n}","properties":{"dispositions":{"items":{"properties":{"description":{"type":"string"},"followup_days":{"description":"Number of Days","type":"number"},"id":{"description":"DataType: UniqueIdentifier(GUID)","type":"string"},"name":{"type":"string"}},"type":"object"},"type":"array"},"lead_sources":{"items":{"properties":{"active":{"type":"boolean"},"code":{"type":"string"},"description":{"type":"string"},"id":{"description":"DataType: UniqueIdentifier(GUID)","type":"string"},"name":{"type":"string"},"optional_field_1":{"type":"string"},"optional_field_2":{"type":"string"},"optional_field_3":{"type":"string"},"optional_field_4":{"type":"string"}},"type":"object"},"type":"array"},"priorities":{"items":{"properties":{"id":{"description":"DataType: UniqueIdentifier(GUID)","type":"string"},"name":{"type":"string"},"priority":{"description":"priority score in priorities(not rank)","type":"number"}},"type":"object"},"type":"array"},"stages":{"items":{"properties":{"active":{"type":"boolean"},"code":{"type":"string"},"description":{"type":"string"},"id":{"description":"DataType: UniqueIdentifier(GUID)","type":"string"},"name":{"type":"string"},"priority":{"description":"priority score in stages(not rank)","type":"number"}},"type":"object"},"type":"array"}},"type":"object"},"OrderServicesRequest":{"properties":{"CenterId":{"type":"string"},"Services":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"}},"type":"object"},"OrderServicesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"OrderedServices":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"}},"type":"object"},"OrganizationGeneralSettings":{"properties":{"CreditCardEntryForAppointment":{"enum":[0,1,2],"format":"int32","type":"integer"},"EnforceInactivityLogin":{"type":"boolean"},"FinancialDataLockDate":{"format":"date-time","type":"string"},"FinancialDataLockDays":{"format":"int32","type":"integer"}},"type":"object"},"OrganizationGuestSettings":{"properties":{"GuestMandatoryFields":{"items":{"type":"string"},"type":"array"},"IsMobileNumberMandatory":{"type":"boolean"},"IsRoomMandatoryForAppointment":{"type":"boolean"},"PhoneNumberRange":{"type":"string"},"SearchGuestAcrossCenters":{"type":"boolean"}},"type":"object"},"OrganizationInvoiceSettings":{"properties":{"EnablePriceAdjustment":{"type":"boolean"},"EnablePriceIncrease":{"type":"boolean"},"EnforceSaleByProductsSale":{"type":"boolean"}},"type":"object"},"OrganizationModel":{"properties":{"AccountName":{"type":"string"},"Address":{"type":"string"},"Id":{"type":"string"},"LogoUrl":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"PackageModel":{"properties":{"Code":{"type":"string"},"Description":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Type":{"enum":[1,2,3],"format":"int32","type":"integer"}},"type":"object"},"PackageSettings":{"properties":{"EnableSale":{"type":"boolean"}},"type":"object"},"PackageUserModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"PartialOrderItemModel":{"properties":{"CQD":{"description":"Consumable Quantity Delivered","format":"int32","type":"integer"},"CQO":{"description":"Consumable Quantity Ordered","format":"int32","type":"integer"},"DT":{"description":"Delivery Tax","format":"double","type":"number"},"DTD":{"description":"Discount Type Delivered","format":"int32","type":"integer"},"DTN":{"description":"Delivery Tax Group Name","type":"string"},"DVD":{"description":"Discount Value Delivered","format":"double","type":"number"},"MRP":{"description":"MRP","format":"double","type":"number"},"Notes":{"description":"product notes","type":"string"},"OT":{"description":"Order Tax","format":"double","type":"number"},"OTN":{"description":"Order Tax Group Name","type":"string"},"PC":{"description":"Product Code","type":"string"},"PN":{"description":"Product Name","type":"string"},"RQD":{"description":"Retail Quantity Delivered","format":"int32","type":"integer"},"RQO":{"description":"Retail Quantity Ordered","format":"int32","type":"integer"},"UPD":{"description":"Unit Price Delivered","format":"double","type":"number"},"UPO":{"description":"Unit Price Ordered","format":"double","type":"number"}},"type":"object"},"PaymentDetails":{"properties":{"Name":{"type":"string"},"PaymentInstrumentId":{"type":"string"},"PaymentType":{"enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],"format":"int32","type":"integer"}},"type":"object"},"PaymentGatewayModel":{"properties":{"AVSSource":{"format":"int32","type":"integer"},"AvailableFor":{"items":{"type":"string"},"type":"array"},"CanProcessorSaveCards":{"type":"boolean"},"CanRefund":{"type":"boolean"},"CanSaveCards":{"type":"boolean"},"CanVoid":{"type":"boolean"},"Credentials":{"type":"object"},"EnableAVS":{"type":"boolean"},"FormSubmitMethod":{"type":"string"},"Mode":{"enum":[0,1,2],"format":"int32","type":"integer"},"NotSupportedCardTypes":{"items":{"enum":[0,1,2,3,4,5,6,7,8,9,21],"format":"int32","type":"integer"},"type":"array"},"ProcessorId":{"type":"string"},"ProcessorVersionId":{"type":"string"},"ShareCardsToWeb":{"type":"boolean"},"SupportsPaymentAccountUpdate":{"type":"boolean"}},"type":"object"},"PaymentModel":{"properties":{"AmountPaid":{"format":"double","type":"number"},"PaymentDate":{"format":"date-time","type":"string"},"PaymentOption":{"$ref":"#/components/schemas/PaymentOptionModel"},"SSGAmount":{"format":"double","type":"number"},"TipAmount":{"format":"double","type":"number"},"TotalAmountPaid":{"format":"double","type":"number"},"TransactionId":{"type":"string"}},"type":"object"},"PaymentOptionModel":{"properties":{"CardNumber":{"type":"string"},"Id":{"type":"string"},"PaymentMode":{"enum":[0,1,2,3,4,5,6,7,8,9],"format":"int32","type":"integer"},"PaymentName":{"type":"string"}},"type":"object"},"PayrollModel":{"properties":{"EC":{"description":"Employee Code","type":"string"},"EN":{"description":"Employee Name","type":"string"}},"type":"object"},"PhoneModel":{"properties":{"CountryId":{"format":"int32","type":"integer"},"DisplayNumber":{"type":"string"},"Number":{"type":"string"}},"type":"object"},"PodModel":{"properties":{"AccountName":{"type":"string"},"ApiVersion":{"type":"string"},"MachineName":{"type":"string"},"PodName":{"type":"string"},"SiteName":{"type":"string"}},"type":"object"},"PrepaidCardModel":{"properties":{"Code":{"type":"string"},"ExpiryDate":{"format":"date-time","type":"string"},"Id":{"type":"string"},"IsOneTimeUse":{"type":"boolean"},"ValidityDays":{"format":"int32","type":"integer"},"Value":{"format":"double","type":"number"}},"type":"object"},"PrepaidCardPriceAndValue":{"properties":{"AllowDifference":{"type":"boolean"},"RequiresAuthorization":{"type":"boolean"}},"type":"object"},"PrepaidCardSettings":{"properties":{"EnableSale":{"type":"boolean"},"PriceAndValue":{"$ref":"#/components/schemas/PrepaidCardPriceAndValue"}},"type":"object"},"PriceModel":{"properties":{"CurrencyId":{"format":"int32","type":"integer"},"Discount":{"format":"double","type":"number"},"Final":{"format":"double","type":"number"},"Final1":{"format":"double","type":"number"},"RoundingCorrection":{"format":"double","type":"number"},"SSG":{"format":"double","type":"number"},"Sales":{"format":"double","type":"number"},"Tax":{"format":"double","type":"number"},"Tip":{"format":"double","type":"number"}},"type":"object"},"PriceSettings":{"properties":{"RoundingDecimals":{"format":"int32","type":"integer"}},"type":"object"},"ProductCategoryModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"},"ProductsCount":{"format":"int32","type":"integer"}},"type":"object"},"ProductMasterListModel":{"properties":{"Amt":{"description":"Amount","format":"double","type":"number"},"BC":{"description":"Barcodes","items":{"type":"string"},"type":"array"},"BU":{"description":"Business Unit","type":"string"},"CA":{"description":"Commission Adjustment","format":"double","type":"number"},"CT":{"description":"Commission Type","format":"int32","type":"integer"},"Cat":{"description":"Category","type":"string"},"Code":{"description":"Product Code","type":"string"},"Desc":{"description":"Description","type":"string"},"IC":{"description":"Is Consumable","type":"boolean"},"ICom":{"description":"Is Commissionable","type":"boolean"},"IR":{"description":"Is Retail","type":"boolean"},"IU":{"description":"In Use","type":"boolean"},"Id":{"description":"Product Id","type":"string"},"MRP":{"description":"MRP","format":"double","type":"number"},"Name":{"description":"Product Name","type":"string"},"SC":{"description":"Sub Category","type":"string"},"Tags":{"description":"Tags","items":{"type":"string"},"type":"array"},"Unit":{"description":"Unit","type":"string"}},"type":"object"},"ProductModel":{"properties":{"CategoryId":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Url":{"type":"string"}},"type":"object"},"PurchaseOrderModel":{"properties":{"CD":{"description":"Closed Date","format":"date-time","type":"string"},"CST#":{"description":"Vendor CST","type":"string"},"InvNum":{"description":"Invoice #","type":"string"},"OD":{"description":"Ordered Date","format":"date-time","type":"string"},"Partials":{"description":"Partials","items":{"$ref":"#/components/schemas/PurchaseOrderPartialModel"},"type":"array"},"RD":{"description":"Rasied Date","format":"date-time","type":"string"},"RN":{"description":"Reference Number","type":"string"},"Status":{"description":"Status","type":"string"},"TIN#":{"description":"Vendor TIN","type":"string"},"VC":{"description":"Vendor Code","type":"string"},"VN":{"description":"Vendor Name","type":"string"}},"type":"object"},"PurchaseOrderPartialModel":{"properties":{"DD":{"description":"Delivered Date","format":"date-time","type":"string"},"DV":{"description":"Discount Value","format":"double","type":"number"},"Items":{"description":"Items","items":{"$ref":"#/components/schemas/PartialOrderItemModel"},"type":"array"},"Notes":{"description":"Partial PO notes","type":"string"},"Other":{"description":"Other","format":"double","type":"number"},"SAH":{"description":"Shipping And Handling","format":"double","type":"number"}},"type":"object"},"PushNotification":{"properties":{"AppointmentId":{"type":"string"},"EmployeeId":{"type":"string"},"GuestFName":{"type":"string"},"GuestLName":{"type":"string"},"Id":{"type":"string"},"InvoiceId":{"type":"string"},"MessageType":{"enum":[61,62],"format":"int32","type":"integer"},"NotificationTime":{"format":"date-time","type":"string"},"ServiceName":{"type":"string"},"StartTime":{"format":"date-time","type":"string"}},"type":"object"},"ReasonModel":{"properties":{"Id":{"format":"int64","type":"integer"},"Name":{"type":"string"}},"type":"object"},"RebookAppointmentRequest":{"properties":{"AppointmentGroupId":{"type":"string"},"InvoiceId":{"type":"string"},"Services":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"}},"type":"object"},"RebookAppointmentResponse":{"properties":{"AppointmentGroup":{"$ref":"#/components/schemas/AppointmentGroupModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentRebooked":{"type":"boolean"}},"type":"object"},"RecurrenceModel":{"properties":{"DaysofWeek":{"type":"string"},"Frequency":{"format":"int32","type":"integer"},"NumOccurrences":{"format":"int64","type":"integer"},"Type":{"format":"int32","type":"integer"},"WeekDays":{"format":"int32","type":"integer"}},"type":"object"},"RecurrenceSchedulesModel":{"properties":{"Capacity":{"format":"int32","type":"integer"},"CenterId":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"Id":{"format":"int64","type":"integer"},"InstructorId":{"type":"string"},"InstructorName":{"type":"string"},"IsFreeSession":{"type":"boolean"},"Price":{"format":"double","type":"number"},"RecurrenceType":{"format":"int32","type":"integer"},"RegisteredCount":{"format":"int32","type":"integer"},"RoomId":{"type":"string"},"RoomName":{"type":"string"},"StartTime":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"WaitListedCount":{"format":"int32","type":"integer"},"WeekDays":{"type":"string"}},"type":"object"},"RedemptionModel":{"properties":{"Amount":{"format":"double","type":"number"},"Option":{"$ref":"#/components/schemas/RedemptionOptionModel"},"PaymentDate":{"format":"date-time","type":"string"},"TransactionId":{"type":"string"}},"type":"object"},"RedemptionOptionModel":{"properties":{"Id":{"type":"string"},"Mode":{"enum":[0,1,2],"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"ReferralSourceModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"RefundFailure":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"RefundPayment":{"$ref":"#/components/schemas/PaymentModel"}},"type":"object"},"RefundItemModel":{"properties":{"InvoiceItemId":{"type":"string"},"ItemId":{"type":"string"},"Quantity":{"format":"int32","type":"integer"},"RefundAmount":{"format":"double","type":"number"},"RefundDate":{"format":"date-time","type":"string"}},"type":"object"},"RefundRequest":{"properties":{"CashRegisterId":{"type":"string"},"InvoiceId":{"type":"string"},"RefundItems":{"items":{"$ref":"#/components/schemas/RefundItemModel"},"type":"array"},"RefundPayments":{"items":{"$ref":"#/components/schemas/PaymentModel"},"type":"array"},"RefundTip":{"type":"boolean"},"Source":{"enum":[0,1,2,3,4,5,6],"format":"int32","type":"integer"}},"type":"object"},"RefundResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"RefundErrors":{"items":{"$ref":"#/components/schemas/RefundFailure"},"type":"array"},"RefundInvoice":{"$ref":"#/components/schemas/InvoiceModel"},"ToppedPrepaidCard":{"$ref":"#/components/schemas/PrepaidCardModel"}},"type":"object"},"RegisterPushNotificationRequest":{"properties":{"AppId":{"enum":[0,1,2,3,4,5,6,7,8,11,12,13,14,15,19,20,21],"format":"int32","type":"integer"},"AppVersionCode":{"type":"string"},"AppVersionNumber":{"type":"string"},"DeviceId":{"type":"string"},"DeviceLocale":{"type":"string"},"DeviceModel":{"type":"string"},"DeviceType":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"NotificationId":{"type":"string"},"OsType":{"enum":[0,1,2,21],"format":"int32","type":"integer"},"OsVersion":{"type":"string"}},"type":"object"},"RegisterPushNotificationResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsRegistered":{"type":"boolean"}},"type":"object"},"RegistrationModel":{"properties":{"Center":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"Id":{"format":"int64","type":"integer"},"Instructor":{"type":"string"},"RegistrationStatus":{"enum":[0,1,2,3,4,5,6,7,8,9],"format":"int32","type":"integer"},"SessionName":{"type":"string"},"SessionStatus":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"StartTime":{"format":"date-time","type":"string"}},"type":"object"},"RegistrationModelSimple":{"properties":{"Center":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"Id":{"format":"int64","type":"integer"},"Instructor":{"type":"string"},"RegistrationStatus":{"enum":[0,1,2,3,4,5,6,7,8,9],"format":"int32","type":"integer"},"SessionName":{"type":"string"},"SessionStatus":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"StartTime":{"format":"date-time","type":"string"}},"type":"object"},"RelatedTransactionsResponse":{"properties":{"CardTransactions":{"items":{"$ref":"#/components/schemas/CardTransactionModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"RemoveAddOnServiceResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAddOnServiceRemoved":{"type":"boolean"}},"type":"object"},"RemoveClassResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsClassDeleted":{"type":"boolean"}},"type":"object"},"RemoveCreditCardOnFileResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsCreditOnFileRemoved":{"type":"boolean"}},"type":"object"},"RemoveNotesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsNoteRemoved":{"type":"boolean"}},"type":"object"},"RemovePaymentCreditCardRequest":{"properties":{"CardTransactionId":{"type":"string"},"CashRegisterId":{"type":"string"},"InvoiceId":{"type":"string"},"RefundAmount":{"format":"double","type":"number"},"RefundTip":{"type":"boolean"},"TransactionId":{"type":"string"}},"type":"object"},"RemovePaymentCreditCardResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsPaymentRemoved":{"type":"boolean"},"RefundTransaction":{"$ref":"#/components/schemas/CardTransactionModel"}},"type":"object"},"RemovePaymentRequest":{"properties":{"CashRegisterId":{"type":"string"},"InvoiceId":{"type":"string"},"TransactionId":{"type":"string"}},"type":"object"},"RemovePaymentResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsPaymentRemoved":{"type":"boolean"}},"type":"object"},"RemoveTrainingLevelResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsTrainingLevelDeleted":{"type":"boolean"}},"type":"object"},"ReserveSlotsRequest":{"properties":{"CenterId":{"type":"string"},"CenterTime":{"format":"date-time","type":"string"},"ReservationId":{"type":"string"},"ReservationNotes":{"type":"string"},"SlotBookings":{"items":{"$ref":"#/components/schemas/SlotBooking"},"type":"array"}},"type":"object"},"ReserveSlotsResponse":{"properties":{"BlockingTime":{"format":"int32","type":"integer"},"CenterId":{"type":"string"},"CenterTime":{"format":"date-time","type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ExpiryTime":{"format":"date-time","type":"string"},"IsReserved":{"type":"boolean"},"ReservationId":{"type":"string"},"SlotBookings":{"items":{"$ref":"#/components/schemas/SlotBooking"},"type":"array"}},"type":"object"},"RevenueInvoiceItemModel":{"properties":{"CD":{"description":"Closed Date","format":"date-time","type":"string"},"CR":{"description":"Cash Revenue","format":"double","type":"number"},"Cat":{"description":"Category","type":"string"},"GC":{"description":"Guest Code","type":"string"},"GCR":{"description":"GiftCard Revenue","format":"double","type":"number"},"Gender":{"description":"Gender","enum":[0,1,2,3,4],"format":"int32","type":"integer"},"Guest":{"description":"Guest","type":"string"},"ID":{"description":"Invoice Date","format":"date-time","type":"string"},"IN":{"description":"Item Name","type":"string"},"IT":{"description":"Item Type","type":"string"},"InvNum":{"description":"Invoice Number","type":"string"},"MIRR":{"description":"Membership Initial Recognized Revenue","format":"double","type":"number"},"MMRR":{"description":"Membership Monthly Recognized Revenue","format":"double","type":"number"},"MRR":{"description":"Membership Redemption Revenue","format":"double","type":"number"},"MSRR":{"description":"Membership Service Redemption Revenue","format":"double","type":"number"},"PIRR":{"description":"Package Initial Recognition Revenue","format":"double","type":"number"},"PPCR":{"description":"Prepaid Card Revenue","format":"double","type":"number"},"PRR":{"description":"Package Redemption Revenue","format":"double","type":"number"},"Qty":{"description":"Quantity","format":"int32","type":"integer"},"RFEP":{"description":"Revenue From Expired Packages","format":"double","type":"number"},"SC":{"description":"Sub Category","type":"string"},"TR":{"description":"Total Revenue","format":"double","type":"number"}},"type":"object"},"RoomModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"RoomsModel":{"properties":{"Capacity":{"format":"int32","type":"integer"},"Id":{"type":"string"},"IsAssociated":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"SaveCardOnFileRequest":{"properties":{"CardToken":{"type":"string"},"CashRegisterId":{"type":"string"},"CenterId":{"type":"string"},"CreditCardGateway":{"type":"string"},"GuestId":{"type":"string"},"Source":{"enum":[0,1,2,3,4,5,6],"format":"int32","type":"integer"}},"type":"object"},"SaveCardOnFileResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"SavedCard":{"$ref":"#/components/schemas/CreditCardOnFileModel"}},"type":"object"},"ScheduleSummaryModel":{"properties":{"CenterId":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"Id":{"format":"int64","type":"integer"},"InstructorId":{"type":"string"},"InstructorName":{"type":"string"},"RecurrenceDetails":{"$ref":"#/components/schemas/RecurrenceModel"},"RecurrenceId":{"format":"int64","type":"integer"},"RoomId":{"type":"string"},"RoomName":{"type":"string"},"SessionsCount":{"format":"int32","type":"integer"},"StartTime":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"}},"type":"object"},"SearchAppointmentsRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"GuestId":{"type":"string"},"PageNum":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"SearchValue":{"type":"string"},"StartDate":{"format":"date-time","type":"string"}},"type":"object"},"SearchAppointmentsResponse":{"properties":{"Appointments":{"items":{"$ref":"#/components/schemas/AppointmentModel"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"SearchGuestsRequest":{"properties":{"CenterId":{"type":"string"},"Count":{"format":"int32","type":"integer"},"SearchValue":{"type":"string"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"SearchGuestsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Guests":{"items":{"$ref":"#/components/schemas/GuestModel"},"type":"array"},"Total":{"description":"Count of results in the response","format":"int32","type":"integer"}},"type":"object"},"SearchInvoicesRequest":{"properties":{"CenterId":{"type":"string"},"EndDate":{"format":"date-time","type":"string"},"PageNum":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"SearchValue":{"type":"string"},"StartDate":{"format":"date-time","type":"string"}},"type":"object"},"SearchInvoicesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoices":{"items":{"$ref":"#/components/schemas/InvoiceSummaryModel"},"type":"array"}},"type":"object"},"SearchProductsRequest":{"properties":{"BarCode":{"type":"string"},"CenterId":{"type":"string"},"SearchValue":{"type":"string"}},"type":"object"},"SearchProductsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Products":{"items":{"$ref":"#/components/schemas/ProductModel"},"type":"array"}},"type":"object"},"SearchServicesRequest":{"properties":{"CenterId":{"type":"string"},"IncludeDayPackages":{"type":"boolean"},"SearchValue":{"type":"string"},"TherapistId":{"type":"string"},"TherapistPreference":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"filters":{"items":{"$ref":"#/components/schemas/Filters"},"type":"array"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"sorters":{"items":{"$ref":"#/components/schemas/Sorters"},"type":"array"}},"type":"object"},"SearchServicesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Packages":{"items":{"$ref":"#/components/schemas/PackageModel"},"type":"array"},"Services":{"items":{"$ref":"#/components/schemas/ServiceModel"},"type":"array"},"TotalServices":{"format":"int32","type":"integer"}},"type":"object"},"SendMailCustomDataResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"}},"type":"object"},"SendReceiptMailRequest":{"properties":{"Email":{"type":"string"},"InvoiceId":{"type":"string"}},"type":"object"},"SendReceiptMailResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsReceiptMailSent":{"type":"boolean"}},"type":"object"},"ServiceCategoryModel":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"},"ServicesCount":{"format":"int32","type":"integer"}},"type":"object"},"ServiceCustomData":{"properties":{"Permission":{"$ref":"#/components/schemas/ServiceCustomDataPermission"}},"type":"object"},"ServiceCustomDataPermission":{"properties":{"CanEdit":{"type":"boolean"},"CanView":{"type":"boolean"}},"type":"object"},"ServiceDetailModel":{"properties":{"CategoryId":{"type":"string"},"Code":{"type":"string"},"Duration":{"format":"int32","type":"integer"},"Id":{"type":"string"},"Name":{"type":"string"},"RecoveryTime":{"format":"int32","type":"integer"},"SubCategoryId":{"type":"string"}},"type":"object"},"ServiceModel":{"properties":{"AddOns":{"items":{"$ref":"#/components/schemas/ServiceModel"},"type":"array"},"CategoryId":{"type":"string"},"CategoryName":{"type":"string"},"Duration":{"format":"int32","type":"integer"},"HasAddOns":{"type":"boolean"},"Id":{"type":"string"},"IsAddOn":{"type":"boolean"},"Name":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"}},"type":"object"},"ServicePrice":{"properties":{"Center":{"$ref":"#/components/schemas/CenterModel"},"CenterTaxId":{"type":"string"},"IsTaxIncluded":{"type":"boolean"},"SalePrice":{"format":"double","type":"number"},"ServiceId":{"type":"string"}},"type":"object"},"SessionModel":{"properties":{"CatalogName":{"type":"string"},"CatalogPrice":{"type":"string"},"CenterId":{"type":"string"},"ClassId":{"format":"int64","type":"integer"},"Code":{"type":"string"},"Description":{"type":"string"},"EndTime":{"format":"date-time","type":"string"},"HtmlDescription":{"type":"string"},"Id":{"format":"int64","type":"integer"},"InstructorId":{"type":"string"},"IsCancelled":{"type":"boolean"},"IsFreeSession":{"type":"boolean"},"IsOpenForRegistration":{"type":"boolean"},"Name":{"type":"string"},"RecurrenceId":{"format":"int64","type":"integer"},"RoomId":{"type":"string"},"ShowInCatalog":{"format":"int32","type":"integer"},"StartTime":{"format":"date-time","type":"string"},"StatusId":{"format":"int32","type":"integer"},"capacity":{"format":"int32","type":"integer"},"webCapacity":{"format":"int32","type":"integer"}},"type":"object"},"SetAppointmentCustomDataRequest":{"properties":{"AppointmentId":{"type":"string"},"FieldValues":{"items":{"$ref":"#/components/schemas/CustomField"},"type":"array"}},"type":"object"},"SetAppointmentCustomDataResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"message":{"type":"string"},"servicecustomdata":{"items":{"$ref":"#/components/schemas/CustomField"},"type":"array"},"success":{"type":"boolean"}},"type":"object"},"SetAppointmentFeedbackRequest":{"properties":{"Ambience":{"enum":[1,2,3,4],"format":"int32","type":"integer"},"AppointmentGroupId":{"type":"string"},"Cleanliness":{"enum":[1,2,3,4],"format":"int32","type":"integer"},"Comments":{"type":"string"},"Recommendation":{"type":"boolean"},"Service":{"enum":[1,2,3,4],"format":"int32","type":"integer"},"ShareFeedback":{"type":"boolean"},"Therapist":{"enum":[1,2,3,4],"format":"int32","type":"integer"}},"type":"object"},"SetAppointmentFeedbackResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentFeedbackSaved":{"type":"boolean"}},"type":"object"},"SetAppointmentNotesRequest":{"properties":{"InvoiceId":{"type":"string"},"Notes":{"type":"string"}},"type":"object"},"SetAppointmentNotesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"SetAppointmentProgressRequest":{"properties":{"Action":{"enum":[0,1,2],"format":"int32","type":"integer"},"AppointmentId":{"type":"string"},"SegmentId":{"type":"string"}},"type":"object"},"SetAppointmentProgressResponse":{"properties":{"AppointmentService":{"$ref":"#/components/schemas/AppointmentServiceModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentProgressSet":{"type":"boolean"}},"type":"object"},"SetAppointmentStatusRequest":{"properties":{"AppointmentGroupId":{"type":"string"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"SetAppointmentStatusResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentStatusSet":{"type":"boolean"},"Status":{"enum":[0,1,2,4,10,11,-2,-1],"format":"int32","type":"integer"}},"type":"object"},"SetCatalogRequest":{"properties":{"AllowWebBooking":{"type":"boolean"},"CatalogPrice":{"type":"string"},"DisplayName":{"type":"string"},"ShowInCatalog":{"format":"int32","type":"integer"},"ShowPrice":{"type":"boolean"},"WebCapacity":{"format":"int32","type":"integer"}},"type":"object"},"SetCatalogResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsCatalogSaved":{"type":"boolean"}},"type":"object"},"SetClassImageRequest":{"properties":{"AssetId":{"type":"string"},"Remove":{"type":"boolean"}},"type":"object"},"SetClassImageResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ImagePaths":{"type":"object"},"IsSuccess":{"type":"boolean"}},"type":"object"},"SetDisplayTerminalSettingsRequest":{"properties":{"AdvertisementUrl":{"type":"string"},"CenterId":{"type":"string"}},"type":"object"},"SetDisplayTerminalSettingsResponse":{"properties":{"AdvertisementUrl":{"type":"string"},"CenterId":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"SetGuestCustomDataRequest":{"properties":{"ContactFieldValues":{"$ref":"#/components/schemas/GuestFields"},"FieldValues":{"items":{"$ref":"#/components/schemas/CustomField"},"type":"array"},"GuestId":{"type":"string"}},"type":"object"},"SetGuestCustomDataResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"guestcustomdata":{"items":{"$ref":"#/components/schemas/CustomField"},"type":"array"},"message":{"type":"string"},"success":{"type":"boolean"}},"type":"object"},"SetInstructorsRequest":{"properties":{"Instructors":{"items":{"$ref":"#/components/schemas/TrainingInstructorModel"},"type":"array"}},"type":"object"},"SetInstructorsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"}},"type":"object"},"SetRoomRequest":{"properties":{"Rooms":{"items":{"$ref":"#/components/schemas/TrainingRoomModel"},"type":"array"}},"type":"object"},"SetRoomResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"}},"type":"object"},"SetTrainingCategoryRequest":{"properties":{"Description":{"type":"string"},"HtmlDescription":{"type":"string"},"Id":{"format":"int64","type":"integer"},"Name":{"type":"string"},"ParentCategoryId":{"format":"int64","type":"integer"},"ShowInCatalog":{"format":"int32","type":"integer"},"SortOrder":{"format":"int32","type":"integer"}},"type":"object"},"SetTrainingCategoryResponse":{"properties":{"CategoryId":{"format":"int64","type":"integer"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsCategorySaved":{"type":"boolean"}},"type":"object"},"SetTrainingCentersRequest":{"properties":{"TrainingCenters":{"items":{"$ref":"#/components/schemas/CentersAssocModel"},"type":"array"}},"type":"object"},"SetTrainingCentersResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Success":{"type":"boolean"}},"type":"object"},"SetTrainingClassRequest":{"properties":{"AllowCancellationFee":{"type":"boolean"},"AllowDirectBooking":{"type":"boolean"},"AllowFreeSession":{"type":"boolean"},"AllowNoshowFee":{"type":"boolean"},"BusinessUnitId":{"format":"int64","type":"integer"},"Capacity":{"format":"int32","type":"integer"},"CategoryId":{"format":"int64","type":"integer"},"ClassEndDate":{"format":"date-time","type":"string"},"ClassStartDate":{"format":"date-time","type":"string"},"Code":{"type":"string"},"CommissionDetails":{"$ref":"#/components/schemas/TrainingCommissionModel"},"CommissionModel":{"format":"int32","type":"integer"},"Description":{"type":"string"},"DurationInMins":{"format":"int32","type":"integer"},"EnableEnrollment":{"type":"boolean"},"HtmlDescription":{"type":"string"},"Id":{"format":"int64","type":"integer"},"InternalCost":{"format":"double","type":"number"},"LevelId":{"format":"int64","type":"integer"},"Name":{"type":"string"},"RegistrationNotes":{"type":"string"},"TagList":{"items":{"$ref":"#/components/schemas/TagsModel"},"type":"array"},"WaitlistLockWindow":{"format":"int32","type":"integer"}},"type":"object"},"SetTrainingClassResponse":{"properties":{"ClassId":{"format":"int64","type":"integer"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsClassSaved":{"type":"boolean"}},"type":"object"},"SetTrainingLevelRequest":{"properties":{"Code":{"type":"string"},"Description":{"type":"string"},"HtmlDesc":{"type":"string"},"Id":{"format":"int64","type":"integer"},"IsActive":{"type":"boolean"},"Name":{"type":"string"},"SortOrder":{"format":"int32","type":"integer"}},"type":"object"},"SetTrainingLevelResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Id":{"format":"int64","type":"integer"},"IsTrainingLevelSaved":{"type":"boolean"}},"type":"object"},"SetTrainingRegistrationRequest":{"properties":{"BookingSrc":{"enum":[0,1,2],"format":"int32","type":"integer"},"GuestId":{"type":"string"},"Notes":{"type":"string"},"Payment":{"$ref":"#/components/schemas/PaymentDetails"},"RegistrationId":{"format":"int64","type":"integer"},"SessionId":{"format":"int64","type":"integer"}},"type":"object"},"SetTrainingRegistrationResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"RegistrationId":{"format":"int64","type":"integer"},"RegistrationStatusId":{"format":"int64","type":"integer"},"Success":{"type":"boolean"}},"type":"object"},"SetupGeofenceRequest":{"properties":{"CenterId":{"type":"string"},"Enable":{"type":"boolean"},"Geofence":{"$ref":"#/components/schemas/Area"}},"type":"object"},"SetupGeofenceResponse":{"properties":{"CenterId":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Geofence":{"$ref":"#/components/schemas/Area"},"IsEnabled":{"type":"boolean"}},"type":"object"},"SlotBooking":{"properties":{"AppointmentGroupId":{"type":"string"},"BookingNotes":{"type":"string"},"GuestId":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"},"Quantity":{"format":"int32","type":"integer"},"RoomId":{"type":"string"},"Services":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"},"TherapistId":{"type":"string"}},"type":"object"},"SlotWarning":{"properties":{"GuestId":{"type":"string"},"Message":{"type":"string"},"RoomId":{"type":"string"},"ServiceId":{"type":"string"},"TherapistId":{"type":"string"},"Type":{"enum":[0,1,2,3,4,5,6],"format":"int32","type":"integer"}},"type":"object"},"Sorters":{"properties":{"Ascending":{"type":"boolean"},"Property":{"type":"string"}},"type":"object"},"StateModel":{"properties":{"Code":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"},"ShortName":{"type":"string"}},"type":"object"},"StopImportModel":{"properties":{"ImportStatus":{"$ref":"#/components/schemas/ImportStatus"},"Message":{"type":"string"}},"type":"object"},"StopImportResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"StopImport":{"$ref":"#/components/schemas/StopImportModel"}},"type":"object"},"SubjectAreasDTO":{"properties":{"FactId":{"format":"int32","type":"integer"},"Id":{"format":"int32","type":"integer"},"SubjectAreaName":{"type":"string"}},"type":"object"},"SuggestedTip":{"properties":{"Amount":{"format":"double","type":"number"},"IsPercent":{"type":"boolean"}},"type":"object"},"SynchronousImportRequest":{"properties":{"FilePath":{"type":"string"},"ImportType":{"type":"string"},"JustValidate":{"type":"boolean"}},"type":"object"},"SynchronousImportResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"QueueImport":{"$ref":"#/components/schemas/SynchronousImportStatus"}},"type":"object"},"SynchronousImportStatus":{"properties":{"ErrorLogFile":{"type":"string"},"ImportAction":{"type":"string"},"ImportDate":{"format":"date-time","type":"string"},"ImportId":{"format":"int64","type":"integer"},"ImportType":{"type":"string"},"ImportedBy":{"type":"string"},"SourceFile":{"type":"string"},"Status":{"type":"string"},"TotalRows":{"format":"int64","type":"integer"},"ValidRows":{"format":"int64","type":"integer"},"WarningFileName":{"type":"string"}},"type":"object"},"TagsModel":{"properties":{"Id":{"type":"string"},"IsAssociated":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"TherapistModel":{"properties":{"Email":{"type":"string"},"FirstName":{"type":"string"},"FullName":{"type":"string"},"Gender":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"Id":{"type":"string"},"IsAvailable":{"type":"boolean"},"LastName":{"type":"string"},"MobilePhoneModel":{"$ref":"#/components/schemas/PhoneModel"},"PhoneNumber":{"type":"string"},"ScaledPrice":{"format":"double","type":"number"},"ScalingFactor":{"format":"double","type":"number"},"ServiceTime":{"format":"int32","type":"integer"},"ShortName":{"type":"string"},"VanityImageUrl":{"type":"string"}},"type":"object"},"TimeSlot":{"properties":{"Priority":{"format":"int32","type":"integer"},"Time":{"format":"date-time","type":"string"},"Warnings":{"items":{"$ref":"#/components/schemas/SlotWarning"},"type":"array"}},"type":"object"},"TimeZoneModel":{"properties":{"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"},"StandardName":{"type":"string"},"Symbol":{"type":"string"}},"type":"object"},"TipModel":{"properties":{"Cash":{"description":"Cash","format":"double","type":"number"},"Check":{"description":"Check","format":"double","type":"number"},"Custom":{"description":"Custom","format":"double","type":"number"},"EC":{"description":"Employee Code","type":"string"},"EN":{"description":"Employee Name","type":"string"},"GN":{"description":"Guest Name","type":"string"},"InvNum":{"description":"Invoice #","type":"string"},"PPC":{"description":"Prepaid Card","format":"double","type":"number"},"Status":{"description":"Status","type":"string"},"Tip":{"description":"Tip","format":"double","type":"number"}},"type":"object"},"TipSettings":{"properties":{"EnableSplitTip":{"type":"boolean"},"EnableTips":{"type":"boolean"},"SuggestedTip":{"$ref":"#/components/schemas/SuggestedTip"}},"type":"object"},"TrainingCategoryModel":{"properties":{"CategoryDesc":{"type":"string"},"CategoryHtmlDesc":{"type":"string"},"Id":{"format":"int64","type":"integer"},"Name":{"type":"string"},"NumSessions":{"format":"int32","type":"integer"},"ParentId":{"format":"int64","type":"integer"},"ShowInCatalog":{"format":"int32","type":"integer"},"SortOrder":{"format":"int32","type":"integer"}},"type":"object"},"TrainingCategorySimple":{"properties":{"Id":{"format":"int64","type":"integer"},"Name":{"type":"string"},"ParentId":{"format":"int64","type":"integer"}},"type":"object"},"TrainingClassDetailModel":{"properties":{"AllowCancellationFee":{"type":"boolean"},"AllowDirectBooking":{"type":"boolean"},"AllowFreeSession":{"type":"boolean"},"AllowNoshowFee":{"type":"boolean"},"AllowWaitlist":{"type":"boolean"},"AllowWebBooking":{"type":"boolean"},"BusinessUnitId":{"format":"int64","type":"integer"},"Capacity":{"format":"int32","type":"integer"},"CatalogPrice":{"type":"string"},"CategoryId":{"format":"int64","type":"integer"},"CategoryName":{"type":"string"},"CentersList":{"items":{"$ref":"#/components/schemas/ClassCentersModel"},"type":"array"},"ClassEndDate":{"format":"date-time","type":"string"},"ClassStartDate":{"format":"date-time","type":"string"},"Code":{"type":"string"},"CommissionDetails":{"$ref":"#/components/schemas/TrainingCommissionModel"},"CommissionModel":{"format":"int32","type":"integer"},"Description":{"type":"string"},"DisplayName":{"type":"string"},"DurationInMins":{"format":"int32","type":"integer"},"EnableEnrollment":{"type":"boolean"},"EnablePayments":{"type":"boolean"},"HtmlDescription":{"type":"string"},"Id":{"format":"int64","type":"integer"},"ImagePaths":{"type":"object"},"InstructorList":{"items":{"type":"string"},"type":"array"},"InternalCost":{"format":"double","type":"number"},"LevelId":{"format":"int64","type":"integer"},"Name":{"type":"string"},"ParentCategoryId":{"format":"int64","type":"integer"},"ParentCategoryName":{"type":"string"},"RegistrationNotes":{"type":"string"},"RoomsList":{"items":{"type":"string"},"type":"array"},"ShowInCatalog":{"format":"int32","type":"integer"},"ShowPrice":{"type":"boolean"},"SortOrder":{"format":"int32","type":"integer"},"WaitlistLockWindow":{"format":"int32","type":"integer"},"WebCapacity":{"format":"int32","type":"integer"}},"type":"object"},"TrainingClassSimple":{"properties":{"AllowCancellationFee":{"type":"boolean"},"AllowDirectBooking":{"type":"boolean"},"AllowNoshowFee":{"type":"boolean"},"AllowWaitlist":{"type":"boolean"},"AllowWebBooking":{"type":"boolean"},"Capacity":{"format":"int32","type":"integer"},"CatalogPrice":{"type":"string"},"CategoryId":{"format":"int64","type":"integer"},"ClassEndDate":{"format":"date-time","type":"string"},"ClassStartDate":{"format":"date-time","type":"string"},"Description":{"type":"string"},"DisplayName":{"type":"string"},"EnableEnrollment":{"type":"boolean"},"EnablePayments":{"type":"boolean"},"HtmlDescription":{"type":"string"},"Id":{"format":"int64","type":"integer"},"ImagePaths":{"type":"object"},"LevelId":{"format":"int64","type":"integer"},"Name":{"type":"string"},"RegistrationNotes":{"type":"string"},"ShowInCatalog":{"format":"int32","type":"integer"},"ShowPrice":{"type":"boolean"},"SortOrder":{"format":"int32","type":"integer"},"WaitlistLockWindow":{"format":"int32","type":"integer"},"WebCapacity":{"format":"int32","type":"integer"}},"type":"object"},"TrainingCommissionModel":{"properties":{"BonusMinGuests":{"format":"int32","type":"integer"},"BonusPerGuest":{"format":"double","type":"number"},"IncrementalCommissionList":{"items":{"$ref":"#/components/schemas/TrainingIncrementalCommissionModel"},"type":"array"},"MaxPay":{"format":"double","type":"number"},"MinPay":{"format":"double","type":"number"},"Rate":{"format":"double","type":"number"}},"type":"object"},"TrainingIncrementalCommissionModel":{"properties":{"BonusMinGuests":{"format":"int32","type":"integer"},"CommissionFk":{"format":"int64","type":"integer"},"CommissionLevel":{"format":"int32","type":"integer"},"MaxGuests":{"format":"int32","type":"integer"},"MinGuests":{"format":"int32","type":"integer"},"Rate":{"format":"double","type":"number"},"VersionId":{"type":"string"},"Void":{"type":"boolean"}},"type":"object"},"TrainingInstructorModel":{"properties":{"Id":{"type":"string"},"IsAssociated":{"format":"int32","type":"integer"}},"type":"object"},"TrainingInstructorSimple":{"properties":{"Description":{"type":"string"},"Id":{"type":"string"},"ImagePaths":{"type":"object"},"Name":{"type":"string"}},"type":"object"},"TrainingLevelModel":{"properties":{"Code":{"type":"string"},"Description":{"type":"string"},"Guid":{"type":"string"},"HTMLDesc":{"type":"string"},"Id":{"format":"int64","type":"integer"},"IsActive":{"type":"boolean"},"LastUpdated":{"format":"date-time","type":"string"},"LastUpdatedBy":{"type":"string"},"Name":{"type":"string"},"OrganizationId":{"type":"string"},"SortOrder":{"format":"int32","type":"integer"},"Void":{"type":"boolean"}},"type":"object"},"TrainingRoomModel":{"properties":{"Id":{"type":"string"},"IsAssociated":{"format":"int32","type":"integer"}},"type":"object"},"TrainingRoomSimple":{"properties":{"Id":{"type":"string"},"Name":{"type":"string"}},"type":"object"},"TrainingSessionDetailModel":{"properties":{"AllowDirectBooking":{"type":"boolean"},"AllowSubstitution":{"type":"boolean"},"AllowWaitlist":{"type":"boolean"},"AllowWebBooking":{"type":"boolean"},"AssistantId":{"type":"string"},"BookingStage":{"format":"int32","type":"integer"},"CanBook":{"type":"boolean"},"CanCancel":{"type":"boolean"},"CancelStage":{"format":"int32","type":"integer"},"CatalogName":{"type":"string"},"CatalogPrice":{"type":"string"},"CenterId":{"type":"string"},"ClassId":{"format":"int64","type":"integer"},"Code":{"type":"string"},"ComissionEligible":{"type":"boolean"},"CommissionFactor":{"format":"double","type":"number"},"CommissionType":{"format":"int32","type":"integer"},"CreatedBy":{"type":"string"},"CreatedDate":{"format":"date-time","type":"string"},"Description":{"type":"string"},"EarlyCancellationFee":{"format":"double","type":"number"},"EndTime":{"format":"date-time","type":"string"},"FlatCommissionValue":{"format":"double","type":"number"},"Guid":{"type":"string"},"HtmlDescription":{"type":"string"},"Id":{"format":"int64","type":"integer"},"InstructorId":{"type":"string"},"InstructorName":{"type":"string"},"IsDeleted":{"type":"boolean"},"IsFreeSession":{"type":"boolean"},"IsOpenForRegistration":{"type":"boolean"},"LastUpdated":{"format":"date-time","type":"string"},"LastUpdatedBy":{"type":"string"},"LateCancellationFee":{"format":"double","type":"number"},"Lock":{"format":"int32","type":"integer"},"MinsAfterRegistrationForEarlyCancel":{"format":"int32","type":"integer"},"MinsBeforeClassForEarlyCancel":{"format":"int32","type":"integer"},"MinsBeforeClassWebBookingClose":{"format":"int32","type":"integer"},"Name":{"type":"string"},"NoshowFee":{"format":"double","type":"number"},"OrganizationId":{"type":"string"},"Price":{"format":"double","type":"number"},"RecoveryTime":{"format":"int32","type":"integer"},"RecurrenceId":{"format":"int64","type":"integer"},"RegisteredCount":{"format":"int32","type":"integer"},"RegistrationId":{"format":"int64","type":"integer"},"RegistrationStatus":{"enum":[0,1,2,3,4,5,6,7,8,9],"format":"int32","type":"integer"},"RoomId":{"type":"string"},"RoomName":{"type":"string"},"ShowInCatalog":{"format":"int32","type":"integer"},"ShowPrice":{"type":"boolean"},"SignupInstructions":{"type":"string"},"SortOrder":{"format":"int32","type":"integer"},"StartTime":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"},"StatusId":{"format":"int32","type":"integer"},"WaitListedCount":{"format":"int32","type":"integer"},"WaitlistLockWindow":{"format":"int32","type":"integer"},"capacity":{"format":"int32","type":"integer"},"webCapacity":{"format":"int32","type":"integer"}},"type":"object"},"TrainingSessionSimpleModel":{"properties":{"AssistantId":{"type":"string"},"BookingStage":{"format":"int32","type":"integer"},"CanBook":{"type":"boolean"},"CanCancel":{"type":"boolean"},"CancelStage":{"format":"int32","type":"integer"},"CenterId":{"type":"string"},"ClassId":{"format":"int64","type":"integer"},"EndTime":{"format":"date-time","type":"string"},"Id":{"format":"int64","type":"integer"},"InstructorId":{"type":"string"},"IsFreeSession":{"type":"boolean"},"Name":{"type":"string"},"Price":{"format":"double","type":"number"},"RecurrenceId":{"format":"int64","type":"integer"},"RegistrationId":{"format":"int64","type":"integer"},"RegistrationStatus":{"enum":[0,1,2,3,4,5,6,7,8,9],"format":"int32","type":"integer"},"RoomId":{"type":"string"},"StartTime":{"format":"date-time","type":"string"},"Status":{"enum":[0,1,2,3,4],"format":"int32","type":"integer"}},"type":"object"},"TransactionalColumnsFull":{"properties":{"Description":{"type":"string"},"DimFactAttrInfoList":{"items":{"$ref":"#/components/schemas/TransactionalDimFactAttrInfo"},"type":"array"},"Id":{"format":"int32","type":"integer"},"IsFact":{"type":"boolean"},"Name":{"type":"string"}},"type":"object"},"TransactionalDimFactAttrInfo":{"properties":{"AttrType":{"type":"string"},"Description":{"type":"string"},"HasTotal":{"type":"boolean"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"TransactionalReportColumnsDTO":{"properties":{"AttrDisplayName":{"type":"string"},"AttrType":{"type":"string"},"CustomReportId":{"format":"int32","type":"integer"},"DimFactAttributesId":{"format":"int32","type":"integer"},"DisplayOrder":{"format":"int32","type":"integer"},"HasTotal":{"type":"boolean"},"TxnReportAttributesID":{"format":"int32","type":"integer"}},"type":"object"},"TransactionalReportShortDTO":{"properties":{"Description":{"type":"string"},"DisplayOrder":{"format":"int32","type":"integer"},"HasReportSql":{"type":"boolean"},"Id":{"format":"int32","type":"integer"},"IsActive":{"type":"boolean"},"Name":{"type":"string"},"ReportCode":{"type":"string"},"SubjectArea":{"type":"string"}},"type":"object"},"TransactionalReportsDTO":{"properties":{"Description":{"type":"string"},"DisplayOrder":{"format":"int32","type":"integer"},"HasReportSql":{"type":"boolean"},"Id":{"format":"int32","type":"integer"},"IsActive":{"type":"boolean"},"Name":{"type":"string"},"OrganizationId":{"type":"string"},"ReportCode":{"type":"string"},"SubjectArea":{"$ref":"#/components/schemas/SubjectAreasDTO"},"SubjectAreaID":{"format":"int32","type":"integer"},"TxnReportColumns":{"items":{"$ref":"#/components/schemas/TransactionalReportColumnsDTO"},"type":"array"},"TxnReportParameters":{"items":{"$ref":"#/components/schemas/ZenotiReportParameterDTO"},"type":"array"}},"type":"object"},"UnapplyGiftCardRequest":{"properties":{"InvoiceId":{"type":"string"}},"type":"object"},"UnapplyGiftCardResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsGiftCardUnapplied":{"type":"boolean"}},"type":"object"},"UnapplyItemMembershipRequest":{"properties":{"InvoiceId":{"type":"string"},"InvoiceItemId":{"type":"string"},"MembershipUserId":{"type":"string"}},"type":"object"},"UnapplyItemMembershipResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsMembershipUnapplied":{"type":"boolean"}},"type":"object"},"UnapplyLoyaltyPointsRequest":{"properties":{"InvoiceId":{"type":"string"}},"type":"object"},"UnapplyLoyaltyPointsResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsLoyaltyPointsUnapplied":{"type":"boolean"}},"type":"object"},"UnapplyMembershipRequest":{"properties":{"ApplyCredits":{"type":"boolean"},"InvoiceId":{"type":"string"},"MembershipUserId":{"type":"string"}},"type":"object"},"UnapplyMembershipResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsMembershipUnapplied":{"type":"boolean"}},"type":"object"},"UnapplyPackagesRequest":{"properties":{"InvoiceId":{"type":"string"},"PackageUserId":{"type":"string"}},"type":"object"},"UnapplyPackagesResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsPackageUnapplied":{"type":"boolean"}},"type":"object"},"UnavailableDatesModel":{"properties":{"IsInstructorAvailable":{"type":"boolean"},"IsRoomAvailable":{"type":"boolean"},"UnavailableDate":{"format":"date-time","type":"string"}},"type":"object"},"UpdateAppointmentGroupRequest":{"properties":{"AppointmentGroupId":{"type":"string"},"DayPromoPackages":{"items":{"$ref":"#/components/schemas/AppointmentDayPromoPackageModel"},"type":"array"},"GiftCards":{"items":{"$ref":"#/components/schemas/AppointmentGiftCardModel"},"type":"array"},"InvoiceId":{"type":"string"},"IsForced":{"type":"boolean"},"Memberships":{"items":{"$ref":"#/components/schemas/AppointmentMembershipModel"},"type":"array"},"Notes":{"type":"string"},"Products":{"items":{"$ref":"#/components/schemas/AppointmentProductModel"},"type":"array"},"SeriesPackages":{"items":{"$ref":"#/components/schemas/AppointmentSeriesPackageModel"},"type":"array"},"Services":{"items":{"$ref":"#/components/schemas/AppointmentServiceModel"},"type":"array"},"Time":{"format":"date-time","type":"string"}},"type":"object"},"UpdateAppointmentGroupResponse":{"properties":{"AppointmentGroup":{"$ref":"#/components/schemas/AppointmentGroupModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsAppointmentUpdated":{"type":"boolean"}},"type":"object"},"UpdateEmployeeDetailRequest":{"properties":{"EmployeeDetail":{"$ref":"#/components/schemas/EmployeeDetailModel"}},"type":"object"},"UpdateEmployeeDetailResponse":{"properties":{"EmployeeDetail":{"$ref":"#/components/schemas/EmployeeDetailModel"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsEmployeeAdded":{"type":"boolean"}},"type":"object"},"UpdateInvoiceRequest":{"properties":{"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsForced":{"type":"boolean"}},"type":"object"},"UpdateInvoiceResponse":{"properties":{"Checkout":{"$ref":"#/components/schemas/CheckoutResponse"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsInvoiceUpdated":{"type":"boolean"}},"type":"object"},"UpdateInvoiceV2Request":{"properties":{"Invoices":{"items":{"$ref":"#/components/schemas/InvoiceModel"},"type":"array"}},"type":"object"},"UpdateInvoiceV2Response":{"properties":{"CheckoutList":{"items":{"$ref":"#/components/schemas/CheckoutResponse"},"type":"array"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsUpdated":{"type":"boolean"}},"type":"object"},"UpdateOpportunityRequest":{"example":"\n{\n\t\"center_id\" : \"bcaf32ac-83a8-4988-8ebf-4a6d125835de\",\n\t\"opportunity_title\" : \"stafdfgcz5\",\n\t\"opportunity_description\" : \"hey its a good day\",\n\t\"opportunity_owner_id\" : \"ede781ef-7891-47b8-961e-a4729925431f\",\n\t\"guest_id\" : \"9dcd0709-74a8-48cd-9997-878e465f566d\",\n\t\"priority_type_id\" : \"E5196EC3-4E3C-4677-8AA2-B8E306F0FA5C\",\n\t\"stage_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n\t\"type\" : \"package\",\n\t\"followup_date\" : \"2017-12-15\",\n\t\"expected_close_date\" : \"2018-12-14\",\n\t\"listed_amount\" : 1253,\n\t\"offered_amount\" : 1000,\n\t\"optional_field_1\" : \"op1\",\n\t\"optional_field_2\" : \"op2\",\n\t\"optional_field_3\" : \"op3\",\n\t\"change_guest_center\" : false,\n\t\"disposition_id\" : \"5E61ACFD-CDE5-451E-B9BC-716B400453A4\",\n \"custom_fields\": {\n\t\t\"ED727888-AE73-439E-AEF2-22E48A5AF3AF\":\"value1\",\n \"0fb8a958-682e-4025-adef-0bac63359e05\":\"value2\"\n\t},\n\t\"lead_source\" : {\n\t\"id\" : \"0fb8a958-682e-4025-adef-0bac63359e05\",\n\t\"code\" : \"GH103\"\n\t}\n}","properties":{"center_id":{"description":"Data Type: Unique Identifier(GUID)","type":"string"},"change_guest_center":{"description":"if true changes the guest center to center_id passed","type":"boolean"},"custom_fields":{"description":"**Key :** Custom Field Id, **Value :** CustomField Value that needs to be changed or added,\n**Dictionary<Guid,string>**","type":"object"},"disposition_id":{"description":"Data Type : Unique Identifier(GUID)","type":"string"},"expected_close_date":{"description":"Date on which the opportunity is expected to close ,Data Type : DateTime(yyyy-mm-dd)","format":"date-time","type":"string"},"followup_date":{"description":"Date on which followup should be done,Data Type : DateTime(yyyy-mm-dd)","format":"date-time","type":"string"},"guest_id":{"description":"GUID of guest ,Data Type : Unique Identifier(GUID)","type":"string"},"lead_source":{"properties":{"code":{"type":"string"},"id":{"description":"GUID of the lead source ,Data Type : Unique Identifier(GUID)","type":"string"}},"type":"object"},"listed_amount":{"description":"listed price","type":"number"},"offered_amount":{"description":"Offered Price","type":"number"},"opportunity_description":{"description":"Description of the Opportunity","type":"string"},"opportunity_owner_id":{"description":"GUID of the Employee who owns the opportunity, Data Type : Unique Identifier(GUID)","type":"string"},"opportunity_title":{"description":"title of the opportunity, it can't be null ,empty or whitespace","type":"string"},"optional_field_1":{"type":"string"},"optional_field_2":{"type":"string"},"optional_field_3":{"type":"string"},"priority_type_id":{"description":"GUID of the priority type,Data Type : Unique Identifier(GUID)","type":"string"},"stage_id":{"description":"GUID of the stage type,Data Type : Unique Identifier(GUID)","type":"string"},"type":{"description":"Opportunity type","type":"string"}},"required":["center_id"],"type":"object"},"UpdateSSGRequest":{"properties":{"Authorization":{"$ref":"#/components/schemas/Credentials"},"SSG":{"format":"double","type":"number"}},"type":"object"},"UpdateSSGResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"Invoice":{"$ref":"#/components/schemas/InvoiceModel"},"IsSSGChanged":{"type":"boolean"}},"type":"object"},"UpdateServiceRequest":{"properties":{"ServiceDetails":{"$ref":"#/components/schemas/ServiceDetailModel"},"ServicePrices":{"items":{"$ref":"#/components/schemas/ServicePrice"},"type":"array"}},"type":"object"},"UpdateServiceResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"IsServiceUpdated":{"type":"boolean"},"ServiceDetails":{"$ref":"#/components/schemas/ServiceDetailModel"},"ServicePrices":{"items":{"$ref":"#/components/schemas/ServicePrice"},"type":"array"}},"type":"object"},"UploadClassImageResponse":{"properties":{"AssetId":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"},"ImagePaths":{"type":"object"}},"type":"object"},"UploadCustomDataImageResponse":{"properties":{"AssetId":{"type":"string"},"AssetUrl":{"type":"string"},"Error":{"$ref":"#/components/schemas/ApiResponseError"}},"type":"object"},"UploadProfilePictureResponse":{"properties":{"Error":{"$ref":"#/components/schemas/ApiResponseError"},"PictureUrl":{"type":"string"}},"type":"object"},"UserCredentials":{"properties":{"Password":{"type":"string"},"UserName":{"type":"string"}},"required":["Password","UserName"],"type":"object"},"UtilizationModel":{"properties":{"DT":{"description":"Date","format":"date-time","type":"string"},"Day":{"description":"Day","format":"int32","type":"integer"},"EC":{"description":"Employee Code","type":"string"},"EJC":{"description":"Employee Job Code","type":"string"},"EJN":{"description":"Employee Job Name","type":"string"},"EN":{"description":"Employee Name","type":"string"},"MBH":{"description":"Mandatory Break Hours","format":"double","type":"number"},"MM":{"description":"Month","format":"int32","type":"integer"},"SH":{"description":"Service Hours","format":"double","type":"number"},"ST":{"description":"Scheduled Time","format":"double","type":"number"},"TS":{"description":"Time Slot","type":"string"},"UT":{"description":"Utilized Time","format":"double","type":"number"},"YY":{"description":"Year","format":"int32","type":"integer"}},"type":"object"},"ZenotiFilterDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"IsMandatoryFilter":{"type":"boolean"},"Name":{"type":"string"}},"type":"object"},"ZenotiFilterShortDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"IsMandatoryFilter":{"type":"boolean"},"Name":{"type":"string"}},"type":"object"},"ZenotiFilterValuesDTO":{"properties":{"FilterValues":{"items":{"$ref":"#/components/schemas/FilterValueDTO"},"type":"array"},"ZenotiFilterDTO":{"$ref":"#/components/schemas/ZenotiFilterDTO"}},"type":"object"},"ZenotiGroupByAttributes":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"ZenotiGroupByDTO":{"properties":{"Attributes":{"items":{"$ref":"#/components/schemas/ZenotiGroupByAttributes"},"type":"array"},"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"ZenotiMetricCategoryFullDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"},"ZenotiMetrics":{"items":{"$ref":"#/components/schemas/ZenotiMetricDTO"},"type":"array"}},"type":"object"},"ZenotiMetricCategoryShortDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"ZenotiMetricDTO":{"properties":{"Description":{"type":"string"},"HasTotal":{"type":"boolean"},"Id":{"format":"int32","type":"integer"},"MetricType":{"type":"string"},"Name":{"type":"string"},"ZenotiMetricCategoryId":{"format":"int32","type":"integer"}},"type":"object"},"ZenotiMetricShortDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"ZenotiReportColumnDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"ZenotiReportParameterDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"},"ParameterName":{"type":"string"}},"type":"object"},"ZenotiReportRowDTO":{"properties":{"Description":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Name":{"type":"string"}},"type":"object"},"alternative_type":{"description":"Appointment alternative type\n\n| Name | Value |\n| -------- | -------- | -------- |\n| Therapist | 1 | \n| Room | 2 |\n\n","enum":["1","2"],"type":"integer","x-restlet":{"section":"Models"}},"appointment":{"description":"Representation of appointment model in a summary view.","properties":{"actual_completed_time":{"description":"Actual completed time","format":"date-time","type":"string"},"actual_start_time":{"description":"Actual start time","format":"date-time","type":"string"},"alternative_room_id":{"type":"string"},"alternative_therapist_id":{"type":"string"},"appointment_group_id":{"description":"Appointment group id","type":"string"},"appointment_id":{"description":"Appointment id","type":"string"},"appointment_progress":{"$ref":"#/components/schemas/appointment_progress"},"appointment_segment_id":{"description":"Appointment segment id","type":"string"},"appointment_source":{"$ref":"#/components/schemas/appointment_source"},"available_rooms":{"items":{"$ref":"#/components/schemas/appointment_room"},"type":"array"},"available_therapists":{"items":{"$ref":"#/components/schemas/appointment_therapist"},"type":"array"},"category":{"description":"Category","type":"string"},"checkin_time":{"description":"Check in time","format":"date-time","type":"string"},"employee_vanity_image_url":{"type":"string"},"end_date":{"description":"End date and time of appointment","format":"date-time","type":"string"},"form_id":{"description":"Form id","type":"string"},"guest":{"$ref":"#/components/schemas/appointment_guest"},"invoice_id":{"description":"Invoice id","type":"string"},"locked":{"description":"Is appointment locked","type":"boolean"},"notes":{"description":"Notes","type":"string"},"price":{"$ref":"#/components/schemas/PriceModel"},"service":{"$ref":"#/components/schemas/appointment_service"},"service_custom_data_indicator":{"description":"Service custom data indicator","type":"string"},"start_date":{"description":"Start date and time of appointment","format":"date-time","type":"string"},"status":{"$ref":"#/components/schemas/appointment_status"},"sub_category":{"description":"Sub category","type":"string"},"therapist":{"$ref":"#/components/schemas/appointment_therapist"},"therapist_preference_type":{"$ref":"#/components/schemas/requested_gender"}},"required":["appointment_id"],"type":"object","x-restlet":{"section":"Models"}},"appointment_guest":{"properties":{"first_name":{"type":"string"},"gender":{"$ref":"#/components/schemas/gender"},"id":{"type":"string"},"indicator":{"type":"string"},"last_name":{"type":"string"},"phone":{"$ref":"#/components/schemas/phone"}},"type":"object","x-restlet":{"section":"Models"}},"appointment_progress":{"description":"| Name | Value | \n| -------- | -------- |\n| Not started | 0 | \n| Started | 1 |\n| Completed | 2|","enum":["0","1","2"],"type":"integer","x-restlet":{"section":"Models"}},"appointment_room":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"appointment_service":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"appointment_source":{"description":"| Name | Value |\n| -------- | -------- |\n| Website | 0 |\n| Webstore | 1 |\n| MobileApp | 2 |\n| Take5App | 3 |\n| MobilePos | 4 |","enum":["0","1","2","3","4"],"type":"integer","x-restlet":{"section":"Models"}},"appointment_status":{"description":"| Name | Value |\n| -------- | -------- |\n| No show | -2 |\n| Cancelled | -1 |\n| New | 0 |\n| Completed | 1 |\n| Checkedin | 2|\n| Confirmed | 4 |\n| Break | 10 |\n| Not specified | 11 |\n| Available | 20 |","enum":["-2","-1","0","1","2","4","10","11","20"],"type":"integer","x-restlet":{"section":"Models"}},"appointment_therapist":{"properties":{"first_name":{"type":"string"},"gender":{"$ref":"#/components/schemas/gender"},"id":{"type":"string"},"last_name":{"type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"appointments_response":{"properties":{"appointments":{"description":"List of appointments","items":{"$ref":"#/components/schemas/appointment"},"type":"array"},"error":{"$ref":"#/components/schemas/error"}},"type":"object","x-restlet":{"section":"Models"}},"employee_performance":{"properties":{"employee_id":{"description":"Id of the employee","type":"string"},"performance":{"$ref":"#/components/schemas/performance"}},"type":"object","x-restlet":{"section":"Models"}},"employee_sales":{"description":"For providing the models for giving the employee sales data.","properties":{"employee_id":{"description":"Id of the employee","type":"string"},"guest_sales":{"$ref":"#/components/schemas/guest_sales"},"item_sales":{"description":"Item sale data for the employee","items":{"$ref":"#/components/schemas/item_sales"},"type":"array"}},"type":"object","x-restlet":{"section":"Models"}},"error":{"description":"Definition for the error object. ","properties":{"Message":{"description":"Descriptive error message","type":"string"},"StatusCode":{"description":"Code of the error","format":"int32","type":"integer"}},"type":"object","x-restlet":{"section":"Models"}},"filter":{"description":"Appointment filter","properties":{"room_id":{"items":{"type":"string"},"type":"array"},"therapist_id":{"items":{"type":"string"},"type":"array"}},"type":"object","x-restlet":{"section":"Models"}},"gender":{"description":"| Name | Value |\n| -------- | -------- | -------- |\n| Male | 1 |\n| Female | 0 |\n| Not specified | -1 |","enum":["0","1","-1"],"type":"integer","x-restlet":{"section":"Models"}},"giftcard":{"properties":{"balance":{"type":"number"},"code":{"type":"string"},"creation_date":{"format":"date-time","type":"string"},"expiry_date":{"format":"date-time","type":"string"},"gift_type_id":{"type":"string"},"id":{"type":"string"},"is_commission_eligible":{"type":"boolean"},"is_onetimeuse":{"type":"boolean"},"notes":{"type":"string"},"price":{"$ref":"#/components/schemas/PriceModel"},"recipient":{"$ref":"#/components/schemas/GuestModel"},"send_email_to_recipient":{"type":"boolean"},"services":{"$ref":"#/components/schemas/GiftCardServicesModel"},"validity_days":{"format":"int32","type":"integer"},"value":{"format":"double","type":"number"}},"type":"object","x-restlet":{"section":"Models"}},"guest":{"description":"Definition of the representation for the guest object. ","properties":{"CenterId":{"description":"Base center of the guest.","type":"string"},"address1":{"description":"Address 1","type":"string"},"address2":{"description":"Address 2","type":"string"},"anniversarydate":{"description":"Anniversary Date","format":"date-time","type":"string"},"city":{"description":"City","type":"string"},"code":{"description":"Code assigned to Guest","type":"string"},"country":{"$ref":"#/components/schemas/CountryModel"},"creationdate":{"description":"Creation date and time of guest record.","format":"date-time","type":"string"},"dateofbirth":{"description":"Date of Birth","format":"date-time","type":"string"},"dob_incompleteyear":{"description":"Date of birth without year","type":"string"},"email":{"description":"Email","type":"string"},"firstname":{"description":"First Name","type":"string"},"gender":{"description":"Gender","enum":["male","female","other"],"type":"string"},"guestindicator":{"description":"Category of a guest","type":"string"},"homephonemodel":{"$ref":"#/components/schemas/phone"},"id":{"description":"Unique Id of Guest","type":"string"},"is_member":{"description":"Indicates if guest has membership","format":"int32","type":"integer"},"lastname":{"description":"Last Name","type":"string"},"lastupdated":{"description":"Last updated date and time of guest record.","format":"date-time","type":"string"},"middlename":{"description":"Middle Name","type":"string"},"mobilephonemodel":{"$ref":"#/components/schemas/phone"},"nationality":{"$ref":"#/components/schemas/CountryModel"},"postalcode":{"description":"Zipcode or postal code.","type":"string"},"receivemarketingemail":{"description":"Receive marketing email preference.","type":"boolean"},"receivemarketingsms":{"description":"Receive marketing SMS preference.","type":"boolean"},"receivetransactionalemail":{"description":"Receive Email for transactions preference.","type":"boolean"},"receivetransactionalsms":{"description":"Receive SMS alert for transactions preference.","type":"boolean"},"referralsource":{"$ref":"#/components/schemas/ReferralSourceModel"},"referredguest_id":{"description":"Guest who referred the guest.","type":"string"},"state":{"$ref":"#/components/schemas/StateModel"},"username":{"description":"Username of guest","type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"guest_customdata":{"properties":{"Active":{"type":"boolean"},"AllowGuestToEdit":{"type":"boolean"},"AllowGuestToView":{"type":"boolean"},"DefaultValue":{"type":"string"},"FieldAttributes":{"type":"string"},"FieldId":{"description":"Id of the custom field","type":"string"},"FieldName":{"description":"Name of the field","type":"string"},"FieldOrder":{"type":"integer"},"FieldValue":{"type":"string"},"FieldValueId":{"type":"string"},"GroupColor":{"type":"string"},"GroupId":{"type":"string"},"GroupName":{"type":"string"},"GroupOrder":{"type":"integer"},"GuestFieldId":{"description":"Id of the guest?","type":"string"},"IsRequired":{"type":"boolean"},"PrintOnReceipt":{"type":"boolean"},"Required":{"type":"boolean"},"SpanAcrossColumns":{"type":"integer"},"TypeName":{"description":"Type of the field","type":"string"},"editInCatalog":{"type":"boolean"},"listvalues":{"type":"string"},"showInCatalog":{"type":"boolean"}},"type":"object","x-restlet":{"section":"Models"}},"guest_loyaltypoints":{"description":"Represention of loyalty points of a guest. ","properties":{"Id":{"type":"string"},"Name":{"type":"string"},"TotalPointsAvailable":{"format":"double","type":"number"},"TotalPointsEarned":{"format":"double","type":"number"},"TotalPointsRedeemed":{"format":"double","type":"number"}},"type":"object","x-restlet":{"section":"Models"}},"guest_memberships":{"description":"Representation of membership associated with a guest.","properties":{"Id":{"type":"string"},"Name":{"type":"string"},"ServiceCreditAmount":{"format":"double","type":"number"},"ServiceCreditAmountLeft":{"format":"double","type":"number"},"ServiceCreditAmountUsed":{"format":"double","type":"number"},"ValidityDate":{"format":"date-time","type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"guest_notes":{"properties":{"CreateDate":{"format":"date-time","type":"string"},"Id":{"type":"string"},"IsPrivate":{"type":"boolean"},"NoteType":{"description":"| enum | value |\n| -------- | -------- | \n| Generic | 2 | \n|Checkin | 3 |\n| Booking | 4 | \n| Payment |8 | \n| Profile | 10 |","enum":[0,2,3,4,8,10],"format":"int32","type":"integer"},"Text":{"type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"guest_packages":{"description":"Representation of package object","properties":{"id":{"description":"Unique identifier of package","type":"string"},"name":{"description":"Name of the package","type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"guest_sales":{"description":"For displaying the guest sales for employees","properties":{"number_of_guest_products":{"description":"Provides the guests who also buyed products from the employee","type":"integer"},"number_of_guest_requests":{"description":"Provides the number of guests who requested the employee","type":"integer"},"number_of_guests":{"description":"Provides the number of guests the therapist has made","type":"integer"},"number_of_guests_rebooked":{"description":"Provides the guests who rebooked the appointmented done by the employee","type":"integer"},"number_of_new_guests":{"description":"Provides the number of new guests the therapists has made","type":"integer"}},"type":"object","x-restlet":{"section":"Models"}},"item_sales":{"description":"For Displaying the sales fo the employee","properties":{"item_type":{"description":"Type of item that the employee sold.","enum":["service","0","product","2","Membership","3","Packages","4","GiftCard","6"],"type":"string"},"numbers":{"description":"Number of services sold","type":"integer"},"revenue":{"description":"Revenue for the services sold","type":"number"},"target_number":{"description":"Target number employee should sold","type":"integer"},"target_revenue":{"description":"Target revenue employee should be achieving","type":"number"}},"type":"object","x-restlet":{"section":"Models"}},"package":{"properties":{"code":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"price":{"$ref":"#/components/schemas/PriceModel"},"services":{"items":{"$ref":"#/components/schemas/service"},"type":"array"},"type":{"enum":[1,2,3],"format":"int32","type":"integer"}},"type":"object","x-restlet":{"section":"Models"}},"payroll":{"type":"object","x-restlet":{"section":"Models"}},"payroll_old":{"properties":{"EC":{"description":"Employee Code","type":"string"},"EN":{"description":"Employee Name","type":"string"},"phone":{"$ref":"#/components/schemas/phone"},"services":{"items":{"$ref":"#/components/schemas/service"},"type":"array"}},"type":"object","x-restlet":{"section":"Models"}},"performance":{"properties":{"attendance":{"description":"Attendance of the employee.","type":"integer"},"punctuality":{"description":"Punctuality of the employee","type":"number"},"retention":{"description":"Retention for the employee","type":"number"},"satisfaction":{"description":"Satisfaction of the employee","type":"number"},"utilization":{"description":"Utilization of the employee","type":"number"}},"type":"object","x-restlet":{"section":"Models"}},"phone":{"description":"Representation for phone object. ","properties":{"country_id":{"description":"Country id","format":"int32","type":"integer"},"displaynumber":{"description":"Phone number with display format.","type":"string"},"number":{"description":"Phone number","type":"string"}},"type":"object","x-restlet":{"section":"Models"}},"price":{"properties":{"discount":{"description":"Discount amount","format":"double","type":"number"},"final_price":{"description":"Final amount","format":"double","type":"number"},"final_price1":{"description":"Final amount 1","format":"double","type":"number"},"id":{"description":"Currency ID","format":"int32","type":"integer"},"rounding_correction":{"description":"Rounding correction","format":"double","type":"number"},"sales":{"description":"Sale Price","format":"double","type":"number"},"ssg":{"description":"SSG","format":"double","type":"number"},"tax":{"description":"Tax Amount","format":"double","type":"number"},"tip":{"description":"Tip amount","format":"double","type":"number"}},"type":"object","x-restlet":{"section":"Models"}},"requested_gender":{"description":"| Name | Value |\n| -------- | -------- | -------- |\n| Any | 0 |\n| Male | 1 |\n| Female | 2 |\n| Specific | 3|\n| Multiple| 4 |","enum":["0","1","2","3","4"],"type":"integer","x-restlet":{"section":"Models"}},"service":{"properties":{"AddOns":{"items":{"$ref":"#/components/schemas/ServiceModel"},"type":"array"},"CategoryId":{"type":"string"},"CategoryName":{"type":"string"},"Duration":{"format":"int32","type":"integer"},"HasAddOns":{"type":"boolean"},"Id":{"type":"string"},"IsAddOn":{"type":"boolean"},"Name":{"type":"string"},"Price":{"$ref":"#/components/schemas/PriceModel"}},"type":"object","x-restlet":{"section":"Models"}}}}}
\No newline at end of file