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": "91b22716-444d-4d62-9448-e67736a07742", "ProgrammeRegistrationID": "865d1840-9286-47f5-a124-9ad58fb53109", "CenterID": "baaceb4c-1f16-482e-9724-75a22c2fb658", "CentreName": "sample string 4", "SessionID": "154f0589-4b85-41a5-9834-13ea617dad4c", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "7fb0fa8b-a751-49fe-8c0a-6b5f0acf83b5", "ContactName": "sample string 9", "EventID": "615758bf-4d6d-481d-9924-f60c440ec3ac", "EventName": "sample string 11", "SpeakerID": "bc8fd65e-b923-430c-b049-4b14d07cffeb", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-07-09T17:40:50.3411056+00:00", "StartTime": "2025-07-09T17:40:50.3411056+00:00", "EndTime": "2025-07-09T17:40:50.3411056+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-07-09T17:40:50.3411056+00:00", "CheckOutTime": "2025-07-09T17:40:50.3411056+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "cf05f046-9282-421e-b2be-70e065afaf21", "isschoolbased": true, "schoolid": "e7e78f0b-576e-4f4b-9cfd-e12824dd172d" }, { "Name": "sample string 1", "Id": "cf05f046-9282-421e-b2be-70e065afaf21", "isschoolbased": true, "schoolid": "e7e78f0b-576e-4f4b-9cfd-e12824dd172d" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "29f4294b-ff4c-4e28-85af-0414d909c35b" }, { "Name": "sample string 1", "Id": "29f4294b-ff4c-4e28-85af-0414d909c35b" } ], "IsSubmittedByRHT": true, "HTContactID": "7b592243-9528-411f-a511-80e3fad5381e", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-09T17:40:50.3544629+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-09T17:40:50.3544629+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>baaceb4c-1f16-482e-9724-75a22c2fb658</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-07-09T17:40:50.3411056+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-07-09T17:40:50.3411056+00:00</CheckOutTime> <ContactID>7fb0fa8b-a751-49fe-8c0a-6b5f0acf83b5</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-07-09T17:40:50.3411056+00:00</EndTime> <EventID>615758bf-4d6d-481d-9924-f60c440ec3ac</EventID> <EventName>sample string 11</EventName> <HTContactID>7b592243-9528-411f-a511-80e3fad5381e</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>865d1840-9286-47f5-a124-9ad58fb53109</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-07-09T17:40:50.3411056+00:00</SessionDate> <SessionID>154f0589-4b85-41a5-9834-13ea617dad4c</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>91b22716-444d-4d62-9448-e67736a07742</SpeakerEngagementID> <SpeakerID>bc8fd65e-b923-430c-b049-4b14d07cffeb</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-07-09T17:40:50.3411056+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>cf05f046-9282-421e-b2be-70e065afaf21</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>e7e78f0b-576e-4f4b-9cfd-e12824dd172d</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>cf05f046-9282-421e-b2be-70e065afaf21</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>e7e78f0b-576e-4f4b-9cfd-e12824dd172d</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>29f4294b-ff4c-4e28-85af-0414d909c35b</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>29f4294b-ff4c-4e28-85af-0414d909c35b</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:40:50.3544629+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-07-09T17:40:50.3544629+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.