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": "a6ebc75b-2c73-4f39-9ca9-2704d22e3bb9",
"ProgrammeRegistrationID": "7afbdb28-922a-46d8-aa48-943c4739e0c9",
"CenterID": "ad1236b8-9722-46d7-9c68-f1ca9253e5fc",
"CentreName": "sample string 4",
"SessionID": "93716f6d-83ed-4f03-87d3-f437e21e6978",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "172b14ed-3ec4-4941-86c8-aea7937693db",
"ContactName": "sample string 9",
"EventID": "b62b3925-500e-47c7-9e7a-174b5d978ae3",
"EventName": "sample string 11",
"SpeakerID": "6a617b44-d63d-4a54-8983-7e9c70931897",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2025-12-20T23:29:16.0034289+00:00",
"StartTime": "2025-12-20T23:29:16.0034289+00:00",
"EndTime": "2025-12-20T23:29:16.0034289+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2025-12-20T23:29:16.0034289+00:00",
"CheckOutTime": "2025-12-20T23:29:16.0034289+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "7a462e50-cffe-413e-8b5d-72d798f136d5",
"isschoolbased": true,
"schoolid": "7396207f-a3f0-4903-b112-d9cb60352843"
},
{
"Name": "sample string 1",
"Id": "7a462e50-cffe-413e-8b5d-72d798f136d5",
"isschoolbased": true,
"schoolid": "7396207f-a3f0-4903-b112-d9cb60352843"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "f998c5b1-52c5-4af0-afee-99ee0b05e2d4"
},
{
"Name": "sample string 1",
"Id": "f998c5b1-52c5-4af0-afee-99ee0b05e2d4"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "ee1d6f4a-ad53-418b-a1bc-277f4747d37e",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2025-12-20T23:29:16.0034289+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2025-12-20T23:29:16.0034289+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>ad1236b8-9722-46d7-9c68-f1ca9253e5fc</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2025-12-20T23:29:16.0034289+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2025-12-20T23:29:16.0034289+00:00</CheckOutTime>
<ContactID>172b14ed-3ec4-4941-86c8-aea7937693db</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2025-12-20T23:29:16.0034289+00:00</EndTime>
<EventID>b62b3925-500e-47c7-9e7a-174b5d978ae3</EventID>
<EventName>sample string 11</EventName>
<HTContactID>ee1d6f4a-ad53-418b-a1bc-277f4747d37e</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>7afbdb28-922a-46d8-aa48-943c4739e0c9</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2025-12-20T23:29:16.0034289+00:00</SessionDate>
<SessionID>93716f6d-83ed-4f03-87d3-f437e21e6978</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>a6ebc75b-2c73-4f39-9ca9-2704d22e3bb9</SpeakerEngagementID>
<SpeakerID>6a617b44-d63d-4a54-8983-7e9c70931897</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2025-12-20T23:29:16.0034289+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>7a462e50-cffe-413e-8b5d-72d798f136d5</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>7396207f-a3f0-4903-b112-d9cb60352843</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>7a462e50-cffe-413e-8b5d-72d798f136d5</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>7396207f-a3f0-4903-b112-d9cb60352843</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>f998c5b1-52c5-4af0-afee-99ee0b05e2d4</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>f998c5b1-52c5-4af0-afee-99ee0b05e2d4</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-12-20T23:29:16.0034289+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2025-12-20T23:29:16.0034289+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.