POST Programme/GetSessionStartTime
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": "d4fbb951-c52d-485e-aae3-7e87409426d0", "ProgrammeRegistrationID": "72a3ed63-34b7-452a-8021-95b02accbee3", "CenterID": "418a38fe-47d6-4283-8e9e-dd788f442f15", "CentreName": "sample string 4", "SessionID": "28379f25-0cdd-40a0-b73d-f6058d95f280", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "4464875e-eab3-458d-85bc-69a59d3ff7d7", "ContactName": "sample string 9", "EventID": "01e27fcb-3dc4-43cd-bbe7-5d88fab571b0", "EventName": "sample string 11", "SpeakerID": "80a91fd7-90ea-45d7-9915-82047110945c", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-01-09T03:04:03.8881876+00:00", "StartTime": "2025-01-09T03:04:03.8881876+00:00", "EndTime": "2025-01-09T03:04:03.8881876+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-01-09T03:04:03.8881876+00:00", "CheckOutTime": "2025-01-09T03:04:03.8881876+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "dbe019a6-bd3c-44f4-9fd3-644be62ca8b2", "isschoolbased": true, "schoolid": "2cfc9a80-7033-4f9d-afa8-3b1ef6d40247" }, { "Name": "sample string 1", "Id": "dbe019a6-bd3c-44f4-9fd3-644be62ca8b2", "isschoolbased": true, "schoolid": "2cfc9a80-7033-4f9d-afa8-3b1ef6d40247" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "3972ccbe-389d-4f16-a883-b6d5efcf35b0" }, { "Name": "sample string 1", "Id": "3972ccbe-389d-4f16-a883-b6d5efcf35b0" } ], "IsSubmittedByRHT": true, "HTContactID": "10fe1af8-2752-4f69-8960-5ea48ddc64ac", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-01-09T03:04:03.8881876+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-01-09T03:04:03.8881876+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>418a38fe-47d6-4283-8e9e-dd788f442f15</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-01-09T03:04:03.8881876+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-01-09T03:04:03.8881876+00:00</CheckOutTime> <ContactID>4464875e-eab3-458d-85bc-69a59d3ff7d7</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-01-09T03:04:03.8881876+00:00</EndTime> <EventID>01e27fcb-3dc4-43cd-bbe7-5d88fab571b0</EventID> <EventName>sample string 11</EventName> <HTContactID>10fe1af8-2752-4f69-8960-5ea48ddc64ac</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>72a3ed63-34b7-452a-8021-95b02accbee3</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-01-09T03:04:03.8881876+00:00</SessionDate> <SessionID>28379f25-0cdd-40a0-b73d-f6058d95f280</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>d4fbb951-c52d-485e-aae3-7e87409426d0</SpeakerEngagementID> <SpeakerID>80a91fd7-90ea-45d7-9915-82047110945c</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-01-09T03:04:03.8881876+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>dbe019a6-bd3c-44f4-9fd3-644be62ca8b2</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>2cfc9a80-7033-4f9d-afa8-3b1ef6d40247</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>dbe019a6-bd3c-44f4-9fd3-644be62ca8b2</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>2cfc9a80-7033-4f9d-afa8-3b1ef6d40247</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>3972ccbe-389d-4f16-a883-b6d5efcf35b0</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>3972ccbe-389d-4f16-a883-b6d5efcf35b0</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:03.8881876+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-01-09T03:04:03.8881876+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.