POST Programme/DeleteSpeakerEngagement
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": "29d3fe0d-e773-47f2-b0eb-7cfd05caf081", "ProgrammeRegistrationID": "31cd0d06-c2e1-440d-b5b0-e6b76800bfd7", "CenterID": "46ee4e91-8fc2-4073-9d89-da1dbbebaac8", "CentreName": "sample string 4", "SessionID": "8d2e3db1-e439-4f39-897f-cfa868ead592", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "d4cafd33-556c-4f4c-b299-5ac175246eb6", "ContactName": "sample string 9", "EventID": "9297553d-f6e4-4ab8-8122-3b99fd055cc2", "EventName": "sample string 11", "SpeakerID": "14e9744b-69f1-4d8e-a4d6-0dab37552d76", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-09-15T08:19:30.7766219+00:00", "StartTime": "2025-09-15T08:19:30.7766219+00:00", "EndTime": "2025-09-15T08:19:30.7766219+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-09-15T08:19:30.7766219+00:00", "CheckOutTime": "2025-09-15T08:19:30.7766219+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "14db6c9a-cae3-4f53-aee5-5574576277a8", "isschoolbased": true, "schoolid": "4dd578de-1ade-43d9-bb09-7e561ec7004c" }, { "Name": "sample string 1", "Id": "14db6c9a-cae3-4f53-aee5-5574576277a8", "isschoolbased": true, "schoolid": "4dd578de-1ade-43d9-bb09-7e561ec7004c" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "195e0a51-9b69-49a5-ba95-e0a32d027baf" }, { "Name": "sample string 1", "Id": "195e0a51-9b69-49a5-ba95-e0a32d027baf" } ], "IsSubmittedByRHT": true, "HTContactID": "54cec365-12c8-4767-b611-25986165534f", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-09-15T08:19:30.7766219+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-09-15T08:19:30.7766219+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>46ee4e91-8fc2-4073-9d89-da1dbbebaac8</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-09-15T08:19:30.7766219+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-09-15T08:19:30.7766219+00:00</CheckOutTime> <ContactID>d4cafd33-556c-4f4c-b299-5ac175246eb6</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-09-15T08:19:30.7766219+00:00</EndTime> <EventID>9297553d-f6e4-4ab8-8122-3b99fd055cc2</EventID> <EventName>sample string 11</EventName> <HTContactID>54cec365-12c8-4767-b611-25986165534f</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>31cd0d06-c2e1-440d-b5b0-e6b76800bfd7</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-09-15T08:19:30.7766219+00:00</SessionDate> <SessionID>8d2e3db1-e439-4f39-897f-cfa868ead592</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>29d3fe0d-e773-47f2-b0eb-7cfd05caf081</SpeakerEngagementID> <SpeakerID>14e9744b-69f1-4d8e-a4d6-0dab37552d76</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-09-15T08:19:30.7766219+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>14db6c9a-cae3-4f53-aee5-5574576277a8</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>4dd578de-1ade-43d9-bb09-7e561ec7004c</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>14db6c9a-cae3-4f53-aee5-5574576277a8</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>4dd578de-1ade-43d9-bb09-7e561ec7004c</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>195e0a51-9b69-49a5-ba95-e0a32d027baf</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>195e0a51-9b69-49a5-ba95-e0a32d027baf</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-15T08:19:30.7766219+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-09-15T08:19:30.7766219+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.