POST Programme/GetTutorsForAttendance
Request Information
URI Parameters
None.
Body Parameters
TutorAttendanceName | 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": "f45a7b85-655d-4457-8344-3eca7f9f50ca", "ProgrammeRegistrationID": "6b229010-496d-46e1-b5dd-c871715421c7", "CenterID": "d9f3aeda-40d5-47b8-a920-026482228f0f", "CentreName": "sample string 4", "SessionID": "54703720-07d8-4092-85d8-82228452d8be", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "75e5192e-612c-4e51-9ad8-af0e5f472a4b", "ContactName": "sample string 9", "EventID": "7da71f37-81b1-409c-a3d0-9d41d3ae013b", "EventName": "sample string 11", "SpeakerID": "4ddd07a7-3915-4c51-ba40-938fc0b1cdce", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-09-15T08:17:42.6802332+00:00", "StartTime": "2025-09-15T08:17:42.6802332+00:00", "EndTime": "2025-09-15T08:17:42.6802332+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-09-15T08:17:42.6802332+00:00", "CheckOutTime": "2025-09-15T08:17:42.6802332+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "25bfd8de-8bd7-49e1-baeb-450eb895a3a1", "isschoolbased": true, "schoolid": "770c62c1-ff2b-4d65-b05e-c79b7475d3b4" }, { "Name": "sample string 1", "Id": "25bfd8de-8bd7-49e1-baeb-450eb895a3a1", "isschoolbased": true, "schoolid": "770c62c1-ff2b-4d65-b05e-c79b7475d3b4" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "d679daec-308f-4ebb-918c-bb9512b15436" }, { "Name": "sample string 1", "Id": "d679daec-308f-4ebb-918c-bb9512b15436" } ], "IsSubmittedByRHT": true, "HTContactID": "4f63e7a7-474e-4f7a-906e-cfcc8e5f7248", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-09-15T08:17:42.6802332+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-09-15T08:17:42.6802332+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>d9f3aeda-40d5-47b8-a920-026482228f0f</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-09-15T08:17:42.6802332+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-09-15T08:17:42.6802332+00:00</CheckOutTime> <ContactID>75e5192e-612c-4e51-9ad8-af0e5f472a4b</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-09-15T08:17:42.6802332+00:00</EndTime> <EventID>7da71f37-81b1-409c-a3d0-9d41d3ae013b</EventID> <EventName>sample string 11</EventName> <HTContactID>4f63e7a7-474e-4f7a-906e-cfcc8e5f7248</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>6b229010-496d-46e1-b5dd-c871715421c7</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-09-15T08:17:42.6802332+00:00</SessionDate> <SessionID>54703720-07d8-4092-85d8-82228452d8be</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>f45a7b85-655d-4457-8344-3eca7f9f50ca</SpeakerEngagementID> <SpeakerID>4ddd07a7-3915-4c51-ba40-938fc0b1cdce</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-09-15T08:17:42.6802332+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>25bfd8de-8bd7-49e1-baeb-450eb895a3a1</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>770c62c1-ff2b-4d65-b05e-c79b7475d3b4</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>25bfd8de-8bd7-49e1-baeb-450eb895a3a1</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>770c62c1-ff2b-4d65-b05e-c79b7475d3b4</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>d679daec-308f-4ebb-918c-bb9512b15436</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>d679daec-308f-4ebb-918c-bb9512b15436</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-09-15T08:17:42.6802332+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-09-15T08:17:42.6802332+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.