TimeSheet


Click here for a complete list of operations.

getUser_Settings

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
UserName:

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/getUser_Settings"

<?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>
    <getUser_Settings xmlns="https://tempuri.org/">
      <UserName>string</UserName>
    </getUser_Settings>
  </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>
    <getUser_SettingsResponse xmlns="https://tempuri.org/">
      <getUser_SettingsResult>
        <AllowSetTime>string</AllowSetTime>
        <TMMode>string</TMMode>
        <MobileFutureLimit>string</MobileFutureLimit>
        <AllowPicUpload>string</AllowPicUpload>
        <Apply_Goe_Location_Setting>string</Apply_Goe_Location_Setting>
        <KMAgainstTravelOnly>string</KMAgainstTravelOnly>
        <mobilegeocodelimit>string</mobilegeocodelimit>
        <StaffLocationUpdateInterval>string</StaffLocationUpdateInterval>
        <AllowIncidentEntry>string</AllowIncidentEntry>
        <AllowTravelEntry>string</AllowTravelEntry>
        <AllowClientNoteEntry>string</AllowClientNoteEntry>
        <AllowRosterNoteEntry>string</AllowRosterNoteEntry>
        <StaffCode>string</StaffCode>
        <AllowRegisterSign>string</AllowRegisterSign>
        <ToDate>string</ToDate>
        <Time>string</Time>
        <UserSessionLimit>string</UserSessionLimit>
        <Enable_Shift_End_Alarm>string</Enable_Shift_End_Alarm>
        <ShowClientPhoneInApp>string</ShowClientPhoneInApp>
        <TA_TRAVELDEFAULT>string</TA_TRAVELDEFAULT>
        <CheckAlertInterval>string</CheckAlertInterval>
        <AllowOPNote>string</AllowOPNote>
        <AllowCaseNote>string</AllowCaseNote>
        <AllowIncidentNote>string</AllowIncidentNote>
        <AppUsesSMTP>string</AppUsesSMTP>
        <RosterRequested>string</RosterRequested>
        <AllowLeaveEntry>string</AllowLeaveEntry>
        <EnableRosterDelivery>string</EnableRosterDelivery>
        <MinimumInternetSpeedForOnline>string</MinimumInternetSpeedForOnline>
        <GeolocateEnabled>string</GeolocateEnabled>
        <AllowViewBookings>string</AllowViewBookings>
        <EnableViewNoteCases>string</EnableViewNoteCases>
        <HideGeolocation>string</HideGeolocation>
        <Enable_Shift_Start_Alarm>string</Enable_Shift_Start_Alarm>
        <LeaveLeadTime>string</LeaveLeadTime>
        <AcceptBookings>string</AcceptBookings>
        <AllowViewGoalPlans>string</AllowViewGoalPlans>
        <Coordinator_Email>string</Coordinator_Email>
        <ViewClientDocuments>string</ViewClientDocuments>
        <ViewClientCareplans>string</ViewClientCareplans>
        <RestrictTravelSameDay>string</RestrictTravelSameDay>
        <HIdeCancelButton>string</HIdeCancelButton>
        <EnableRosterAvailability>string</EnableRosterAvailability>
        <SuppressEmailOnRosterNote>string</SuppressEmailOnRosterNote>
        <AllowAddAttendee>string</AllowAddAttendee>
        <AllowClinicalNoteEntry>string</AllowClinicalNoteEntry>
        <GoogleAPI_Key>string</GoogleAPI_Key>
        <AllowMTASaveUserPass>string</AllowMTASaveUserPass>
        <Allow_OverWrite_Existing_Availability>string</Allow_OverWrite_Existing_Availability>
        <UseOPNoteAsShiftReport>string</UseOPNoteAsShiftReport>
        <UseServiceNoteAsShiftReport>string</UseServiceNoteAsShiftReport>
        <EmailUnavailabilityNotification>string</EmailUnavailabilityNotification>
        <AllowViewMobility>string</AllowViewMobility>
        <AllowViewAttendee>string</AllowViewAttendee>
        <HideAddress>string</HideAddress>
        <AgencyPortalText>string</AgencyPortalText>
        <AgencyPortal>string</AgencyPortal>
        <HideDOB>string</HideDOB>
        <EnableEmailNotification>string</EnableEmailNotification>
        <StaffLeaveEmail>string</StaffLeaveEmail>
        <StaffLeaveEmailOverrides>string</StaffLeaveEmailOverrides>
        <ClientNoteEmail>string</ClientNoteEmail>
        <ClientNoteEmailOverrides>string</ClientNoteEmailOverrides>
        <DefaultAppNoteCategory>string</DefaultAppNoteCategory>
      </getUser_SettingsResult>
    </getUser_SettingsResponse>
  </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>
    <getUser_Settings xmlns="https://tempuri.org/">
      <UserName>string</UserName>
    </getUser_Settings>
  </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>
    <getUser_SettingsResponse xmlns="https://tempuri.org/">
      <getUser_SettingsResult>
        <AllowSetTime>string</AllowSetTime>
        <TMMode>string</TMMode>
        <MobileFutureLimit>string</MobileFutureLimit>
        <AllowPicUpload>string</AllowPicUpload>
        <Apply_Goe_Location_Setting>string</Apply_Goe_Location_Setting>
        <KMAgainstTravelOnly>string</KMAgainstTravelOnly>
        <mobilegeocodelimit>string</mobilegeocodelimit>
        <StaffLocationUpdateInterval>string</StaffLocationUpdateInterval>
        <AllowIncidentEntry>string</AllowIncidentEntry>
        <AllowTravelEntry>string</AllowTravelEntry>
        <AllowClientNoteEntry>string</AllowClientNoteEntry>
        <AllowRosterNoteEntry>string</AllowRosterNoteEntry>
        <StaffCode>string</StaffCode>
        <AllowRegisterSign>string</AllowRegisterSign>
        <ToDate>string</ToDate>
        <Time>string</Time>
        <UserSessionLimit>string</UserSessionLimit>
        <Enable_Shift_End_Alarm>string</Enable_Shift_End_Alarm>
        <ShowClientPhoneInApp>string</ShowClientPhoneInApp>
        <TA_TRAVELDEFAULT>string</TA_TRAVELDEFAULT>
        <CheckAlertInterval>string</CheckAlertInterval>
        <AllowOPNote>string</AllowOPNote>
        <AllowCaseNote>string</AllowCaseNote>
        <AllowIncidentNote>string</AllowIncidentNote>
        <AppUsesSMTP>string</AppUsesSMTP>
        <RosterRequested>string</RosterRequested>
        <AllowLeaveEntry>string</AllowLeaveEntry>
        <EnableRosterDelivery>string</EnableRosterDelivery>
        <MinimumInternetSpeedForOnline>string</MinimumInternetSpeedForOnline>
        <GeolocateEnabled>string</GeolocateEnabled>
        <AllowViewBookings>string</AllowViewBookings>
        <EnableViewNoteCases>string</EnableViewNoteCases>
        <HideGeolocation>string</HideGeolocation>
        <Enable_Shift_Start_Alarm>string</Enable_Shift_Start_Alarm>
        <LeaveLeadTime>string</LeaveLeadTime>
        <AcceptBookings>string</AcceptBookings>
        <AllowViewGoalPlans>string</AllowViewGoalPlans>
        <Coordinator_Email>string</Coordinator_Email>
        <ViewClientDocuments>string</ViewClientDocuments>
        <ViewClientCareplans>string</ViewClientCareplans>
        <RestrictTravelSameDay>string</RestrictTravelSameDay>
        <HIdeCancelButton>string</HIdeCancelButton>
        <EnableRosterAvailability>string</EnableRosterAvailability>
        <SuppressEmailOnRosterNote>string</SuppressEmailOnRosterNote>
        <AllowAddAttendee>string</AllowAddAttendee>
        <AllowClinicalNoteEntry>string</AllowClinicalNoteEntry>
        <GoogleAPI_Key>string</GoogleAPI_Key>
        <AllowMTASaveUserPass>string</AllowMTASaveUserPass>
        <Allow_OverWrite_Existing_Availability>string</Allow_OverWrite_Existing_Availability>
        <UseOPNoteAsShiftReport>string</UseOPNoteAsShiftReport>
        <UseServiceNoteAsShiftReport>string</UseServiceNoteAsShiftReport>
        <EmailUnavailabilityNotification>string</EmailUnavailabilityNotification>
        <AllowViewMobility>string</AllowViewMobility>
        <AllowViewAttendee>string</AllowViewAttendee>
        <HideAddress>string</HideAddress>
        <AgencyPortalText>string</AgencyPortalText>
        <AgencyPortal>string</AgencyPortal>
        <HideDOB>string</HideDOB>
        <EnableEmailNotification>string</EnableEmailNotification>
        <StaffLeaveEmail>string</StaffLeaveEmail>
        <StaffLeaveEmailOverrides>string</StaffLeaveEmailOverrides>
        <ClientNoteEmail>string</ClientNoteEmail>
        <ClientNoteEmailOverrides>string</ClientNoteEmailOverrides>
        <DefaultAppNoteCategory>string</DefaultAppNoteCategory>
      </getUser_SettingsResult>
    </getUser_SettingsResponse>
  </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/getUser_Settings?UserName=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"?>
<User_Settings xmlns="https://tempuri.org/">
  <AllowSetTime>string</AllowSetTime>
  <TMMode>string</TMMode>
  <MobileFutureLimit>string</MobileFutureLimit>
  <AllowPicUpload>string</AllowPicUpload>
  <Apply_Goe_Location_Setting>string</Apply_Goe_Location_Setting>
  <KMAgainstTravelOnly>string</KMAgainstTravelOnly>
  <mobilegeocodelimit>string</mobilegeocodelimit>
  <StaffLocationUpdateInterval>string</StaffLocationUpdateInterval>
  <AllowIncidentEntry>string</AllowIncidentEntry>
  <AllowTravelEntry>string</AllowTravelEntry>
  <AllowClientNoteEntry>string</AllowClientNoteEntry>
  <AllowRosterNoteEntry>string</AllowRosterNoteEntry>
  <StaffCode>string</StaffCode>
  <AllowRegisterSign>string</AllowRegisterSign>
  <ToDate>string</ToDate>
  <Time>string</Time>
  <UserSessionLimit>string</UserSessionLimit>
  <Enable_Shift_End_Alarm>string</Enable_Shift_End_Alarm>
  <ShowClientPhoneInApp>string</ShowClientPhoneInApp>
  <TA_TRAVELDEFAULT>string</TA_TRAVELDEFAULT>
  <CheckAlertInterval>string</CheckAlertInterval>
  <AllowOPNote>string</AllowOPNote>
  <AllowCaseNote>string</AllowCaseNote>
  <AllowIncidentNote>string</AllowIncidentNote>
  <AppUsesSMTP>string</AppUsesSMTP>
  <RosterRequested>string</RosterRequested>
  <AllowLeaveEntry>string</AllowLeaveEntry>
  <EnableRosterDelivery>string</EnableRosterDelivery>
  <MinimumInternetSpeedForOnline>string</MinimumInternetSpeedForOnline>
  <GeolocateEnabled>string</GeolocateEnabled>
  <AllowViewBookings>string</AllowViewBookings>
  <EnableViewNoteCases>string</EnableViewNoteCases>
  <HideGeolocation>string</HideGeolocation>
  <Enable_Shift_Start_Alarm>string</Enable_Shift_Start_Alarm>
  <LeaveLeadTime>string</LeaveLeadTime>
  <AcceptBookings>string</AcceptBookings>
  <AllowViewGoalPlans>string</AllowViewGoalPlans>
  <Coordinator_Email>string</Coordinator_Email>
  <ViewClientDocuments>string</ViewClientDocuments>
  <ViewClientCareplans>string</ViewClientCareplans>
  <RestrictTravelSameDay>string</RestrictTravelSameDay>
  <HIdeCancelButton>string</HIdeCancelButton>
  <EnableRosterAvailability>string</EnableRosterAvailability>
  <SuppressEmailOnRosterNote>string</SuppressEmailOnRosterNote>
  <AllowAddAttendee>string</AllowAddAttendee>
  <AllowClinicalNoteEntry>string</AllowClinicalNoteEntry>
  <GoogleAPI_Key>string</GoogleAPI_Key>
  <AllowMTASaveUserPass>string</AllowMTASaveUserPass>
  <Allow_OverWrite_Existing_Availability>string</Allow_OverWrite_Existing_Availability>
  <UseOPNoteAsShiftReport>string</UseOPNoteAsShiftReport>
  <UseServiceNoteAsShiftReport>string</UseServiceNoteAsShiftReport>
  <EmailUnavailabilityNotification>string</EmailUnavailabilityNotification>
  <AllowViewMobility>string</AllowViewMobility>
  <AllowViewAttendee>string</AllowViewAttendee>
  <HideAddress>string</HideAddress>
  <AgencyPortalText>string</AgencyPortalText>
  <AgencyPortal>string</AgencyPortal>
  <HideDOB>string</HideDOB>
  <EnableEmailNotification>string</EnableEmailNotification>
  <StaffLeaveEmail>string</StaffLeaveEmail>
  <StaffLeaveEmailOverrides>string</StaffLeaveEmailOverrides>
  <ClientNoteEmail>string</ClientNoteEmail>
  <ClientNoteEmailOverrides>string</ClientNoteEmailOverrides>
  <DefaultAppNoteCategory>string</DefaultAppNoteCategory>
</User_Settings>

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/getUser_Settings HTTP/1.1
Host: mta.integratedliving.org.au
Content-Type: application/x-www-form-urlencoded
Content-Length: length

UserName=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<User_Settings xmlns="https://tempuri.org/">
  <AllowSetTime>string</AllowSetTime>
  <TMMode>string</TMMode>
  <MobileFutureLimit>string</MobileFutureLimit>
  <AllowPicUpload>string</AllowPicUpload>
  <Apply_Goe_Location_Setting>string</Apply_Goe_Location_Setting>
  <KMAgainstTravelOnly>string</KMAgainstTravelOnly>
  <mobilegeocodelimit>string</mobilegeocodelimit>
  <StaffLocationUpdateInterval>string</StaffLocationUpdateInterval>
  <AllowIncidentEntry>string</AllowIncidentEntry>
  <AllowTravelEntry>string</AllowTravelEntry>
  <AllowClientNoteEntry>string</AllowClientNoteEntry>
  <AllowRosterNoteEntry>string</AllowRosterNoteEntry>
  <StaffCode>string</StaffCode>
  <AllowRegisterSign>string</AllowRegisterSign>
  <ToDate>string</ToDate>
  <Time>string</Time>
  <UserSessionLimit>string</UserSessionLimit>
  <Enable_Shift_End_Alarm>string</Enable_Shift_End_Alarm>
  <ShowClientPhoneInApp>string</ShowClientPhoneInApp>
  <TA_TRAVELDEFAULT>string</TA_TRAVELDEFAULT>
  <CheckAlertInterval>string</CheckAlertInterval>
  <AllowOPNote>string</AllowOPNote>
  <AllowCaseNote>string</AllowCaseNote>
  <AllowIncidentNote>string</AllowIncidentNote>
  <AppUsesSMTP>string</AppUsesSMTP>
  <RosterRequested>string</RosterRequested>
  <AllowLeaveEntry>string</AllowLeaveEntry>
  <EnableRosterDelivery>string</EnableRosterDelivery>
  <MinimumInternetSpeedForOnline>string</MinimumInternetSpeedForOnline>
  <GeolocateEnabled>string</GeolocateEnabled>
  <AllowViewBookings>string</AllowViewBookings>
  <EnableViewNoteCases>string</EnableViewNoteCases>
  <HideGeolocation>string</HideGeolocation>
  <Enable_Shift_Start_Alarm>string</Enable_Shift_Start_Alarm>
  <LeaveLeadTime>string</LeaveLeadTime>
  <AcceptBookings>string</AcceptBookings>
  <AllowViewGoalPlans>string</AllowViewGoalPlans>
  <Coordinator_Email>string</Coordinator_Email>
  <ViewClientDocuments>string</ViewClientDocuments>
  <ViewClientCareplans>string</ViewClientCareplans>
  <RestrictTravelSameDay>string</RestrictTravelSameDay>
  <HIdeCancelButton>string</HIdeCancelButton>
  <EnableRosterAvailability>string</EnableRosterAvailability>
  <SuppressEmailOnRosterNote>string</SuppressEmailOnRosterNote>
  <AllowAddAttendee>string</AllowAddAttendee>
  <AllowClinicalNoteEntry>string</AllowClinicalNoteEntry>
  <GoogleAPI_Key>string</GoogleAPI_Key>
  <AllowMTASaveUserPass>string</AllowMTASaveUserPass>
  <Allow_OverWrite_Existing_Availability>string</Allow_OverWrite_Existing_Availability>
  <UseOPNoteAsShiftReport>string</UseOPNoteAsShiftReport>
  <UseServiceNoteAsShiftReport>string</UseServiceNoteAsShiftReport>
  <EmailUnavailabilityNotification>string</EmailUnavailabilityNotification>
  <AllowViewMobility>string</AllowViewMobility>
  <AllowViewAttendee>string</AllowViewAttendee>
  <HideAddress>string</HideAddress>
  <AgencyPortalText>string</AgencyPortalText>
  <AgencyPortal>string</AgencyPortal>
  <HideDOB>string</HideDOB>
  <EnableEmailNotification>string</EnableEmailNotification>
  <StaffLeaveEmail>string</StaffLeaveEmail>
  <StaffLeaveEmailOverrides>string</StaffLeaveEmailOverrides>
  <ClientNoteEmail>string</ClientNoteEmail>
  <ClientNoteEmailOverrides>string</ClientNoteEmailOverrides>
  <DefaultAppNoteCategory>string</DefaultAppNoteCategory>
</User_Settings>