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": "d1b3a5ba-f8bf-44fe-ab46-c515af09fecb",
"ProgrammeRegistrationID": "c750a484-e966-4f87-add8-4363b1c3b7b6",
"CenterID": "ee146990-7db8-4b6d-b176-9620e74e644e",
"CentreName": "sample string 4",
"SessionID": "18a9598c-5e97-4057-878e-ab9680baaa80",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "55b8d99c-96b8-477b-8d48-0da6a659c09a",
"ContactName": "sample string 9",
"EventID": "e29adb06-cce7-4ae5-8b70-749ffc39c2e8",
"EventName": "sample string 11",
"SpeakerID": "2d2ca99a-92f1-46d8-8f3e-2869b891f8fd",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-02-04T04:25:20.9907817+00:00",
"StartTime": "2026-02-04T04:25:20.9907817+00:00",
"EndTime": "2026-02-04T04:25:20.9907817+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-02-04T04:25:20.9907817+00:00",
"CheckOutTime": "2026-02-04T04:25:20.9907817+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "2b7051cc-8e5d-42de-a1e4-51e922550977",
"isschoolbased": true,
"schoolid": "b225c7a0-96b2-46fd-8f47-658323a1c9d6"
},
{
"Name": "sample string 1",
"Id": "2b7051cc-8e5d-42de-a1e4-51e922550977",
"isschoolbased": true,
"schoolid": "b225c7a0-96b2-46fd-8f47-658323a1c9d6"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "bc2d83cd-0ebf-4a24-8398-1ccc3754c5bc"
},
{
"Name": "sample string 1",
"Id": "bc2d83cd-0ebf-4a24-8398-1ccc3754c5bc"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "b3ef2a8b-2c05-4daa-b3c2-5ee8a55d4323",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T04:25:21.0029596+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T04:25:21.0029596+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>ee146990-7db8-4b6d-b176-9620e74e644e</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-02-04T04:25:20.9907817+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-02-04T04:25:20.9907817+00:00</CheckOutTime>
<ContactID>55b8d99c-96b8-477b-8d48-0da6a659c09a</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-02-04T04:25:20.9907817+00:00</EndTime>
<EventID>e29adb06-cce7-4ae5-8b70-749ffc39c2e8</EventID>
<EventName>sample string 11</EventName>
<HTContactID>b3ef2a8b-2c05-4daa-b3c2-5ee8a55d4323</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>c750a484-e966-4f87-add8-4363b1c3b7b6</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-02-04T04:25:20.9907817+00:00</SessionDate>
<SessionID>18a9598c-5e97-4057-878e-ab9680baaa80</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>d1b3a5ba-f8bf-44fe-ab46-c515af09fecb</SpeakerEngagementID>
<SpeakerID>2d2ca99a-92f1-46d8-8f3e-2869b891f8fd</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-02-04T04:25:20.9907817+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>2b7051cc-8e5d-42de-a1e4-51e922550977</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>b225c7a0-96b2-46fd-8f47-658323a1c9d6</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>2b7051cc-8e5d-42de-a1e4-51e922550977</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>b225c7a0-96b2-46fd-8f47-658323a1c9d6</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>bc2d83cd-0ebf-4a24-8398-1ccc3754c5bc</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>bc2d83cd-0ebf-4a24-8398-1ccc3754c5bc</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-02-04T04:25:21.0029596+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-02-04T04:25:21.0029596+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.