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": "8ceeb35c-e1c4-4f9b-9eb3-282432771ec8", "ProgrammeRegistrationID": "13159b2a-6941-4a53-b9bf-51c2d590e23c", "CenterID": "2d073218-69d8-4d29-9363-99fa468d967e", "CentreName": "sample string 4", "SessionID": "a26303ce-8e89-43c0-9603-ea361dceb29f", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "d565ebe0-3f46-415c-84e5-d7cd8737b1ef", "ContactName": "sample string 9", "EventID": "509998d6-c147-40d3-ad34-6ab48070d92d", "EventName": "sample string 11", "SpeakerID": "5952ebc0-3ddf-46fc-a96f-8bd40ab1e678", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-07-01T10:30:31.080752+00:00", "StartTime": "2025-07-01T10:30:31.080752+00:00", "EndTime": "2025-07-01T10:30:31.080752+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-07-01T10:30:31.080752+00:00", "CheckOutTime": "2025-07-01T10:30:31.080752+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "06cbd931-2933-4e02-9621-cafa4f6cddcd", "isschoolbased": true, "schoolid": "8a11cad7-d073-4f78-9be0-b6d79ba6d62f" }, { "Name": "sample string 1", "Id": "06cbd931-2933-4e02-9621-cafa4f6cddcd", "isschoolbased": true, "schoolid": "8a11cad7-d073-4f78-9be0-b6d79ba6d62f" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "7b595a55-8acb-4213-9bed-ccbb6f919003" }, { "Name": "sample string 1", "Id": "7b595a55-8acb-4213-9bed-ccbb6f919003" } ], "IsSubmittedByRHT": true, "HTContactID": "a883c3a8-2def-4796-bca2-453b179d2280", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-01T10:30:31.080752+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-01T10:30:31.080752+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>2d073218-69d8-4d29-9363-99fa468d967e</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-07-01T10:30:31.080752+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-07-01T10:30:31.080752+00:00</CheckOutTime> <ContactID>d565ebe0-3f46-415c-84e5-d7cd8737b1ef</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-07-01T10:30:31.080752+00:00</EndTime> <EventID>509998d6-c147-40d3-ad34-6ab48070d92d</EventID> <EventName>sample string 11</EventName> <HTContactID>a883c3a8-2def-4796-bca2-453b179d2280</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>13159b2a-6941-4a53-b9bf-51c2d590e23c</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-07-01T10:30:31.080752+00:00</SessionDate> <SessionID>a26303ce-8e89-43c0-9603-ea361dceb29f</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>8ceeb35c-e1c4-4f9b-9eb3-282432771ec8</SpeakerEngagementID> <SpeakerID>5952ebc0-3ddf-46fc-a96f-8bd40ab1e678</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-07-01T10:30:31.080752+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>06cbd931-2933-4e02-9621-cafa4f6cddcd</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>8a11cad7-d073-4f78-9be0-b6d79ba6d62f</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>06cbd931-2933-4e02-9621-cafa4f6cddcd</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>8a11cad7-d073-4f78-9be0-b6d79ba6d62f</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>7b595a55-8acb-4213-9bed-ccbb6f919003</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>7b595a55-8acb-4213-9bed-ccbb6f919003</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-07-01T10:30:31.080752+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-07-01T10:30:31.080752+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.