POST Programme/GetReliefTutorsByPostalCode
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": "d5f8c51a-12a9-4580-872b-75ac1ddd724a",
"ProgrammeRegistrationID": "5600bdd1-35ad-4aec-a945-0224be1f97bc",
"CenterID": "fc4899ba-7717-43ff-ad81-6d6e3ed7eb9f",
"CentreName": "sample string 4",
"SessionID": "ea67865e-6837-414b-9ba1-a92753d2daca",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "677bdf64-a4ae-4bbc-9ea0-1194c4d0e643",
"ContactName": "sample string 9",
"EventID": "2ae1cafc-8ca9-400d-bf98-e01f9638c71e",
"EventName": "sample string 11",
"SpeakerID": "9d48ae64-78e7-4820-b317-e2dd4c3f5263",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-02-04T06:16:14.6132088+00:00",
"StartTime": "2026-02-04T06:16:14.6132088+00:00",
"EndTime": "2026-02-04T06:16:14.6132088+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-02-04T06:16:14.6132088+00:00",
"CheckOutTime": "2026-02-04T06:16:14.6132088+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "376c77ef-923e-450d-980f-366088891dfe",
"isschoolbased": true,
"schoolid": "848fa439-fd10-4c70-b243-383e4211d9a1"
},
{
"Name": "sample string 1",
"Id": "376c77ef-923e-450d-980f-366088891dfe",
"isschoolbased": true,
"schoolid": "848fa439-fd10-4c70-b243-383e4211d9a1"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "1a5a6bde-36a9-4236-94c5-7ba5bcd6c7a9"
},
{
"Name": "sample string 1",
"Id": "1a5a6bde-36a9-4236-94c5-7ba5bcd6c7a9"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "41618a67-b60c-44bf-9516-b6b277455e52",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T06:16:14.6132088+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-02-04T06:16:14.6132088+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>fc4899ba-7717-43ff-ad81-6d6e3ed7eb9f</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-02-04T06:16:14.6132088+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-02-04T06:16:14.6132088+00:00</CheckOutTime>
<ContactID>677bdf64-a4ae-4bbc-9ea0-1194c4d0e643</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-02-04T06:16:14.6132088+00:00</EndTime>
<EventID>2ae1cafc-8ca9-400d-bf98-e01f9638c71e</EventID>
<EventName>sample string 11</EventName>
<HTContactID>41618a67-b60c-44bf-9516-b6b277455e52</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>5600bdd1-35ad-4aec-a945-0224be1f97bc</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-02-04T06:16:14.6132088+00:00</SessionDate>
<SessionID>ea67865e-6837-414b-9ba1-a92753d2daca</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>d5f8c51a-12a9-4580-872b-75ac1ddd724a</SpeakerEngagementID>
<SpeakerID>9d48ae64-78e7-4820-b317-e2dd4c3f5263</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-02-04T06:16:14.6132088+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>376c77ef-923e-450d-980f-366088891dfe</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>848fa439-fd10-4c70-b243-383e4211d9a1</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>376c77ef-923e-450d-980f-366088891dfe</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>848fa439-fd10-4c70-b243-383e4211d9a1</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>1a5a6bde-36a9-4236-94c5-7ba5bcd6c7a9</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>1a5a6bde-36a9-4236-94c5-7ba5bcd6c7a9</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-02-04T06:16:14.6132088+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-02-04T06:16:14.6132088+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.