TimeSheet


Click here for a complete list of operations.

getRoster_Datewise

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Client_code:
rosterDate:
client:
MobileFutureLimit:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /timesheet.asmx HTTP/1.1
Host: mta.integratedliving.org.au
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://tempuri.org/getRoster_Datewise"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getRoster_Datewise xmlns="https://tempuri.org/">
      <Client_code>string</Client_code>
      <rosterDate>string</rosterDate>
      <client>boolean</client>
      <MobileFutureLimit>string</MobileFutureLimit>
    </getRoster_Datewise>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getRoster_DatewiseResponse xmlns="https://tempuri.org/">
      <getRoster_DatewiseResult>
        <Roster_Info>
          <RecordNo>string</RecordNo>
          <Roster_Date>string</Roster_Date>
          <ServiceType>string</ServiceType>
          <Service_Detail>string</Service_Detail>
          <Start_Time>string</Start_Time>
          <Duration>string</Duration>
          <Carer_code>string</Carer_code>
          <Client_code>string</Client_code>
          <Group_Recipients>
            <Group_Recipient xsi:nil="true" />
            <Group_Recipient xsi:nil="true" />
          </Group_Recipients>
          <Program>string</Program>
          <DayNo>string</DayNo>
          <Monthno>string</Monthno>
          <YearNo>string</YearNo>
          <blockNo>string</blockNo>
          <Notes>string</Notes>
          <Roster_Type>string</Roster_Type>
          <Started>string</Started>
          <Completed>string</Completed>
          <Actual_Client_Code>string</Actual_Client_Code>
          <UniqueID>string</UniqueID>
          <servicesetting>string</servicesetting>
          <TA_LOGINMODE>string</TA_LOGINMODE>
          <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
          <Group_Alerts>string</Group_Alerts>
          <KM>string</KM>
          <InfoOnly>string</InfoOnly>
          <Address>string</Address>
          <Debtor>string</Debtor>
          <Fee>string</Fee>
          <DisplayFeeInApp>string</DisplayFeeInApp>
          <DisplayDebtorInApp>string</DisplayDebtorInApp>
          <MinorGroup>string</MinorGroup>
          <MTAServiceType>string</MTAServiceType>
          <MyOwnCarStatus>string</MyOwnCarStatus>
          <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
          <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
          <TA_MultiShift>string</TA_MultiShift>
          <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
          <RunsheetAlerts>string</RunsheetAlerts>
          <PersonId>string</PersonId>
          <Actual_Start>string</Actual_Start>
          <Actual_End>string</Actual_End>
        </Roster_Info>
        <Roster_Info>
          <RecordNo>string</RecordNo>
          <Roster_Date>string</Roster_Date>
          <ServiceType>string</ServiceType>
          <Service_Detail>string</Service_Detail>
          <Start_Time>string</Start_Time>
          <Duration>string</Duration>
          <Carer_code>string</Carer_code>
          <Client_code>string</Client_code>
          <Group_Recipients>
            <Group_Recipient xsi:nil="true" />
            <Group_Recipient xsi:nil="true" />
          </Group_Recipients>
          <Program>string</Program>
          <DayNo>string</DayNo>
          <Monthno>string</Monthno>
          <YearNo>string</YearNo>
          <blockNo>string</blockNo>
          <Notes>string</Notes>
          <Roster_Type>string</Roster_Type>
          <Started>string</Started>
          <Completed>string</Completed>
          <Actual_Client_Code>string</Actual_Client_Code>
          <UniqueID>string</UniqueID>
          <servicesetting>string</servicesetting>
          <TA_LOGINMODE>string</TA_LOGINMODE>
          <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
          <Group_Alerts>string</Group_Alerts>
          <KM>string</KM>
          <InfoOnly>string</InfoOnly>
          <Address>string</Address>
          <Debtor>string</Debtor>
          <Fee>string</Fee>
          <DisplayFeeInApp>string</DisplayFeeInApp>
          <DisplayDebtorInApp>string</DisplayDebtorInApp>
          <MinorGroup>string</MinorGroup>
          <MTAServiceType>string</MTAServiceType>
          <MyOwnCarStatus>string</MyOwnCarStatus>
          <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
          <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
          <TA_MultiShift>string</TA_MultiShift>
          <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
          <RunsheetAlerts>string</RunsheetAlerts>
          <PersonId>string</PersonId>
          <Actual_Start>string</Actual_Start>
          <Actual_End>string</Actual_End>
        </Roster_Info>
      </getRoster_DatewiseResult>
    </getRoster_DatewiseResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /timesheet.asmx HTTP/1.1
Host: mta.integratedliving.org.au
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getRoster_Datewise xmlns="https://tempuri.org/">
      <Client_code>string</Client_code>
      <rosterDate>string</rosterDate>
      <client>boolean</client>
      <MobileFutureLimit>string</MobileFutureLimit>
    </getRoster_Datewise>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getRoster_DatewiseResponse xmlns="https://tempuri.org/">
      <getRoster_DatewiseResult>
        <Roster_Info>
          <RecordNo>string</RecordNo>
          <Roster_Date>string</Roster_Date>
          <ServiceType>string</ServiceType>
          <Service_Detail>string</Service_Detail>
          <Start_Time>string</Start_Time>
          <Duration>string</Duration>
          <Carer_code>string</Carer_code>
          <Client_code>string</Client_code>
          <Group_Recipients>
            <Group_Recipient xsi:nil="true" />
            <Group_Recipient xsi:nil="true" />
          </Group_Recipients>
          <Program>string</Program>
          <DayNo>string</DayNo>
          <Monthno>string</Monthno>
          <YearNo>string</YearNo>
          <blockNo>string</blockNo>
          <Notes>string</Notes>
          <Roster_Type>string</Roster_Type>
          <Started>string</Started>
          <Completed>string</Completed>
          <Actual_Client_Code>string</Actual_Client_Code>
          <UniqueID>string</UniqueID>
          <servicesetting>string</servicesetting>
          <TA_LOGINMODE>string</TA_LOGINMODE>
          <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
          <Group_Alerts>string</Group_Alerts>
          <KM>string</KM>
          <InfoOnly>string</InfoOnly>
          <Address>string</Address>
          <Debtor>string</Debtor>
          <Fee>string</Fee>
          <DisplayFeeInApp>string</DisplayFeeInApp>
          <DisplayDebtorInApp>string</DisplayDebtorInApp>
          <MinorGroup>string</MinorGroup>
          <MTAServiceType>string</MTAServiceType>
          <MyOwnCarStatus>string</MyOwnCarStatus>
          <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
          <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
          <TA_MultiShift>string</TA_MultiShift>
          <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
          <RunsheetAlerts>string</RunsheetAlerts>
          <PersonId>string</PersonId>
          <Actual_Start>string</Actual_Start>
          <Actual_End>string</Actual_End>
        </Roster_Info>
        <Roster_Info>
          <RecordNo>string</RecordNo>
          <Roster_Date>string</Roster_Date>
          <ServiceType>string</ServiceType>
          <Service_Detail>string</Service_Detail>
          <Start_Time>string</Start_Time>
          <Duration>string</Duration>
          <Carer_code>string</Carer_code>
          <Client_code>string</Client_code>
          <Group_Recipients>
            <Group_Recipient xsi:nil="true" />
            <Group_Recipient xsi:nil="true" />
          </Group_Recipients>
          <Program>string</Program>
          <DayNo>string</DayNo>
          <Monthno>string</Monthno>
          <YearNo>string</YearNo>
          <blockNo>string</blockNo>
          <Notes>string</Notes>
          <Roster_Type>string</Roster_Type>
          <Started>string</Started>
          <Completed>string</Completed>
          <Actual_Client_Code>string</Actual_Client_Code>
          <UniqueID>string</UniqueID>
          <servicesetting>string</servicesetting>
          <TA_LOGINMODE>string</TA_LOGINMODE>
          <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
          <Group_Alerts>string</Group_Alerts>
          <KM>string</KM>
          <InfoOnly>string</InfoOnly>
          <Address>string</Address>
          <Debtor>string</Debtor>
          <Fee>string</Fee>
          <DisplayFeeInApp>string</DisplayFeeInApp>
          <DisplayDebtorInApp>string</DisplayDebtorInApp>
          <MinorGroup>string</MinorGroup>
          <MTAServiceType>string</MTAServiceType>
          <MyOwnCarStatus>string</MyOwnCarStatus>
          <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
          <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
          <TA_MultiShift>string</TA_MultiShift>
          <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
          <RunsheetAlerts>string</RunsheetAlerts>
          <PersonId>string</PersonId>
          <Actual_Start>string</Actual_Start>
          <Actual_End>string</Actual_End>
        </Roster_Info>
      </getRoster_DatewiseResult>
    </getRoster_DatewiseResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /timesheet.asmx/getRoster_Datewise?Client_code=string&rosterDate=string&client=string&MobileFutureLimit=string HTTP/1.1
Host: mta.integratedliving.org.au
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRoster_Info xmlns="https://tempuri.org/">
  <Roster_Info>
    <RecordNo>string</RecordNo>
    <Roster_Date>string</Roster_Date>
    <ServiceType>string</ServiceType>
    <Service_Detail>string</Service_Detail>
    <Start_Time>string</Start_Time>
    <Duration>string</Duration>
    <Carer_code>string</Carer_code>
    <Client_code>string</Client_code>
    <Group_Recipients>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
    </Group_Recipients>
    <Program>string</Program>
    <DayNo>string</DayNo>
    <Monthno>string</Monthno>
    <YearNo>string</YearNo>
    <blockNo>string</blockNo>
    <Notes>string</Notes>
    <Roster_Type>string</Roster_Type>
    <Started>string</Started>
    <Completed>string</Completed>
    <Actual_Client_Code>string</Actual_Client_Code>
    <UniqueID>string</UniqueID>
    <servicesetting>string</servicesetting>
    <TA_LOGINMODE>string</TA_LOGINMODE>
    <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
    <Group_Alerts>string</Group_Alerts>
    <KM>string</KM>
    <InfoOnly>string</InfoOnly>
    <Address>string</Address>
    <Debtor>string</Debtor>
    <Fee>string</Fee>
    <DisplayFeeInApp>string</DisplayFeeInApp>
    <DisplayDebtorInApp>string</DisplayDebtorInApp>
    <MinorGroup>string</MinorGroup>
    <MTAServiceType>string</MTAServiceType>
    <MyOwnCarStatus>string</MyOwnCarStatus>
    <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
    <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
    <TA_MultiShift>string</TA_MultiShift>
    <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
    <RunsheetAlerts>string</RunsheetAlerts>
    <PersonId>string</PersonId>
    <Actual_Start>string</Actual_Start>
    <Actual_End>string</Actual_End>
  </Roster_Info>
  <Roster_Info>
    <RecordNo>string</RecordNo>
    <Roster_Date>string</Roster_Date>
    <ServiceType>string</ServiceType>
    <Service_Detail>string</Service_Detail>
    <Start_Time>string</Start_Time>
    <Duration>string</Duration>
    <Carer_code>string</Carer_code>
    <Client_code>string</Client_code>
    <Group_Recipients>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
    </Group_Recipients>
    <Program>string</Program>
    <DayNo>string</DayNo>
    <Monthno>string</Monthno>
    <YearNo>string</YearNo>
    <blockNo>string</blockNo>
    <Notes>string</Notes>
    <Roster_Type>string</Roster_Type>
    <Started>string</Started>
    <Completed>string</Completed>
    <Actual_Client_Code>string</Actual_Client_Code>
    <UniqueID>string</UniqueID>
    <servicesetting>string</servicesetting>
    <TA_LOGINMODE>string</TA_LOGINMODE>
    <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
    <Group_Alerts>string</Group_Alerts>
    <KM>string</KM>
    <InfoOnly>string</InfoOnly>
    <Address>string</Address>
    <Debtor>string</Debtor>
    <Fee>string</Fee>
    <DisplayFeeInApp>string</DisplayFeeInApp>
    <DisplayDebtorInApp>string</DisplayDebtorInApp>
    <MinorGroup>string</MinorGroup>
    <MTAServiceType>string</MTAServiceType>
    <MyOwnCarStatus>string</MyOwnCarStatus>
    <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
    <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
    <TA_MultiShift>string</TA_MultiShift>
    <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
    <RunsheetAlerts>string</RunsheetAlerts>
    <PersonId>string</PersonId>
    <Actual_Start>string</Actual_Start>
    <Actual_End>string</Actual_End>
  </Roster_Info>
</ArrayOfRoster_Info>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /timesheet.asmx/getRoster_Datewise HTTP/1.1
Host: mta.integratedliving.org.au
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Client_code=string&rosterDate=string&client=string&MobileFutureLimit=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRoster_Info xmlns="https://tempuri.org/">
  <Roster_Info>
    <RecordNo>string</RecordNo>
    <Roster_Date>string</Roster_Date>
    <ServiceType>string</ServiceType>
    <Service_Detail>string</Service_Detail>
    <Start_Time>string</Start_Time>
    <Duration>string</Duration>
    <Carer_code>string</Carer_code>
    <Client_code>string</Client_code>
    <Group_Recipients>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
    </Group_Recipients>
    <Program>string</Program>
    <DayNo>string</DayNo>
    <Monthno>string</Monthno>
    <YearNo>string</YearNo>
    <blockNo>string</blockNo>
    <Notes>string</Notes>
    <Roster_Type>string</Roster_Type>
    <Started>string</Started>
    <Completed>string</Completed>
    <Actual_Client_Code>string</Actual_Client_Code>
    <UniqueID>string</UniqueID>
    <servicesetting>string</servicesetting>
    <TA_LOGINMODE>string</TA_LOGINMODE>
    <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
    <Group_Alerts>string</Group_Alerts>
    <KM>string</KM>
    <InfoOnly>string</InfoOnly>
    <Address>string</Address>
    <Debtor>string</Debtor>
    <Fee>string</Fee>
    <DisplayFeeInApp>string</DisplayFeeInApp>
    <DisplayDebtorInApp>string</DisplayDebtorInApp>
    <MinorGroup>string</MinorGroup>
    <MTAServiceType>string</MTAServiceType>
    <MyOwnCarStatus>string</MyOwnCarStatus>
    <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
    <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
    <TA_MultiShift>string</TA_MultiShift>
    <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
    <RunsheetAlerts>string</RunsheetAlerts>
    <PersonId>string</PersonId>
    <Actual_Start>string</Actual_Start>
    <Actual_End>string</Actual_End>
  </Roster_Info>
  <Roster_Info>
    <RecordNo>string</RecordNo>
    <Roster_Date>string</Roster_Date>
    <ServiceType>string</ServiceType>
    <Service_Detail>string</Service_Detail>
    <Start_Time>string</Start_Time>
    <Duration>string</Duration>
    <Carer_code>string</Carer_code>
    <Client_code>string</Client_code>
    <Group_Recipients>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
      <Group_Recipient>
        <Name>string</Name>
        <AccountNo>string</AccountNo>
        <RecordNo>string</RecordNo>
        <RosterType>string</RosterType>
        <PickUpAddress1>string</PickUpAddress1>
        <DropOffAddress1>string</DropOffAddress1>
        <VehicleCode>string</VehicleCode>
        <StartODO>string</StartODO>
        <EndODO>string</EndODO>
        <AppointmentTime>string</AppointmentTime>
        <Status>string</Status>
        <Coordinator_Email>string</Coordinator_Email>
        <RECIPIENT_CoOrdinator>string</RECIPIENT_CoOrdinator>
        <Personid>string</Personid>
        <Mobility>string</Mobility>
        <Start_Time>string</Start_Time>
      </Group_Recipient>
    </Group_Recipients>
    <Program>string</Program>
    <DayNo>string</DayNo>
    <Monthno>string</Monthno>
    <YearNo>string</YearNo>
    <blockNo>string</blockNo>
    <Notes>string</Notes>
    <Roster_Type>string</Roster_Type>
    <Started>string</Started>
    <Completed>string</Completed>
    <Actual_Client_Code>string</Actual_Client_Code>
    <UniqueID>string</UniqueID>
    <servicesetting>string</servicesetting>
    <TA_LOGINMODE>string</TA_LOGINMODE>
    <TA_EXCLUDEGEOLOCATION>string</TA_EXCLUDEGEOLOCATION>
    <Group_Alerts>string</Group_Alerts>
    <KM>string</KM>
    <InfoOnly>string</InfoOnly>
    <Address>string</Address>
    <Debtor>string</Debtor>
    <Fee>string</Fee>
    <DisplayFeeInApp>string</DisplayFeeInApp>
    <DisplayDebtorInApp>string</DisplayDebtorInApp>
    <MinorGroup>string</MinorGroup>
    <MTAServiceType>string</MTAServiceType>
    <MyOwnCarStatus>string</MyOwnCarStatus>
    <Disable_Shift_Start_Alarm>string</Disable_Shift_Start_Alarm>
    <Disable_Shift_End_Alarm>string</Disable_Shift_End_Alarm>
    <TA_MultiShift>string</TA_MultiShift>
    <ACCOUNTINGIDENTIFIER>string</ACCOUNTINGIDENTIFIER>
    <RunsheetAlerts>string</RunsheetAlerts>
    <PersonId>string</PersonId>
    <Actual_Start>string</Actual_Start>
    <Actual_End>string</Actual_End>
  </Roster_Info>
</ArrayOfRoster_Info>