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": "f2c95880-d0d1-4c5a-8ac5-540f1025ef77",
"ProgrammeRegistrationID": "b62369bd-4be0-4e2e-86ad-7c80c8cad336",
"CenterID": "031fdbae-12ac-4d31-b0e8-70d35f18b2fe",
"CentreName": "sample string 4",
"SessionID": "e2993e92-ddef-4c57-86b0-d5e4687df23a",
"SessionName": "sample string 6",
"SessionTime": "sample string 7",
"ContactID": "65e8b5d9-2f6c-4891-9646-b1836078d3db",
"ContactName": "sample string 9",
"EventID": "8ade7255-1f14-47a7-a754-6c9593596322",
"EventName": "sample string 11",
"SpeakerID": "abc7fc28-736c-48db-b87c-5c3845f93544",
"SpeakerName": "sample string 13",
"TutorType": 14,
"AttendanceStatus": 15,
"SessionDate": "2026-03-21T06:20:11.4638746+00:00",
"StartTime": "2026-03-21T06:20:11.4638746+00:00",
"EndTime": "2026-03-21T06:20:11.4638746+00:00",
"Remarks": "sample string 16",
"CheckInTime": "2026-03-21T06:20:11.4638746+00:00",
"CheckOutTime": "2026-03-21T06:20:11.4638746+00:00",
"CheckIn": "sample string 17",
"CheckOut": "sample string 18",
"District": 19,
"PostalCode": 20,
"lst_Centers": [
{
"Name": "sample string 1",
"Id": "72b4e489-ecf9-4798-8c4a-c91efc4ba295",
"isschoolbased": true,
"schoolid": "7486e6b5-340a-4764-8ca5-c77541095958"
},
{
"Name": "sample string 1",
"Id": "72b4e489-ecf9-4798-8c4a-c91efc4ba295",
"isschoolbased": true,
"schoolid": "7486e6b5-340a-4764-8ca5-c77541095958"
}
],
"lst_ReliefTutors": [
{
"Name": "sample string 1",
"Id": "32421e6c-e115-4ce7-9196-f40c7f7df24b"
},
{
"Name": "sample string 1",
"Id": "32421e6c-e115-4ce7-9196-f40c7f7df24b"
}
],
"IsSubmittedByRHT": true,
"HTContactID": "1a0d88b6-fcdb-41aa-b3f0-4388b59d3cc7",
"HTContactName": "sample string 23",
"lst_SessionStart": [
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T06:20:11.4638746+00:00"
},
{
"SessionTime": "sample string 1",
"SessionStartTime": "2026-03-21T06:20:11.4638746+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>031fdbae-12ac-4d31-b0e8-70d35f18b2fe</CenterID>
<CentreName>sample string 4</CentreName>
<CheckIn>sample string 17</CheckIn>
<CheckInTime>2026-03-21T06:20:11.4638746+00:00</CheckInTime>
<CheckOut>sample string 18</CheckOut>
<CheckOutTime>2026-03-21T06:20:11.4638746+00:00</CheckOutTime>
<ContactID>65e8b5d9-2f6c-4891-9646-b1836078d3db</ContactID>
<ContactName>sample string 9</ContactName>
<District>19</District>
<EndTime>2026-03-21T06:20:11.4638746+00:00</EndTime>
<EventID>8ade7255-1f14-47a7-a754-6c9593596322</EventID>
<EventName>sample string 11</EventName>
<HTContactID>1a0d88b6-fcdb-41aa-b3f0-4388b59d3cc7</HTContactID>
<HTContactName>sample string 23</HTContactName>
<IsSubmittedByRHT>true</IsSubmittedByRHT>
<PostalCode>20</PostalCode>
<ProgrammeRegistrationID>b62369bd-4be0-4e2e-86ad-7c80c8cad336</ProgrammeRegistrationID>
<Remarks>sample string 16</Remarks>
<SessionDate>2026-03-21T06:20:11.4638746+00:00</SessionDate>
<SessionID>e2993e92-ddef-4c57-86b0-d5e4687df23a</SessionID>
<SessionName>sample string 6</SessionName>
<SessionTime>sample string 7</SessionTime>
<SpeakerEngagementID>f2c95880-d0d1-4c5a-8ac5-540f1025ef77</SpeakerEngagementID>
<SpeakerID>abc7fc28-736c-48db-b87c-5c3845f93544</SpeakerID>
<SpeakerName>sample string 13</SpeakerName>
<StartTime>2026-03-21T06:20:11.4638746+00:00</StartTime>
<TutorType>14</TutorType>
<lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:Centers>
<d2p1:Id>72b4e489-ecf9-4798-8c4a-c91efc4ba295</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>7486e6b5-340a-4764-8ca5-c77541095958</d2p1:schoolid>
</d2p1:Centers>
<d2p1:Centers>
<d2p1:Id>72b4e489-ecf9-4798-8c4a-c91efc4ba295</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:isschoolbased>true</d2p1:isschoolbased>
<d2p1:schoolid>7486e6b5-340a-4764-8ca5-c77541095958</d2p1:schoolid>
</d2p1:Centers>
</lst_Centers>
<lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<d2p1:ReliefTutor>
<d2p1:Id>32421e6c-e115-4ce7-9196-f40c7f7df24b</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
</d2p1:ReliefTutor>
<d2p1:ReliefTutor>
<d2p1:Id>32421e6c-e115-4ce7-9196-f40c7f7df24b</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-03-21T06:20:11.4638746+00:00</d2p1:SessionStartTime>
<d2p1:SessionTime>sample string 1</d2p1:SessionTime>
</d2p1:SessionStart>
<d2p1:SessionStart>
<d2p1:SessionStartTime>2026-03-21T06:20:11.4638746+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.