POST Programme/GetTutorsForAttendance

Request Information

URI Parameters

None.

Body Parameters

TutorAttendance
NameDescriptionTypeAdditional 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": "dd676237-5771-4c5e-87e7-b43cf650d952",
  "ProgrammeRegistrationID": "104a321f-e551-401c-864d-08a51a458808",
  "CenterID": "2268eab9-8da7-4a07-867a-df29872fa57a",
  "CentreName": "sample string 4",
  "SessionID": "750aa70a-3c81-4385-8ab8-689e817ef94f",
  "SessionName": "sample string 6",
  "SessionTime": "sample string 7",
  "ContactID": "7a749ec7-fdc7-442a-9c12-5d847fc65385",
  "ContactName": "sample string 9",
  "EventID": "532198e6-0590-47d9-be3e-b6589ac492da",
  "EventName": "sample string 11",
  "SpeakerID": "dc293989-07fc-4e72-820c-3f085610f0c8",
  "SpeakerName": "sample string 13",
  "TutorType": 14,
  "AttendanceStatus": 15,
  "SessionDate": "2025-01-09T02:59:01.8444133+00:00",
  "StartTime": "2025-01-09T02:59:01.8444133+00:00",
  "EndTime": "2025-01-09T02:59:01.8444133+00:00",
  "Remarks": "sample string 16",
  "CheckInTime": "2025-01-09T02:59:01.8444133+00:00",
  "CheckOutTime": "2025-01-09T02:59:01.8444133+00:00",
  "CheckIn": "sample string 17",
  "CheckOut": "sample string 18",
  "District": 19,
  "PostalCode": 20,
  "lst_Centers": [
    {
      "Name": "sample string 1",
      "Id": "4c23df51-06f3-41d5-a27a-9ec6c49ede56",
      "isschoolbased": true,
      "schoolid": "0fd9fcbe-0086-41a3-88a3-c139a2e2f56d"
    },
    {
      "Name": "sample string 1",
      "Id": "4c23df51-06f3-41d5-a27a-9ec6c49ede56",
      "isschoolbased": true,
      "schoolid": "0fd9fcbe-0086-41a3-88a3-c139a2e2f56d"
    }
  ],
  "lst_ReliefTutors": [
    {
      "Name": "sample string 1",
      "Id": "4c86230c-7b4f-454f-ac0c-ae1fd09c59cb"
    },
    {
      "Name": "sample string 1",
      "Id": "4c86230c-7b4f-454f-ac0c-ae1fd09c59cb"
    }
  ],
  "IsSubmittedByRHT": true,
  "HTContactID": "44945d58-b1c9-4615-9661-b354f4c8729d",
  "HTContactName": "sample string 23",
  "lst_SessionStart": [
    {
      "SessionTime": "sample string 1",
      "SessionStartTime": "2025-01-09T02:59:01.8600278+00:00"
    },
    {
      "SessionTime": "sample string 1",
      "SessionStartTime": "2025-01-09T02:59:01.8600278+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>2268eab9-8da7-4a07-867a-df29872fa57a</CenterID>
  <CentreName>sample string 4</CentreName>
  <CheckIn>sample string 17</CheckIn>
  <CheckInTime>2025-01-09T02:59:01.8444133+00:00</CheckInTime>
  <CheckOut>sample string 18</CheckOut>
  <CheckOutTime>2025-01-09T02:59:01.8444133+00:00</CheckOutTime>
  <ContactID>7a749ec7-fdc7-442a-9c12-5d847fc65385</ContactID>
  <ContactName>sample string 9</ContactName>
  <District>19</District>
  <EndTime>2025-01-09T02:59:01.8444133+00:00</EndTime>
  <EventID>532198e6-0590-47d9-be3e-b6589ac492da</EventID>
  <EventName>sample string 11</EventName>
  <HTContactID>44945d58-b1c9-4615-9661-b354f4c8729d</HTContactID>
  <HTContactName>sample string 23</HTContactName>
  <IsSubmittedByRHT>true</IsSubmittedByRHT>
  <PostalCode>20</PostalCode>
  <ProgrammeRegistrationID>104a321f-e551-401c-864d-08a51a458808</ProgrammeRegistrationID>
  <Remarks>sample string 16</Remarks>
  <SessionDate>2025-01-09T02:59:01.8444133+00:00</SessionDate>
  <SessionID>750aa70a-3c81-4385-8ab8-689e817ef94f</SessionID>
  <SessionName>sample string 6</SessionName>
  <SessionTime>sample string 7</SessionTime>
  <SpeakerEngagementID>dd676237-5771-4c5e-87e7-b43cf650d952</SpeakerEngagementID>
  <SpeakerID>dc293989-07fc-4e72-820c-3f085610f0c8</SpeakerID>
  <SpeakerName>sample string 13</SpeakerName>
  <StartTime>2025-01-09T02:59:01.8444133+00:00</StartTime>
  <TutorType>14</TutorType>
  <lst_Centers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
    <d2p1:Centers>
      <d2p1:Id>4c23df51-06f3-41d5-a27a-9ec6c49ede56</d2p1:Id>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:isschoolbased>true</d2p1:isschoolbased>
      <d2p1:schoolid>0fd9fcbe-0086-41a3-88a3-c139a2e2f56d</d2p1:schoolid>
    </d2p1:Centers>
    <d2p1:Centers>
      <d2p1:Id>4c23df51-06f3-41d5-a27a-9ec6c49ede56</d2p1:Id>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:isschoolbased>true</d2p1:isschoolbased>
      <d2p1:schoolid>0fd9fcbe-0086-41a3-88a3-c139a2e2f56d</d2p1:schoolid>
    </d2p1:Centers>
  </lst_Centers>
  <lst_ReliefTutors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
    <d2p1:ReliefTutor>
      <d2p1:Id>4c86230c-7b4f-454f-ac0c-ae1fd09c59cb</d2p1:Id>
      <d2p1:Name>sample string 1</d2p1:Name>
    </d2p1:ReliefTutor>
    <d2p1:ReliefTutor>
      <d2p1:Id>4c86230c-7b4f-454f-ac0c-ae1fd09c59cb</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:59:01.8600278+00:00</d2p1:SessionStartTime>
      <d2p1:SessionTime>sample string 1</d2p1:SessionTime>
    </d2p1:SessionStart>
    <d2p1:SessionStart>
      <d2p1:SessionStartTime>2025-01-09T02:59:01.8600278+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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.