POST Programme/GetSessionStartTime
Request Information
URI Parameters
None.
Body Parameters
TutorAttendance| Name | Description | Type | Additional information |
|---|---|---|---|
| SpeakerEngagementID | globally unique identifier |
None. |
|
| ProgrammeRegistrationID | globally unique identifier |
None. |
|
| CenterID | globally unique identifier |
None. |
|
| CentreName | string |
None. |
|
| SessionID | globally unique identifier |
None. |
|
| SessionName | string |
None. |
|
| SessionTime | string |
None. |
|
| ContactID | globally unique identifier |
None. |
|
| ContactName | string |
None. |
|
| EventID | globally unique identifier |
None. |
|
| EventName | string |
None. |
|
| SpeakerID | globally unique identifier |
None. |
|
| SpeakerName | string |
None. |
|
| TutorType | integer |
None. |
|
| AttendanceStatus | integer |
None. |
|
| SessionDate | date |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Remarks | string |
None. |
|
| CheckInTime | date |
None. |
|
| CheckOutTime | date |
None. |
|
| CheckIn | string |
None. |
|
| CheckOut | string |
None. |
|
| District | integer |
None. |
|
| PostalCode | integer |
None. |
|
| lst_Centers | Collection of Centers |
None. |
|
| lst_ReliefTutors | Collection of ReliefTutor |
None. |
|
| IsSubmittedByRHT | boolean |
None. |
|
| HTContactID | globally unique identifier |
None. |
|
| HTContactName | string |
None. |
|
| lst_SessionStart | Collection of SessionStart |
None. |
Request Formats
application/json, text/json
Sample:
{
"SpeakerEngagementID": "b475e490-00ea-4b14-ac60-c453f54a801f",
"ProgrammeRegistrationID": "2c594b8f-3d3f-4c18-a9d4-80e69ad9ba18",
"CenterID": "2e596665-b76f-42fc-a1e2-42b48e7b738c",
"CentreName": "sample string 4",
"SessionID": "8e15e7c9-2eb6-4507-b47f-424b561dc40a",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "0ecef628-60a4-4364-9b38-009ebf90e945",
"ContactName": "sample string 9",
"EventID": "c615d99e-9344-4860-96d2-bd0c4f7eb4a4",
"EventName": "sample string 11",
"SpeakerID": "2f99c229-1ff5-474f-b423-351c317ad22c",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2025-09-15T08:15:26.8121155+00:00",
"StartTime": "2025-09-15T08:15:26.8121155+00:00",
"EndTime": "2025-09-15T08:15:26.8121155+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2025-09-15T08:15:26.8121155+00:00",
"CheckOutTime": "2025-09-15T08:15:26.8121155+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "d7d7df8f-3200-41b7-a9e1-f965c8b4a042",
"isschoolbased": true,
"schoolid": "1854fa40-61a9-4c20-b4dc-49084c359179"
},
{
"Name": "sample string 1",
"Id": "d7d7df8f-3200-41b7-a9e1-f965c8b4a042",
"isschoolbased": true,
"schoolid": "1854fa40-61a9-4c20-b4dc-49084c359179"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "d5d4fb79-0978-45c2-9972-c44f342665fb"
},
{
"Name": "sample string 1",
"Id": "d5d4fb79-0978-45c2-9972-c44f342665fb"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "56ffd7d4-a8f8-4f13-b4c6-ca4c5706ef7c",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2025-09-15T08:15:26.8121155+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2025-09-15T08:15:26.8121155+00:00"
}
]
}
application/xml, text/xml
Sample:
<TutorAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model">
<AttendanceStatus>15</AttendanceStatus>
<CenterID>2e596665-b76f-42fc-a1e2-42b48e7b738c</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2025-09-15T08:15:26.8121155+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2025-09-15T08:15:26.8121155+00:00</CheckOutTime>
<ContactID>0ecef628-60a4-4364-9b38-009ebf90e945</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2025-09-15T08:15:26.8121155+00:00</EndTime>
<EventID>c615d99e-9344-4860-96d2-bd0c4f7eb4a4</EventID>
<EventName>sample string 11</EventName>
<HTContactID>56ffd7d4-a8f8-4f13-b4c6-ca4c5706ef7c</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>2c594b8f-3d3f-4c18-a9d4-80e69ad9ba18</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2025-09-15T08:15:26.8121155+00:00</SessionDate>
<SessionID>8e15e7c9-2eb6-4507-b47f-424b561dc40a</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>b475e490-00ea-4b14-ac60-c453f54a801f</SpeakerEngagementID>
<SpeakerID>2f99c229-1ff5-474f-b423-351c317ad22c</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2025-09-15T08:15:26.8121155+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>d7d7df8f-3200-41b7-a9e1-f965c8b4a042</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>1854fa40-61a9-4c20-b4dc-49084c359179</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>d7d7df8f-3200-41b7-a9e1-f965c8b4a042</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>1854fa40-61a9-4c20-b4dc-49084c359179</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>d5d4fb79-0978-45c2-9972-c44f342665fb</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>d5d4fb79-0978-45c2-9972-c44f342665fb</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
</lst_ReliefTutors>
<lst_SessionStart xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:SessionStart>
<d2p1:SessionStartTime>2025-09-15T08:15:26.8121155+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2025-09-15T08:15:26.8121155+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
</lst_SessionStart>
</TutorAttendance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.