POST Programme/CreateSpeakerEngagement
Request Information
URI Parameters
None.
Body Parameters
TutorAttendance| Name | 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": "65140271-57a6-4b20-b549-3c3b223a24ad",
"ProgrammeRegistrationID": "4ed84910-2e7f-416e-bb18-007b781ce33f",
"CenterID": "4de3deee-e7cf-423a-9bc1-dc0938755f40",
"CentreName": "sample string 4",
"SessionID": "52d75e24-4e08-4eec-ae88-dd1012528753",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "1d225e01-0496-41d2-a7ee-930f039828ce",
"ContactName": "sample string 9",
"EventID": "48ed5a4c-6fc7-4601-a643-803359913fb6",
"EventName": "sample string 11",
"SpeakerID": "6fc8a196-e7fe-4661-9538-557d42c7dd88",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-03-21T06:26:25.1045611+00:00",
"StartTime": "2026-03-21T06:26:25.1045611+00:00",
"EndTime": "2026-03-21T06:26:25.1045611+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-03-21T06:26:25.1045611+00:00",
"CheckOutTime": "2026-03-21T06:26:25.1045611+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "e61c6243-cd26-4a8a-83ca-d5b59a704a8e",
"isschoolbased": true,
"schoolid": "28194841-b644-4dcf-8b2a-4b334b3ccf93"
},
{
"Name": "sample string 1",
"Id": "e61c6243-cd26-4a8a-83ca-d5b59a704a8e",
"isschoolbased": true,
"schoolid": "28194841-b644-4dcf-8b2a-4b334b3ccf93"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "e601bab1-a56b-4a46-b0d7-899711b7e02e"
},
{
"Name": "sample string 1",
"Id": "e601bab1-a56b-4a46-b0d7-899711b7e02e"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "3f650b66-4d88-444c-8c1b-027cef5059f6",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T06:26:25.1045611+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T06:26:25.1045611+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>4de3deee-e7cf-423a-9bc1-dc0938755f40</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-03-21T06:26:25.1045611+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-03-21T06:26:25.1045611+00:00</CheckOutTime>
<ContactID>1d225e01-0496-41d2-a7ee-930f039828ce</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-03-21T06:26:25.1045611+00:00</EndTime>
<EventID>48ed5a4c-6fc7-4601-a643-803359913fb6</EventID>
<EventName>sample string 11</EventName>
<HTContactID>3f650b66-4d88-444c-8c1b-027cef5059f6</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>4ed84910-2e7f-416e-bb18-007b781ce33f</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-03-21T06:26:25.1045611+00:00</SessionDate>
<SessionID>52d75e24-4e08-4eec-ae88-dd1012528753</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>65140271-57a6-4b20-b549-3c3b223a24ad</SpeakerEngagementID>
<SpeakerID>6fc8a196-e7fe-4661-9538-557d42c7dd88</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-03-21T06:26:25.1045611+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>e61c6243-cd26-4a8a-83ca-d5b59a704a8e</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>28194841-b644-4dcf-8b2a-4b334b3ccf93</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>e61c6243-cd26-4a8a-83ca-d5b59a704a8e</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>28194841-b644-4dcf-8b2a-4b334b3ccf93</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>e601bab1-a56b-4a46-b0d7-899711b7e02e</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>e601bab1-a56b-4a46-b0d7-899711b7e02e</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>2026-03-21T06:26:25.1045611+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-03-21T06:26:25.1045611+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.