POST Programme/GetReliefTutorsByPostalCode
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": "629de097-d5da-456c-bc95-d591ed770894", "ProgrammeRegistrationID": "b84d42c6-feb8-40e5-a12a-f0eaed181013", "CenterID": "07c5fb88-9cde-4ce2-803f-f98686a05484", "CentreName": "sample string 4", "SessionID": "e3e6eb55-ca0b-488b-a797-53828c4ce8d2", "SessionName": "sample string 6", "SessionTime": "sample string 7", "ContactID": "2b276027-6243-4900-9b4a-4d5bb4801c56", "ContactName": "sample string 9", "EventID": "6bed7d53-c18d-48e9-9f89-eb632758469d", "EventName": "sample string 11", "SpeakerID": "e3cea57c-cac0-42d3-b663-e3e19e23a100", "SpeakerName": "sample string 13", "TutorType": 14, "AttendanceStatus": 15, "SessionDate": "2025-01-09T02:53:31.9832623+00:00", "StartTime": "2025-01-09T02:53:31.9832623+00:00", "EndTime": "2025-01-09T02:53:31.9832623+00:00", "Remarks": "sample string 16", "CheckInTime": "2025-01-09T02:53:31.9832623+00:00", "CheckOutTime": "2025-01-09T02:53:31.9832623+00:00", "CheckIn": "sample string 17", "CheckOut": "sample string 18", "District": 19, "PostalCode": 20, "lst_Centers": [ { "Name": "sample string 1", "Id": "be015c94-38dc-4e0f-9beb-054574c8abb0", "isschoolbased": true, "schoolid": "d79fa1b4-425f-43ee-9ec7-e2ead2eab351" }, { "Name": "sample string 1", "Id": "be015c94-38dc-4e0f-9beb-054574c8abb0", "isschoolbased": true, "schoolid": "d79fa1b4-425f-43ee-9ec7-e2ead2eab351" } ], "lst_ReliefTutors": [ { "Name": "sample string 1", "Id": "a3a70712-c5d5-4a77-bd6a-9bb4b0451a90" }, { "Name": "sample string 1", "Id": "a3a70712-c5d5-4a77-bd6a-9bb4b0451a90" } ], "IsSubmittedByRHT": true, "HTContactID": "045dc7f5-dbff-44a1-b9a3-488ce0fabdba", "HTContactName": "sample string 23", "lst_SessionStart": [ { "SessionTime": "sample string 1", "SessionStartTime": "2025-01-09T02:53:31.9832623+00:00" }, { "SessionTime": "sample string 1", "SessionStartTime": "2025-01-09T02:53:31.9832623+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>07c5fb88-9cde-4ce2-803f-f98686a05484</CenterID> <CentreName>sample string 4</CentreName> <CheckIn>sample string 17</CheckIn> <CheckInTime>2025-01-09T02:53:31.9832623+00:00</CheckInTime> <CheckOut>sample string 18</CheckOut> <CheckOutTime>2025-01-09T02:53:31.9832623+00:00</CheckOutTime> <ContactID>2b276027-6243-4900-9b4a-4d5bb4801c56</ContactID> <ContactName>sample string 9</ContactName> <District>19</District> <EndTime>2025-01-09T02:53:31.9832623+00:00</EndTime> <EventID>6bed7d53-c18d-48e9-9f89-eb632758469d</EventID> <EventName>sample string 11</EventName> <HTContactID>045dc7f5-dbff-44a1-b9a3-488ce0fabdba</HTContactID> <HTContactName>sample string 23</HTContactName> <IsSubmittedByRHT>true</IsSubmittedByRHT> <PostalCode>20</PostalCode> <ProgrammeRegistrationID>b84d42c6-feb8-40e5-a12a-f0eaed181013</ProgrammeRegistrationID> <Remarks>sample string 16</Remarks> <SessionDate>2025-01-09T02:53:31.9832623+00:00</SessionDate> <SessionID>e3e6eb55-ca0b-488b-a797-53828c4ce8d2</SessionID> <SessionName>sample string 6</SessionName> <SessionTime>sample string 7</SessionTime> <SpeakerEngagementID>629de097-d5da-456c-bc95-d591ed770894</SpeakerEngagementID> <SpeakerID>e3cea57c-cac0-42d3-b663-e3e19e23a100</SpeakerID> <SpeakerName>sample string 13</SpeakerName> <StartTime>2025-01-09T02:53:31.9832623+00:00</StartTime> <TutorType>14</TutorType> <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:Centers> <d2p1:Id>be015c94-38dc-4e0f-9beb-054574c8abb0</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>d79fa1b4-425f-43ee-9ec7-e2ead2eab351</d2p1:schoolid> </d2p1:Centers> <d2p1:Centers> <d2p1:Id>be015c94-38dc-4e0f-9beb-054574c8abb0</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:isschoolbased>true</d2p1:isschoolbased> <d2p1:schoolid>d79fa1b4-425f-43ee-9ec7-e2ead2eab351</d2p1:schoolid> </d2p1:Centers> </lst_Centers> <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <d2p1:ReliefTutor> <d2p1:Id>a3a70712-c5d5-4a77-bd6a-9bb4b0451a90</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ReliefTutor> <d2p1:ReliefTutor> <d2p1:Id>a3a70712-c5d5-4a77-bd6a-9bb4b0451a90</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-09T02:53:31.9832623+00:00</d2p1:SessionStartTime> <d2p1:SessionTime>sample string 1</d2p1:SessionTime> </d2p1:SessionStart> <d2p1:SessionStart> <d2p1:SessionStartTime>2025-01-09T02:53:31.9832623+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.