POST Programme/GetTutorsAttendance
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": "03a6c67d-0457-4e8c-9773-86ad9ee40cc2",
"ProgrammeRegistrationID": "c688785c-c89e-4bdb-bd37-e33a98a30606",
"CenterID": "8a25b157-c927-46ea-921c-dc1de8771d1d",
"CentreName": "sample string 4",
"SessionID": "2e17b553-eb72-4b4b-b0b8-3e1d53c5be33",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "70932b1f-d5e0-434a-9413-f9dcb2a58836",
"ContactName": "sample string 9",
"EventID": "26085808-b6ae-433a-b860-8218ba633171",
"EventName": "sample string 11",
"SpeakerID": "2e1588b0-3531-4a7f-b458-d8047a8dbede",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-02-04T04:32:16.4170082+00:00",
"StartTime": "2026-02-04T04:32:16.4170082+00:00",
"EndTime": "2026-02-04T04:32:16.4170082+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-02-04T04:32:16.4170082+00:00",
"CheckOutTime": "2026-02-04T04:32:16.4170082+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "81f2d0b3-1036-4a1f-9f40-312daa4e3552",
"isschoolbased": true,
"schoolid": "605db413-f31a-4d15-81e5-0597d80c30fb"
},
{
"Name": "sample string 1",
"Id": "81f2d0b3-1036-4a1f-9f40-312daa4e3552",
"isschoolbased": true,
"schoolid": "605db413-f31a-4d15-81e5-0597d80c30fb"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "bf03cb9f-8dd7-427b-bc9d-3b43893a3ea5"
},
{
"Name": "sample string 1",
"Id": "bf03cb9f-8dd7-427b-bc9d-3b43893a3ea5"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "68621879-ac04-4f76-b837-771b09735765",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T04:32:16.4170082+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T04:32:16.4170082+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>8a25b157-c927-46ea-921c-dc1de8771d1d</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-02-04T04:32:16.4170082+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-02-04T04:32:16.4170082+00:00</CheckOutTime>
<ContactID>70932b1f-d5e0-434a-9413-f9dcb2a58836</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-02-04T04:32:16.4170082+00:00</EndTime>
<EventID>26085808-b6ae-433a-b860-8218ba633171</EventID>
<EventName>sample string 11</EventName>
<HTContactID>68621879-ac04-4f76-b837-771b09735765</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>c688785c-c89e-4bdb-bd37-e33a98a30606</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-02-04T04:32:16.4170082+00:00</SessionDate>
<SessionID>2e17b553-eb72-4b4b-b0b8-3e1d53c5be33</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>03a6c67d-0457-4e8c-9773-86ad9ee40cc2</SpeakerEngagementID>
<SpeakerID>2e1588b0-3531-4a7f-b458-d8047a8dbede</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-02-04T04:32:16.4170082+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>81f2d0b3-1036-4a1f-9f40-312daa4e3552</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>605db413-f31a-4d15-81e5-0597d80c30fb</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>81f2d0b3-1036-4a1f-9f40-312daa4e3552</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>605db413-f31a-4d15-81e5-0597d80c30fb</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>bf03cb9f-8dd7-427b-bc9d-3b43893a3ea5</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>bf03cb9f-8dd7-427b-bc9d-3b43893a3ea5</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:32:16.4170082+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-02-04T04:32:16.4170082+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.