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": "bab21f5b-ed1e-44b4-b96d-87d721f21598",
"ProgrammeRegistrationID": "cdae15a8-e37e-4685-b8fa-a2d0e9767154",
"CenterID": "9dfcbdb9-3727-422e-b0bf-17feee915dc4",
"CentreName": "sample string 4",
"SessionID": "37a474bb-2b95-4d70-8115-2e80e1ed9ab7",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "0c598b79-2e96-41a5-8b83-fe6c31a8cb86",
"ContactName": "sample string 9",
"EventID": "043c803a-f318-4eff-bc48-73e550bdbcdd",
"EventName": "sample string 11",
"SpeakerID": "52fe4f57-cc87-4c65-8aad-8dc0f8d96f24",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-03-21T23:20:19.0821178+00:00",
"StartTime": "2026-03-21T23:20:19.0821178+00:00",
"EndTime": "2026-03-21T23:20:19.0821178+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-03-21T23:20:19.0821178+00:00",
"CheckOutTime": "2026-03-21T23:20:19.0821178+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "f8554fbe-7152-42c4-a883-787f9567a003",
"isschoolbased": true,
"schoolid": "80b2aeab-ed9e-4e50-b976-80b37d6767b3"
},
{
"Name": "sample string 1",
"Id": "f8554fbe-7152-42c4-a883-787f9567a003",
"isschoolbased": true,
"schoolid": "80b2aeab-ed9e-4e50-b976-80b37d6767b3"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "8f3111fe-5b43-4d81-9919-3d0f72cd37ca"
},
{
"Name": "sample string 1",
"Id": "8f3111fe-5b43-4d81-9919-3d0f72cd37ca"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "5e2537ae-78a2-42f1-8c2f-5d6b573bb40c",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T23:20:19.0821178+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T23:20:19.0821178+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>9dfcbdb9-3727-422e-b0bf-17feee915dc4</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-03-21T23:20:19.0821178+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-03-21T23:20:19.0821178+00:00</CheckOutTime>
<ContactID>0c598b79-2e96-41a5-8b83-fe6c31a8cb86</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-03-21T23:20:19.0821178+00:00</EndTime>
<EventID>043c803a-f318-4eff-bc48-73e550bdbcdd</EventID>
<EventName>sample string 11</EventName>
<HTContactID>5e2537ae-78a2-42f1-8c2f-5d6b573bb40c</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>cdae15a8-e37e-4685-b8fa-a2d0e9767154</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-03-21T23:20:19.0821178+00:00</SessionDate>
<SessionID>37a474bb-2b95-4d70-8115-2e80e1ed9ab7</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>bab21f5b-ed1e-44b4-b96d-87d721f21598</SpeakerEngagementID>
<SpeakerID>52fe4f57-cc87-4c65-8aad-8dc0f8d96f24</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-03-21T23:20:19.0821178+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>f8554fbe-7152-42c4-a883-787f9567a003</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>80b2aeab-ed9e-4e50-b976-80b37d6767b3</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>f8554fbe-7152-42c4-a883-787f9567a003</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>80b2aeab-ed9e-4e50-b976-80b37d6767b3</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>8f3111fe-5b43-4d81-9919-3d0f72cd37ca</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>8f3111fe-5b43-4d81-9919-3d0f72cd37ca</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-21T23:20:19.0821178+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-03-21T23:20:19.0821178+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.