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": "3cf6bbea-1d69-4710-8a8c-f5e79dbec010", "ProgrammeRegistrationID": "40865a65-4510-45da-bbd4-5c627a1a55ba", "CenterID": "bbe53455-5c3a-4555-97a4-1d6e2707cb64", "CentreName": "sample string 4", "SessionID": "e3d2736e-2c89-4425-9c82-e166f59d09a3", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "7d73d3d3-29c6-4428-a987-81ae106d010b", "ContactName": "sample string 9", "EventID": "1313f060-9420-4501-a88c-8c7fd4dc7d49", "EventName": "sample string 11", "SpeakerID": "22d7e72f-4015-416a-8594-9a08fafc8676", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-04-26T15:34:19.3805094+00:00", "StartTime": "2025-04-26T15:34:19.3805094+00:00", "EndTime": "2025-04-26T15:34:19.3805094+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-04-26T15:34:19.3805094+00:00", "CheckOutTime": "2025-04-26T15:34:19.3805094+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "931def5d-68ce-4ccd-95d9-dabae47826b3", "isschoolbased": true, "schoolid": "32a3c59c-8fbb-4279-acd6-8914e55eee09" }, { "Name": "sample string 1", "Id": "931def5d-68ce-4ccd-95d9-dabae47826b3", "isschoolbased": true, "schoolid": "32a3c59c-8fbb-4279-acd6-8914e55eee09" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "401a5620-7dcf-435b-a6b8-5cd936521b6f" }, { "Name": "sample string 1", "Id": "401a5620-7dcf-435b-a6b8-5cd936521b6f" } ], "IsSubmittedByRHT": true, "HTContactID": "47397bd9-18d3-4d1f-b640-93e425c1cd3d", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-04-26T15:34:19.3805094+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-04-26T15:34:19.3805094+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>bbe53455-5c3a-4555-97a4-1d6e2707cb64</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-04-26T15:34:19.3805094+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-04-26T15:34:19.3805094+00:00</CheckOutTime> <ContactID>7d73d3d3-29c6-4428-a987-81ae106d010b</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-04-26T15:34:19.3805094+00:00</EndTime> <EventID>1313f060-9420-4501-a88c-8c7fd4dc7d49</EventID> <EventName>sample string 11</EventName> <HTContactID>47397bd9-18d3-4d1f-b640-93e425c1cd3d</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>40865a65-4510-45da-bbd4-5c627a1a55ba</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-04-26T15:34:19.3805094+00:00</SessionDate> <SessionID>e3d2736e-2c89-4425-9c82-e166f59d09a3</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>3cf6bbea-1d69-4710-8a8c-f5e79dbec010</SpeakerEngagementID> <SpeakerID>22d7e72f-4015-416a-8594-9a08fafc8676</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-04-26T15:34:19.3805094+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>931def5d-68ce-4ccd-95d9-dabae47826b3</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>32a3c59c-8fbb-4279-acd6-8914e55eee09</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>931def5d-68ce-4ccd-95d9-dabae47826b3</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>32a3c59c-8fbb-4279-acd6-8914e55eee09</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>401a5620-7dcf-435b-a6b8-5cd936521b6f</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>401a5620-7dcf-435b-a6b8-5cd936521b6f</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-04-26T15:34:19.3805094+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-04-26T15:34:19.3805094+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.