POST Programme/GetSpeakerEngagemtById
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": "6a34e079-6737-4228-ba0e-5e0710532706",
"ProgrammeRegistrationID": "89753ed1-d13b-42a4-b91b-93d975d5f4c6",
"CenterID": "85f53177-7a5c-4d2f-be97-dcc5ef6ed561",
"CentreName": "sample string 4",
"SessionID": "5231dde5-1909-41cb-b4bf-acf967d26915",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "91d62f74-1fdd-422c-9e0e-74a21fdeb8e5",
"ContactName": "sample string 9",
"EventID": "70f69933-56d4-48f2-951c-2da8b34ff839",
"EventName": "sample string 11",
"SpeakerID": "e6c38d43-c3a6-470d-a685-7404b40fbc45",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-03-23T08:48:57.819837+00:00",
"StartTime": "2026-03-23T08:48:57.819837+00:00",
"EndTime": "2026-03-23T08:48:57.819837+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-03-23T08:48:57.819837+00:00",
"CheckOutTime": "2026-03-23T08:48:57.819837+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "8695b587-4e87-4f43-8e53-ff5c9d6d5e47",
"isschoolbased": true,
"schoolid": "80edf4bf-2636-4f54-80e1-204f8323f4c1"
},
{
"Name": "sample string 1",
"Id": "8695b587-4e87-4f43-8e53-ff5c9d6d5e47",
"isschoolbased": true,
"schoolid": "80edf4bf-2636-4f54-80e1-204f8323f4c1"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "29024c29-239a-48fc-9ff8-077f4d62cc8b"
},
{
"Name": "sample string 1",
"Id": "29024c29-239a-48fc-9ff8-077f4d62cc8b"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "5ee835a6-f732-4f51-8357-52d79450fdc9",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-23T08:48:57.819837+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-23T08:48:57.819837+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>85f53177-7a5c-4d2f-be97-dcc5ef6ed561</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-03-23T08:48:57.819837+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-03-23T08:48:57.819837+00:00</CheckOutTime>
<ContactID>91d62f74-1fdd-422c-9e0e-74a21fdeb8e5</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-03-23T08:48:57.819837+00:00</EndTime>
<EventID>70f69933-56d4-48f2-951c-2da8b34ff839</EventID>
<EventName>sample string 11</EventName>
<HTContactID>5ee835a6-f732-4f51-8357-52d79450fdc9</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>89753ed1-d13b-42a4-b91b-93d975d5f4c6</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-03-23T08:48:57.819837+00:00</SessionDate>
<SessionID>5231dde5-1909-41cb-b4bf-acf967d26915</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>6a34e079-6737-4228-ba0e-5e0710532706</SpeakerEngagementID>
<SpeakerID>e6c38d43-c3a6-470d-a685-7404b40fbc45</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-03-23T08:48:57.819837+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>8695b587-4e87-4f43-8e53-ff5c9d6d5e47</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>80edf4bf-2636-4f54-80e1-204f8323f4c1</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>8695b587-4e87-4f43-8e53-ff5c9d6d5e47</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>80edf4bf-2636-4f54-80e1-204f8323f4c1</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>29024c29-239a-48fc-9ff8-077f4d62cc8b</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>29024c29-239a-48fc-9ff8-077f4d62cc8b</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-23T08:48:57.819837+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-03-23T08:48:57.819837+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.