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": "99cc7006-2c24-4e13-acd5-5bb6314af767", "ProgrammeRegistrationID": "aa843d3d-a1ea-49ff-af6f-50f4ea8b40e4", "CenterID": "fb2cacf1-c2ff-4018-8f5a-e34bd37d9a80", "CentreName": "sample string 4", "SessionID": "d16f96c7-94b6-4e3c-a277-439e30d0b8e4", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "124ac660-5491-40e3-bb03-e763f8eb4b69", "ContactName": "sample string 9", "EventID": "264f3a6c-bc02-4ed9-bd87-ace72053d408", "EventName": "sample string 11", "SpeakerID": "39cd8ad8-593b-4fa6-a5ee-05b3a203bc9c", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-07-09T19:50:50.7633909+00:00", "StartTime": "2025-07-09T19:50:50.7633909+00:00", "EndTime": "2025-07-09T19:50:50.7633909+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-07-09T19:50:50.7633909+00:00", "CheckOutTime": "2025-07-09T19:50:50.7633909+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "ea9bedb2-83a7-4da8-ad3f-e790dc16e1f4", "isschoolbased": true, "schoolid": "7ace7fab-27d4-4422-8299-61b2eecbee7a" }, { "Name": "sample string 1", "Id": "ea9bedb2-83a7-4da8-ad3f-e790dc16e1f4", "isschoolbased": true, "schoolid": "7ace7fab-27d4-4422-8299-61b2eecbee7a" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "1c2f8a94-f318-4dfc-a18d-ebe8d3d8f23b" }, { "Name": "sample string 1", "Id": "1c2f8a94-f318-4dfc-a18d-ebe8d3d8f23b" } ], "IsSubmittedByRHT": true, "HTContactID": "eb7103a3-098b-4c7d-be95-c951851949a4", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-09T19:50:50.7763856+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-09T19:50:50.7763856+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>fb2cacf1-c2ff-4018-8f5a-e34bd37d9a80</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-07-09T19:50:50.7633909+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-07-09T19:50:50.7633909+00:00</CheckOutTime> <ContactID>124ac660-5491-40e3-bb03-e763f8eb4b69</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-07-09T19:50:50.7633909+00:00</EndTime> <EventID>264f3a6c-bc02-4ed9-bd87-ace72053d408</EventID> <EventName>sample string 11</EventName> <HTContactID>eb7103a3-098b-4c7d-be95-c951851949a4</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>aa843d3d-a1ea-49ff-af6f-50f4ea8b40e4</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-07-09T19:50:50.7633909+00:00</SessionDate> <SessionID>d16f96c7-94b6-4e3c-a277-439e30d0b8e4</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>99cc7006-2c24-4e13-acd5-5bb6314af767</SpeakerEngagementID> <SpeakerID>39cd8ad8-593b-4fa6-a5ee-05b3a203bc9c</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-07-09T19:50:50.7633909+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>ea9bedb2-83a7-4da8-ad3f-e790dc16e1f4</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>7ace7fab-27d4-4422-8299-61b2eecbee7a</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>ea9bedb2-83a7-4da8-ad3f-e790dc16e1f4</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>7ace7fab-27d4-4422-8299-61b2eecbee7a</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>1c2f8a94-f318-4dfc-a18d-ebe8d3d8f23b</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>1c2f8a94-f318-4dfc-a18d-ebe8d3d8f23b</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-09T19:50:50.7763856+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-07-09T19:50:50.7763856+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.