POST Programme/GetTutorsForAttendance
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": "e95210b9-832e-4332-aa4b-c54d48a8e843",
"ProgrammeRegistrationID": "82efc6e9-8037-499c-923a-38635da4ae56",
"CenterID": "3fcda4a7-8bf5-44b9-b13c-0739d271b577",
"CentreName": "sample string 4",
"SessionID": "4f4b9f20-f417-4e39-9da2-b615f6e8c192",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "5e9db775-79d9-4ec1-a260-7b8e4cffe8d6",
"ContactName": "sample string 9",
"EventID": "b33d1995-4ff3-46e4-986b-53525c7d0562",
"EventName": "sample string 11",
"SpeakerID": "54ed6248-95a7-44fb-b1e0-840fe61fba24",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-02-04T04:31:06.0904906+00:00",
"StartTime": "2026-02-04T04:31:06.0904906+00:00",
"EndTime": "2026-02-04T04:31:06.0904906+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-02-04T04:31:06.0904906+00:00",
"CheckOutTime": "2026-02-04T04:31:06.0904906+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "2ece1e54-74d6-4c56-8571-b586675248cf",
"isschoolbased": true,
"schoolid": "785116cc-a5dc-4770-9687-83e17504e87d"
},
{
"Name": "sample string 1",
"Id": "2ece1e54-74d6-4c56-8571-b586675248cf",
"isschoolbased": true,
"schoolid": "785116cc-a5dc-4770-9687-83e17504e87d"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "6eeba199-df40-435d-b300-cecd933d9a74"
},
{
"Name": "sample string 1",
"Id": "6eeba199-df40-435d-b300-cecd933d9a74"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "f038bd0d-084d-4aac-a29a-7d4ec88c82ed",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T04:31:06.0904906+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T04:31:06.0904906+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>3fcda4a7-8bf5-44b9-b13c-0739d271b577</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-02-04T04:31:06.0904906+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-02-04T04:31:06.0904906+00:00</CheckOutTime>
<ContactID>5e9db775-79d9-4ec1-a260-7b8e4cffe8d6</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-02-04T04:31:06.0904906+00:00</EndTime>
<EventID>b33d1995-4ff3-46e4-986b-53525c7d0562</EventID>
<EventName>sample string 11</EventName>
<HTContactID>f038bd0d-084d-4aac-a29a-7d4ec88c82ed</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>82efc6e9-8037-499c-923a-38635da4ae56</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-02-04T04:31:06.0904906+00:00</SessionDate>
<SessionID>4f4b9f20-f417-4e39-9da2-b615f6e8c192</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>e95210b9-832e-4332-aa4b-c54d48a8e843</SpeakerEngagementID>
<SpeakerID>54ed6248-95a7-44fb-b1e0-840fe61fba24</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-02-04T04:31:06.0904906+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>2ece1e54-74d6-4c56-8571-b586675248cf</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>785116cc-a5dc-4770-9687-83e17504e87d</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>2ece1e54-74d6-4c56-8571-b586675248cf</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>785116cc-a5dc-4770-9687-83e17504e87d</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>6eeba199-df40-435d-b300-cecd933d9a74</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>6eeba199-df40-435d-b300-cecd933d9a74</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:31:06.0904906+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-02-04T04:31:06.0904906+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.