POST Programme/GetTutorsAttendance
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": "04c447b6-cbe7-4234-b37e-ab8d2cda891c", "ProgrammeRegistrationID": "199e06f3-dc89-41f4-b2c0-4117e5f242e3", "CenterID": "ddff20cc-d77a-4cad-8465-d465752cd440", "CentreName": "sample string 4", "SessionID": "9ef09fb5-170f-4931-b52e-f1585009cb5b", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "38ef57df-2b60-46bc-93ce-580b1917ff6c", "ContactName": "sample string 9", "EventID": "833fd615-0da7-4a65-b86b-c8bba3d4015c", "EventName": "sample string 11", "SpeakerID": "faf50380-de46-4414-a0e0-9f3be2a7a9d6", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-04-26T15:46:54.5046139+00:00", "StartTime": "2025-04-26T15:46:54.5046139+00:00", "EndTime": "2025-04-26T15:46:54.5046139+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-04-26T15:46:54.5046139+00:00", "CheckOutTime": "2025-04-26T15:46:54.5046139+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "b0e9f51e-d101-4a73-85a4-8bd515ec1dfc", "isschoolbased": true, "schoolid": "6949faca-5e4b-4126-a0c7-a9672f0f56f0" }, { "Name": "sample string 1", "Id": "b0e9f51e-d101-4a73-85a4-8bd515ec1dfc", "isschoolbased": true, "schoolid": "6949faca-5e4b-4126-a0c7-a9672f0f56f0" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "bd020eaf-4ce7-4aef-93e1-1e629abf780b" }, { "Name": "sample string 1", "Id": "bd020eaf-4ce7-4aef-93e1-1e629abf780b" } ], "IsSubmittedByRHT": true, "HTContactID": "bb0f8b07-9c15-4372-8087-d385c93a556b", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-04-26T15:46:54.5046139+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-04-26T15:46:54.5046139+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>ddff20cc-d77a-4cad-8465-d465752cd440</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-04-26T15:46:54.5046139+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-04-26T15:46:54.5046139+00:00</CheckOutTime> <ContactID>38ef57df-2b60-46bc-93ce-580b1917ff6c</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-04-26T15:46:54.5046139+00:00</EndTime> <EventID>833fd615-0da7-4a65-b86b-c8bba3d4015c</EventID> <EventName>sample string 11</EventName> <HTContactID>bb0f8b07-9c15-4372-8087-d385c93a556b</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>199e06f3-dc89-41f4-b2c0-4117e5f242e3</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-04-26T15:46:54.5046139+00:00</SessionDate> <SessionID>9ef09fb5-170f-4931-b52e-f1585009cb5b</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>04c447b6-cbe7-4234-b37e-ab8d2cda891c</SpeakerEngagementID> <SpeakerID>faf50380-de46-4414-a0e0-9f3be2a7a9d6</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-04-26T15:46:54.5046139+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>b0e9f51e-d101-4a73-85a4-8bd515ec1dfc</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>6949faca-5e4b-4126-a0c7-a9672f0f56f0</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>b0e9f51e-d101-4a73-85a4-8bd515ec1dfc</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>6949faca-5e4b-4126-a0c7-a9672f0f56f0</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>bd020eaf-4ce7-4aef-93e1-1e629abf780b</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>bd020eaf-4ce7-4aef-93e1-1e629abf780b</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:46:54.5046139+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-04-26T15:46:54.5046139+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.