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": "2dc09116-366e-4c39-baea-d1dc1da27917", "ProgrammeRegistrationID": "a620fe1a-ef1f-4e1e-975f-1dd26c6fedf1", "CenterID": "882cee7e-3f43-4c3d-9923-dc2594539eb8", "CentreName": "sample string 4", "SessionID": "4aff8a48-9cb4-4019-9b50-55c61ff723ec", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "d2449703-743f-4017-9add-2e487d1edffb", "ContactName": "sample string 9", "EventID": "b557c0ec-5546-4d18-8825-f7397e5ab0ea", "EventName": "sample string 11", "SpeakerID": "e5b62eba-d7ef-4f5d-9cb4-745b434dc638", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-07-01T10:56:15.1596229+00:00", "StartTime": "2025-07-01T10:56:15.1596229+00:00", "EndTime": "2025-07-01T10:56:15.1596229+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-07-01T10:56:15.1596229+00:00", "CheckOutTime": "2025-07-01T10:56:15.1596229+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "ad9945e2-cfd7-436d-a22c-2846d56421d9", "isschoolbased": true, "schoolid": "c0ca8b62-fafb-4327-82b7-3aed541ed05e" }, { "Name": "sample string 1", "Id": "ad9945e2-cfd7-436d-a22c-2846d56421d9", "isschoolbased": true, "schoolid": "c0ca8b62-fafb-4327-82b7-3aed541ed05e" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "0f94f154-0a10-4f8a-ba57-a6ed95128499" }, { "Name": "sample string 1", "Id": "0f94f154-0a10-4f8a-ba57-a6ed95128499" } ], "IsSubmittedByRHT": true, "HTContactID": "83118acb-e527-49ce-af07-15f2f3d74b20", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-01T10:56:15.1596229+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-01T10:56:15.1596229+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>882cee7e-3f43-4c3d-9923-dc2594539eb8</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-07-01T10:56:15.1596229+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-07-01T10:56:15.1596229+00:00</CheckOutTime> <ContactID>d2449703-743f-4017-9add-2e487d1edffb</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-07-01T10:56:15.1596229+00:00</EndTime> <EventID>b557c0ec-5546-4d18-8825-f7397e5ab0ea</EventID> <EventName>sample string 11</EventName> <HTContactID>83118acb-e527-49ce-af07-15f2f3d74b20</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>a620fe1a-ef1f-4e1e-975f-1dd26c6fedf1</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-07-01T10:56:15.1596229+00:00</SessionDate> <SessionID>4aff8a48-9cb4-4019-9b50-55c61ff723ec</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>2dc09116-366e-4c39-baea-d1dc1da27917</SpeakerEngagementID> <SpeakerID>e5b62eba-d7ef-4f5d-9cb4-745b434dc638</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-07-01T10:56:15.1596229+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>ad9945e2-cfd7-436d-a22c-2846d56421d9</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>c0ca8b62-fafb-4327-82b7-3aed541ed05e</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>ad9945e2-cfd7-436d-a22c-2846d56421d9</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>c0ca8b62-fafb-4327-82b7-3aed541ed05e</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>0f94f154-0a10-4f8a-ba57-a6ed95128499</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>0f94f154-0a10-4f8a-ba57-a6ed95128499</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:56:15.1596229+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-07-01T10:56:15.1596229+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.