TimeSheet
Click here for a complete list of operations.
getTimeSheets
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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-dev-preprod.integratedliving.org.au
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://tempuri.org/getTimeSheets"
<?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>
<getTimeSheets xmlns="https://tempuri.org/">
<client_code>string</client_code>
<client>boolean</client>
</getTimeSheets>
</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>
<getTimeSheetsResponse xmlns="https://tempuri.org/">
<getTimeSheetsResult>
<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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</Roster_Info>
</getTimeSheetsResult>
</getTimeSheetsResponse>
</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-dev-preprod.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>
<getTimeSheets xmlns="https://tempuri.org/">
<client_code>string</client_code>
<client>boolean</client>
</getTimeSheets>
</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>
<getTimeSheetsResponse xmlns="https://tempuri.org/">
<getTimeSheetsResult>
<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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</Roster_Info>
</getTimeSheetsResult>
</getTimeSheetsResponse>
</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/getTimeSheets?client_code=string&client=string HTTP/1.1 Host: mta-dev-preprod.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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</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/getTimeSheets HTTP/1.1 Host: mta-dev-preprod.integratedliving.org.au Content-Type: application/x-www-form-urlencoded Content-Length: length client_code=string&client=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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<roster_date>string</roster_date>
<ServiceSettings>string</ServiceSettings>
</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>
<ItemType>string</ItemType>
<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>
<appexclude1>string</appexclude1>
<ExcludeFromAppLogging>string</ExcludeFromAppLogging>
<ForceShiftReport>string</ForceShiftReport>
<HasServiceNotes>string</HasServiceNotes>
</Roster_Info>
</ArrayOfRoster_Info>