POST Programme/GetSpeakerEngagemtById
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": "fc155143-9f2f-477d-9f02-7003aacf0ec8", "ProgrammeRegistrationID": "528e8c96-3e77-4d4c-be7c-52f0d9f820e1", "CenterID": "f75a1fcd-2839-40e3-9d91-663ac005f741", "CentreName": "sample string 4", "SessionID": "64e55289-252a-4eef-a850-f3424e8c161a", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "c164cdad-3020-486d-9bc9-e1e3eead586d", "ContactName": "sample string 9", "EventID": "3573e7a5-8be1-4d81-92b0-68c5ab39c48c", "EventName": "sample string 11", "SpeakerID": "649f3505-384c-4de7-bf68-488296fd45a0", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-09-15T10:47:25.5854019+00:00", "StartTime": "2025-09-15T10:47:25.5854019+00:00", "EndTime": "2025-09-15T10:47:25.5854019+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-09-15T10:47:25.5854019+00:00", "CheckOutTime": "2025-09-15T10:47:25.5854019+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "6912fcd1-40bf-42a3-9da3-bb746e0f87d2", "isschoolbased": true, "schoolid": "67fa2089-e58a-485d-81bc-303e663fb297" }, { "Name": "sample string 1", "Id": "6912fcd1-40bf-42a3-9da3-bb746e0f87d2", "isschoolbased": true, "schoolid": "67fa2089-e58a-485d-81bc-303e663fb297" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "32db7e98-6630-45a6-a564-0a0fc79eef16" }, { "Name": "sample string 1", "Id": "32db7e98-6630-45a6-a564-0a0fc79eef16" } ], "IsSubmittedByRHT": true, "HTContactID": "d9b980ee-008d-4b76-89ee-ad092a372e71", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-09-15T10:47:25.5854019+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-09-15T10:47:25.5854019+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>f75a1fcd-2839-40e3-9d91-663ac005f741</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-09-15T10:47:25.5854019+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-09-15T10:47:25.5854019+00:00</CheckOutTime> <ContactID>c164cdad-3020-486d-9bc9-e1e3eead586d</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-09-15T10:47:25.5854019+00:00</EndTime> <EventID>3573e7a5-8be1-4d81-92b0-68c5ab39c48c</EventID> <EventName>sample string 11</EventName> <HTContactID>d9b980ee-008d-4b76-89ee-ad092a372e71</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>528e8c96-3e77-4d4c-be7c-52f0d9f820e1</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-09-15T10:47:25.5854019+00:00</SessionDate> <SessionID>64e55289-252a-4eef-a850-f3424e8c161a</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>fc155143-9f2f-477d-9f02-7003aacf0ec8</SpeakerEngagementID> <SpeakerID>649f3505-384c-4de7-bf68-488296fd45a0</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-09-15T10:47:25.5854019+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>6912fcd1-40bf-42a3-9da3-bb746e0f87d2</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>67fa2089-e58a-485d-81bc-303e663fb297</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>6912fcd1-40bf-42a3-9da3-bb746e0f87d2</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>67fa2089-e58a-485d-81bc-303e663fb297</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>32db7e98-6630-45a6-a564-0a0fc79eef16</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>32db7e98-6630-45a6-a564-0a0fc79eef16</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-15T10:47:25.5854019+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-09-15T10:47:25.5854019+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.