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": "079c3bd9-913b-4154-b1af-09a856adc188",
"ProgrammeRegistrationID": "b4838ccb-fbca-44b9-81c4-5a9f4ffe1dff",
"CenterID": "34ef1ba8-25e1-4640-b69e-9a125f09a700",
"CentreName": "sample string 4",
"SessionID": "410406ef-8963-4188-a8a4-ec03d648af1b",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "8d92594d-e560-4e2c-8549-44c0f9f3d2bd",
"ContactName": "sample string 9",
"EventID": "132a2ad3-3a2e-40e4-8824-f0f94d19a44c",
"EventName": "sample string 11",
"SpeakerID": "fc53afb4-1419-4402-bbcd-f0e109181b69",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-03-21T23:22:00.8012495+00:00",
"StartTime": "2026-03-21T23:22:00.8012495+00:00",
"EndTime": "2026-03-21T23:22:00.8012495+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-03-21T23:22:00.8012495+00:00",
"CheckOutTime": "2026-03-21T23:22:00.8012495+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "4a1cea9a-0a6e-480d-904d-19089c90ab87",
"isschoolbased": true,
"schoolid": "6bd67b53-df58-4da2-9bde-091db950a8d8"
},
{
"Name": "sample string 1",
"Id": "4a1cea9a-0a6e-480d-904d-19089c90ab87",
"isschoolbased": true,
"schoolid": "6bd67b53-df58-4da2-9bde-091db950a8d8"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "7b050047-185e-43c3-9ade-46e17362f51d"
},
{
"Name": "sample string 1",
"Id": "7b050047-185e-43c3-9ade-46e17362f51d"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "737d0471-50a0-4c65-8669-1e345cb8ed0c",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T23:22:00.8012495+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T23:22:00.8012495+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>34ef1ba8-25e1-4640-b69e-9a125f09a700</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-03-21T23:22:00.8012495+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-03-21T23:22:00.8012495+00:00</CheckOutTime>
<ContactID>8d92594d-e560-4e2c-8549-44c0f9f3d2bd</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-03-21T23:22:00.8012495+00:00</EndTime>
<EventID>132a2ad3-3a2e-40e4-8824-f0f94d19a44c</EventID>
<EventName>sample string 11</EventName>
<HTContactID>737d0471-50a0-4c65-8669-1e345cb8ed0c</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>b4838ccb-fbca-44b9-81c4-5a9f4ffe1dff</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-03-21T23:22:00.8012495+00:00</SessionDate>
<SessionID>410406ef-8963-4188-a8a4-ec03d648af1b</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>079c3bd9-913b-4154-b1af-09a856adc188</SpeakerEngagementID>
<SpeakerID>fc53afb4-1419-4402-bbcd-f0e109181b69</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-03-21T23:22:00.8012495+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>4a1cea9a-0a6e-480d-904d-19089c90ab87</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>6bd67b53-df58-4da2-9bde-091db950a8d8</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>4a1cea9a-0a6e-480d-904d-19089c90ab87</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>6bd67b53-df58-4da2-9bde-091db950a8d8</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>7b050047-185e-43c3-9ade-46e17362f51d</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>7b050047-185e-43c3-9ade-46e17362f51d</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-21T23:22:00.8012495+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-03-21T23:22:00.8012495+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.