POST Programme/CreateSpeakerEngagement
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": "347a31e2-97a7-4f13-a9cc-c69fe3469fcb", "ProgrammeRegistrationID": "3966d83e-45c0-4002-8d90-03f221e76b0d", "CenterID": "8771c37a-90a7-48d4-8cac-f982c388779c", "CentreName": "sample string 4", "SessionID": "f1f05472-2334-4474-868e-409f6ce24ace", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "b1dc99cc-c41e-4912-80b9-c4623ce9ed11", "ContactName": "sample string 9", "EventID": "110bb9ce-797d-413b-95ae-f6092d796dc9", "EventName": "sample string 11", "SpeakerID": "d4b23aa0-a2f0-47d8-80db-16e35dcf83c8", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-07-01T10:26:01.218183+00:00", "StartTime": "2025-07-01T10:26:01.218183+00:00", "EndTime": "2025-07-01T10:26:01.218183+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-07-01T10:26:01.218183+00:00", "CheckOutTime": "2025-07-01T10:26:01.218183+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "ac48c4fb-f499-40d0-bf9f-887c43492f72", "isschoolbased": true, "schoolid": "aaa57864-00ae-4f92-a38d-7f036659d4db" }, { "Name": "sample string 1", "Id": "ac48c4fb-f499-40d0-bf9f-887c43492f72", "isschoolbased": true, "schoolid": "aaa57864-00ae-4f92-a38d-7f036659d4db" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "8fb1db58-a71b-4442-86eb-4269107b7c06" }, { "Name": "sample string 1", "Id": "8fb1db58-a71b-4442-86eb-4269107b7c06" } ], "IsSubmittedByRHT": true, "HTContactID": "94b8432b-f2a5-407b-b58c-2700a71d4b87", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-01T10:26:01.218183+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-07-01T10:26:01.218183+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>8771c37a-90a7-48d4-8cac-f982c388779c</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-07-01T10:26:01.218183+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-07-01T10:26:01.218183+00:00</CheckOutTime> <ContactID>b1dc99cc-c41e-4912-80b9-c4623ce9ed11</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-07-01T10:26:01.218183+00:00</EndTime> <EventID>110bb9ce-797d-413b-95ae-f6092d796dc9</EventID> <EventName>sample string 11</EventName> <HTContactID>94b8432b-f2a5-407b-b58c-2700a71d4b87</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>3966d83e-45c0-4002-8d90-03f221e76b0d</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-07-01T10:26:01.218183+00:00</SessionDate> <SessionID>f1f05472-2334-4474-868e-409f6ce24ace</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>347a31e2-97a7-4f13-a9cc-c69fe3469fcb</SpeakerEngagementID> <SpeakerID>d4b23aa0-a2f0-47d8-80db-16e35dcf83c8</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-07-01T10:26:01.218183+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>ac48c4fb-f499-40d0-bf9f-887c43492f72</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>aaa57864-00ae-4f92-a38d-7f036659d4db</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>ac48c4fb-f499-40d0-bf9f-887c43492f72</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>aaa57864-00ae-4f92-a38d-7f036659d4db</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>8fb1db58-a71b-4442-86eb-4269107b7c06</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>8fb1db58-a71b-4442-86eb-4269107b7c06</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-01T10:26:01.218183+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-07-01T10:26:01.218183+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.