GET api/appointment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppointmentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CFId | integer |
None. |
|
| FolderAlias | string |
None. |
|
| CFPId | integer |
None. |
|
| CustId | integer |
None. |
|
| AppId | integer |
None. |
|
| TrtId | integer |
None. |
|
| LockId | integer |
None. |
|
| TrtDescription | string |
None. |
|
| TrtDuration | integer |
None. |
|
| TrtPrice | decimal number |
None. |
|
| SaleTypeId | integer |
None. |
|
| SaleTypeDescription | string |
None. |
|
| PriceListId | integer |
None. |
|
| UnitPrice | decimal number |
None. |
|
| DiscountPrcnt | decimal number |
None. |
|
| DiscountValue | decimal number |
None. |
|
| PayoutValue | decimal number |
None. |
|
| ChargeDateStr | string |
None. |
|
| LeaderId | integer |
None. |
|
| AssistantId | integer |
None. |
|
| IsMaison | boolean |
None. |
|
| ExtraInfo | string |
None. |
|
| AppointmentStartDateTime | date |
None. |
|
| AppointmentDate | string |
None. |
|
| AppointmentStartTime | string |
None. |
|
| AppointmentEndTime | string |
None. |
|
| AppointmentTherapist | string |
None. |
|
| AppointmentRoom | string |
None. |
|
| CustomerRoom | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerSurname | string |
None. |
|
| CustomerEmail | string |
None. |
|
| CustomerPhone | string |
None. |
|
| CustomerAddress | string |
None. |
|
| CustomerLanguageId | integer |
None. |
|
| CustomerTypeId | integer |
None. |
|
| CustomerNotes | string |
None. |
|
| PMSProperty | string |
None. |
|
| PMSRoom | string |
None. |
|
| PMSAccount | string |
None. |
|
| PMSReservationId | string |
None. |
|
| PMSCustomerAlias | string |
None. |
|
| PMSArrival | string |
None. |
|
| PMSDeparture | string |
None. |
|
| Resource1Id | integer |
None. |
|
| Resource2Id | integer |
None. |
|
| Resource3Id | integer |
None. |
|
| ProdDescr | string |
None. |
|
| Notes | string |
None. |
|
| BookingSourceId | integer |
None. |
|
| BookingSourceActionId | integer |
None. |
|
| IsLocked | boolean |
None. |
|
| PropertyId | integer |
None. |
|
| CancellationReasonId | integer |
None. |
|
| CancellationMessage | string |
None. |
|
| ProductRecommendationId | integer |
None. |
|
| IsCancelled | boolean |
None. |
|
| IsNonShow | boolean |
None. |
|
| IsCharged | boolean |
None. |
|
| AcceptsMarketingEmails | boolean |
None. |
|
| AcceptsOperationEmails | boolean |
None. |
|
| IsForCouple | boolean |
None. |
|
| ExtReference1 | string |
None. |
|
| ExtReference2 | string |
None. |
|
| CheckInState | byte |
None. |
|
| ModifierId1 | integer |
None. |
|
| ModifierId2 | integer |
None. |
|
| ModifierId3 | integer |
None. |
|
| ModifierId4 | integer |
None. |
|
| TherapistState | byte |
None. |
|
| ActualStartTimeSerial | integer |
None. |
|
| ActualEndTimeSerial | integer |
None. |
|
| TherapistNotes | string |
None. |
|
| TherapistDescription | string |
None. |
|
| OperationalState | RPlOperationalState |
None. |
|
| EntryType | AppointmentTypes |
None. |
|
| SessionId | integer |
None. |
|
| MaxPositions | byte |
None. |
|
| UsedPositions | byte |
None. |
|
| FolderType | CFTypes |
None. |
Response Formats
application/json, text/json
Sample:
{
"CFId": 1,
"FolderAlias": "sample string 2",
"CFPId": 3,
"CustId": 4,
"AppId": 5,
"TrtId": 6,
"LockId": 7,
"TrtDescription": "sample string 8",
"TrtDuration": 9,
"TrtPrice": 10.1,
"SaleTypeId": 11,
"SaleTypeDescription": "sample string 12",
"PriceListId": 13,
"UnitPrice": 14.1,
"DiscountPrcnt": 15.1,
"DiscountValue": 16.1,
"PayoutValue": 17.1,
"ChargeDateStr": "sample string 18",
"LeaderId": 19,
"AssistantId": 20,
"IsMaison": true,
"ExtraInfo": "sample string 22",
"AppointmentStartDateTime": "2026-08-18T04:42:46.0200996+03:00",
"AppointmentDate": "sample string 24",
"AppointmentStartTime": "sample string 25",
"AppointmentEndTime": "sample string 26",
"AppointmentTherapist": "sample string 27",
"AppointmentRoom": "sample string 28",
"CustomerRoom": "sample string 29",
"CustomerName": "sample string 30",
"CustomerSurname": "sample string 31",
"CustomerEmail": "sample string 32",
"CustomerPhone": "sample string 33",
"CustomerAddress": "sample string 34",
"CustomerLanguageId": 35,
"CustomerTypeId": 36,
"CustomerNotes": "sample string 37",
"PMSProperty": "sample string 38",
"PMSRoom": "sample string 39",
"PMSAccount": "sample string 40",
"PMSReservationId": "sample string 41",
"PMSCustomerAlias": "sample string 42",
"PMSArrival": "sample string 43",
"PMSDeparture": "sample string 44",
"Resource1Id": 45,
"Resource2Id": 46,
"Resource3Id": 47,
"ProdDescr": "sample string 48",
"Notes": "sample string 49",
"BookingSourceId": 50,
"BookingSourceActionId": 51,
"IsLocked": true,
"PropertyId": 53,
"CancellationReasonId": 54,
"CancellationMessage": "sample string 55",
"ProductRecommendationId": 56,
"IsCancelled": true,
"IsNonShow": true,
"IsCharged": true,
"AcceptsMarketingEmails": true,
"AcceptsOperationEmails": true,
"IsForCouple": true,
"ExtReference1": "sample string 63",
"ExtReference2": "sample string 64",
"CheckInState": 64,
"ModifierId1": 66,
"ModifierId2": 67,
"ModifierId3": 68,
"ModifierId4": 69,
"TherapistState": 64,
"ActualStartTimeSerial": 71,
"ActualEndTimeSerial": 72,
"TherapistNotes": "sample string 73",
"TherapistDescription": "sample string 74",
"OperationalState": 0,
"EntryType": 0,
"SessionId": 75,
"MaxPositions": 64,
"UsedPositions": 64,
"FolderType": 0
}
application/xml, text/xml
Sample:
<AppointmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models"> <AcceptsMarketingEmails>true</AcceptsMarketingEmails> <AcceptsOperationEmails>true</AcceptsOperationEmails> <ActualEndTimeSerial>72</ActualEndTimeSerial> <ActualStartTimeSerial>71</ActualStartTimeSerial> <AppId>5</AppId> <AppointmentDate>sample string 24</AppointmentDate> <AppointmentEndTime>sample string 26</AppointmentEndTime> <AppointmentRoom>sample string 28</AppointmentRoom> <AppointmentStartDateTime>2026-08-18T04:42:46.0200996+03:00</AppointmentStartDateTime> <AppointmentStartTime>sample string 25</AppointmentStartTime> <AppointmentTherapist>sample string 27</AppointmentTherapist> <AssistantId>20</AssistantId> <BookingSourceActionId>51</BookingSourceActionId> <BookingSourceId>50</BookingSourceId> <CFId>1</CFId> <CFPId>3</CFPId> <CancellationMessage>sample string 55</CancellationMessage> <CancellationReasonId>54</CancellationReasonId> <ChargeDateStr>sample string 18</ChargeDateStr> <CheckInState>64</CheckInState> <CustId>4</CustId> <CustomerAddress>sample string 34</CustomerAddress> <CustomerEmail>sample string 32</CustomerEmail> <CustomerLanguageId>35</CustomerLanguageId> <CustomerName>sample string 30</CustomerName> <CustomerNotes>sample string 37</CustomerNotes> <CustomerPhone>sample string 33</CustomerPhone> <CustomerRoom>sample string 29</CustomerRoom> <CustomerSurname>sample string 31</CustomerSurname> <CustomerTypeId>36</CustomerTypeId> <DiscountPrcnt>15.1</DiscountPrcnt> <DiscountValue>16.1</DiscountValue> <EntryType>Single</EntryType> <ExtReference1>sample string 63</ExtReference1> <ExtReference2>sample string 64</ExtReference2> <ExtraInfo>sample string 22</ExtraInfo> <FolderAlias>sample string 2</FolderAlias> <FolderType>Inhouse</FolderType> <IsCancelled>true</IsCancelled> <IsCharged>true</IsCharged> <IsForCouple>true</IsForCouple> <IsLocked>true</IsLocked> <IsMaison>true</IsMaison> <IsNonShow>true</IsNonShow> <LeaderId>19</LeaderId> <LockId>7</LockId> <MaxPositions>64</MaxPositions> <ModifierId1>66</ModifierId1> <ModifierId2>67</ModifierId2> <ModifierId3>68</ModifierId3> <ModifierId4>69</ModifierId4> <Notes>sample string 49</Notes> <OperationalState>NoState</OperationalState> <PMSAccount>sample string 40</PMSAccount> <PMSArrival>sample string 43</PMSArrival> <PMSCustomerAlias>sample string 42</PMSCustomerAlias> <PMSDeparture>sample string 44</PMSDeparture> <PMSProperty>sample string 38</PMSProperty> <PMSReservationId>sample string 41</PMSReservationId> <PMSRoom>sample string 39</PMSRoom> <PayoutValue>17.1</PayoutValue> <PriceListId>13</PriceListId> <ProdDescr>sample string 48</ProdDescr> <ProductRecommendationId>56</ProductRecommendationId> <PropertyId>53</PropertyId> <Resource1Id>45</Resource1Id> <Resource2Id>46</Resource2Id> <Resource3Id>47</Resource3Id> <SaleTypeDescription>sample string 12</SaleTypeDescription> <SaleTypeId>11</SaleTypeId> <SessionId>75</SessionId> <TherapistDescription>sample string 74</TherapistDescription> <TherapistNotes>sample string 73</TherapistNotes> <TherapistState>64</TherapistState> <TrtDescription>sample string 8</TrtDescription> <TrtDuration>9</TrtDuration> <TrtId>6</TrtId> <TrtPrice>10.1</TrtPrice> <UnitPrice>14.1</UnitPrice> <UsedPositions>64</UsedPositions> </AppointmentDTO>