GET api/prescheduledclasssessionentries/session/{sessionid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PrescheduledClassSessionEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SessionId | integer |
None. |
|
| CFPrId | integer |
None. |
|
| CuFlId | integer |
None. |
|
| ClassId | integer |
None. |
|
| ClassDescription | string |
None. |
|
| RPlDate | date |
None. |
|
| StartTimeSerial | integer |
None. |
|
| EndTimeSerial | integer |
None. |
|
| Duration | integer |
None. |
|
| ProdType | ProductTypes |
None. |
|
| OperationalState | RPlOperationalState |
None. |
|
| FinancialState | RPlFinancialState |
None. |
|
| EntryType | AppointmentTypes |
None. |
|
| CheckInState | CFCheckInStatus |
None. |
|
| Price | decimal number |
None. |
|
| Notes | string |
None. |
|
| CustomerAlias | string |
None. |
|
| CustomerName | string |
None. |
|
| CancelledDate | date |
None. |
|
| CancelledUserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"SessionId": 2,
"CFPrId": 3,
"CuFlId": 4,
"ClassId": 5,
"ClassDescription": "sample string 6",
"RPlDate": "2026-08-18T04:40:55.6170728+03:00",
"StartTimeSerial": 8,
"EndTimeSerial": 9,
"Duration": 10,
"ProdType": 0,
"OperationalState": 0,
"FinancialState": 0,
"EntryType": 0,
"CheckInState": 0,
"Price": 11.1,
"Notes": "sample string 12",
"CustomerAlias": "sample string 13",
"CustomerName": "sample string 14",
"CancelledDate": "2026-08-18T04:40:55.6170728+03:00",
"CancelledUserId": 16
}
application/xml, text/xml
Sample:
<PrescheduledClassSessionEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.SharedModels.WebModels"> <CFPrId>3</CFPrId> <CancelledDate>2026-08-18T04:40:55.6170728+03:00</CancelledDate> <CancelledUserId>16</CancelledUserId> <CheckInState>NotCheckedIn</CheckInState> <ClassDescription>sample string 6</ClassDescription> <ClassId>5</ClassId> <CuFlId>4</CuFlId> <CustomerAlias>sample string 13</CustomerAlias> <CustomerName>sample string 14</CustomerName> <Duration>10</Duration> <EndTimeSerial>9</EndTimeSerial> <EntryType>Single</EntryType> <FinancialState>NOFIST_</FinancialState> <Id>1</Id> <Notes>sample string 12</Notes> <OperationalState>NoState</OperationalState> <Price>11.1</Price> <ProdType>PT_THERAPY</ProdType> <RPlDate>2026-08-18T04:40:55.6170728+03:00</RPlDate> <SessionId>2</SessionId> <StartTimeSerial>8</StartTimeSerial> </PrescheduledClassSessionEntry>