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": "9adbe08d-ee07-4c39-aa2d-be653b27922f", "ProgrammeRegistrationID": "729f1913-14b6-4fa8-8f6d-edcea2295ead", "CenterID": "66f3d4d3-851b-406d-a3b4-671ea330d3a0", "CentreName": "sample string 4", "SessionID": "f25c7bd1-5969-4e7a-b4f0-fe0aed9c715a", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "b5853733-7701-4d50-bb1b-5184c03458d0", "ContactName": "sample string 9", "EventID": "ae7295fa-07d0-4d34-9d95-97fa52b5e833", "EventName": "sample string 11", "SpeakerID": "605d831b-9ab6-45c1-90c7-badf86ef9d2f", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-01-09T03:04:00.2501912+00:00", "StartTime": "2025-01-09T03:04:00.2501912+00:00", "EndTime": "2025-01-09T03:04:00.2501912+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-01-09T03:04:00.2501912+00:00", "CheckOutTime": "2025-01-09T03:04:00.2501912+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "e2de42d4-7a3f-4e70-bb84-e202ed11ef71", "isschoolbased": true, "schoolid": "c5aea0df-8cb7-430b-bd44-656671e7dbef" }, { "Name": "sample string 1", "Id": "e2de42d4-7a3f-4e70-bb84-e202ed11ef71", "isschoolbased": true, "schoolid": "c5aea0df-8cb7-430b-bd44-656671e7dbef" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "151b0486-b7ba-45ff-a421-819751274dd5" }, { "Name": "sample string 1", "Id": "151b0486-b7ba-45ff-a421-819751274dd5" } ], "IsSubmittedByRHT": true, "HTContactID": "638e2b90-9934-46ac-8573-b6092f1f4d72", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-01-09T03:04:00.2501912+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-01-09T03:04:00.2501912+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>66f3d4d3-851b-406d-a3b4-671ea330d3a0</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-01-09T03:04:00.2501912+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-01-09T03:04:00.2501912+00:00</CheckOutTime> <ContactID>b5853733-7701-4d50-bb1b-5184c03458d0</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-01-09T03:04:00.2501912+00:00</EndTime> <EventID>ae7295fa-07d0-4d34-9d95-97fa52b5e833</EventID> <EventName>sample string 11</EventName> <HTContactID>638e2b90-9934-46ac-8573-b6092f1f4d72</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>729f1913-14b6-4fa8-8f6d-edcea2295ead</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-01-09T03:04:00.2501912+00:00</SessionDate> <SessionID>f25c7bd1-5969-4e7a-b4f0-fe0aed9c715a</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>9adbe08d-ee07-4c39-aa2d-be653b27922f</SpeakerEngagementID> <SpeakerID>605d831b-9ab6-45c1-90c7-badf86ef9d2f</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-01-09T03:04:00.2501912+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>e2de42d4-7a3f-4e70-bb84-e202ed11ef71</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>c5aea0df-8cb7-430b-bd44-656671e7dbef</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>e2de42d4-7a3f-4e70-bb84-e202ed11ef71</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>c5aea0df-8cb7-430b-bd44-656671e7dbef</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>151b0486-b7ba-45ff-a421-819751274dd5</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>151b0486-b7ba-45ff-a421-819751274dd5</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-01-09T03:04:00.2501912+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-01-09T03:04:00.2501912+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.