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": "65c587ed-3f4f-4874-a400-0d8d206a33fc", "ProgrammeRegistrationID": "47b49911-29e6-4f4c-a9eb-35c142f1d880", "CenterID": "a5cd1dc4-622a-4cdf-9f1e-adc078931167", "CentreName": "sample string 4", "SessionID": "fe2b0f7d-6591-44b4-aa8f-8f2b6ada91bc", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "b672040d-8192-4515-9f4a-cbb390673d8a", "ContactName": "sample string 9", "EventID": "f2d4868b-e758-4fb4-a18c-83a912ceb0d1", "EventName": "sample string 11", "SpeakerID": "a168c2c1-adaf-44b2-9253-f1e725e30add", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-07-09T17:15:31.3663518+00:00", "StartTime": "2025-07-09T17:15:31.3663518+00:00", "EndTime": "2025-07-09T17:15:31.3663518+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-07-09T17:15:31.3663518+00:00", "CheckOutTime": "2025-07-09T17:15:31.3663518+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "0b3c1895-f8bd-4f3e-b6a8-4c8f502dc4b0", "isschoolbased": true, "schoolid": "cdc7c6e8-4860-44d0-a6a9-03fbf4208be5" }, { "Name": "sample string 1", "Id": "0b3c1895-f8bd-4f3e-b6a8-4c8f502dc4b0", "isschoolbased": true, "schoolid": "cdc7c6e8-4860-44d0-a6a9-03fbf4208be5" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "743d441c-99a3-411d-a837-db5fb4bdc208" }, { "Name": "sample string 1", "Id": "743d441c-99a3-411d-a837-db5fb4bdc208" } ], "IsSubmittedByRHT": true, "HTContactID": "380b2e9a-c736-4af9-962a-226c05d94c16", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-09T17:15:31.3857319+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-09T17:15:31.3857319+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>a5cd1dc4-622a-4cdf-9f1e-adc078931167</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-07-09T17:15:31.3663518+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-07-09T17:15:31.3663518+00:00</CheckOutTime> <ContactID>b672040d-8192-4515-9f4a-cbb390673d8a</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-07-09T17:15:31.3663518+00:00</EndTime> <EventID>f2d4868b-e758-4fb4-a18c-83a912ceb0d1</EventID> <EventName>sample string 11</EventName> <HTContactID>380b2e9a-c736-4af9-962a-226c05d94c16</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>47b49911-29e6-4f4c-a9eb-35c142f1d880</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-07-09T17:15:31.3663518+00:00</SessionDate> <SessionID>fe2b0f7d-6591-44b4-aa8f-8f2b6ada91bc</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>65c587ed-3f4f-4874-a400-0d8d206a33fc</SpeakerEngagementID> <SpeakerID>a168c2c1-adaf-44b2-9253-f1e725e30add</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-07-09T17:15:31.3663518+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>0b3c1895-f8bd-4f3e-b6a8-4c8f502dc4b0</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>cdc7c6e8-4860-44d0-a6a9-03fbf4208be5</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>0b3c1895-f8bd-4f3e-b6a8-4c8f502dc4b0</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>cdc7c6e8-4860-44d0-a6a9-03fbf4208be5</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>743d441c-99a3-411d-a837-db5fb4bdc208</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>743d441c-99a3-411d-a837-db5fb4bdc208</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-09T17:15:31.3857319+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-07-09T17:15:31.3857319+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.