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": "823297ca-c932-4e1f-8957-23d5052f43ff",
"ProgrammeRegistrationID": "e63ceac1-3ad2-455e-a321-2d24846f9619",
"CenterID": "5758bb24-a0e1-4f38-b689-33f871362493",
"CentreName": "sample string 4",
"SessionID": "ae9f8c83-4a78-407f-af37-1f21f69cedb6",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "fcab28bc-46d8-4fcd-912a-5144ad058b3f",
"ContactName": "sample string 9",
"EventID": "c72001f5-6c91-4aee-b297-8ca944218e16",
"EventName": "sample string 11",
"SpeakerID": "53d99c4c-4782-4fc7-aed7-aad308baf2d2",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-03-21T07:44:09.8823599+00:00",
"StartTime": "2026-03-21T07:44:09.8823599+00:00",
"EndTime": "2026-03-21T07:44:09.8823599+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-03-21T07:44:09.8823599+00:00",
"CheckOutTime": "2026-03-21T07:44:09.8823599+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "ec7af4fc-2ef6-457e-be42-13bf9c8170ab",
"isschoolbased": true,
"schoolid": "d566dfdf-0676-4398-9046-f21a257bfc9d"
},
{
"Name": "sample string 1",
"Id": "ec7af4fc-2ef6-457e-be42-13bf9c8170ab",
"isschoolbased": true,
"schoolid": "d566dfdf-0676-4398-9046-f21a257bfc9d"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "9c708d90-49fb-4aae-bfd7-20a5a839293d"
},
{
"Name": "sample string 1",
"Id": "9c708d90-49fb-4aae-bfd7-20a5a839293d"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "cec0f068-864c-4fa4-93a7-dac29544e9e0",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T07:44:09.8823599+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T07:44:09.8823599+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>5758bb24-a0e1-4f38-b689-33f871362493</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-03-21T07:44:09.8823599+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-03-21T07:44:09.8823599+00:00</CheckOutTime>
<ContactID>fcab28bc-46d8-4fcd-912a-5144ad058b3f</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-03-21T07:44:09.8823599+00:00</EndTime>
<EventID>c72001f5-6c91-4aee-b297-8ca944218e16</EventID>
<EventName>sample string 11</EventName>
<HTContactID>cec0f068-864c-4fa4-93a7-dac29544e9e0</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>e63ceac1-3ad2-455e-a321-2d24846f9619</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-03-21T07:44:09.8823599+00:00</SessionDate>
<SessionID>ae9f8c83-4a78-407f-af37-1f21f69cedb6</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>823297ca-c932-4e1f-8957-23d5052f43ff</SpeakerEngagementID>
<SpeakerID>53d99c4c-4782-4fc7-aed7-aad308baf2d2</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-03-21T07:44:09.8823599+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>ec7af4fc-2ef6-457e-be42-13bf9c8170ab</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>d566dfdf-0676-4398-9046-f21a257bfc9d</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>ec7af4fc-2ef6-457e-be42-13bf9c8170ab</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>d566dfdf-0676-4398-9046-f21a257bfc9d</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>9c708d90-49fb-4aae-bfd7-20a5a839293d</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>9c708d90-49fb-4aae-bfd7-20a5a839293d</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>2026-03-21T07:44:09.8823599+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-03-21T07:44:09.8823599+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.