﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Reference for  https://ip-ac121233:1903/TimesheetService1.svc/GetTimesheetSummary</title>
    <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:active { color: #336699; font-weight: bold; text-decoration: underline; } .heading1 { background-color: #003366; border-bottom: #336699 6px solid; color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal;margin: 0em 0em 10px -20px; padding-bottom: 8px; padding-left: 30px;padding-top: 16px;} pre { font-size:small; background-color: #e5e5cc; padding: 5px; font-family: Courier New; margin-top: 0px; border: 1px #f0f0e0 solid; white-space: pre-wrap; white-space: -pre-wrap; word-wrap: break-word; } table { border-collapse: collapse; border-spacing: 0px; font-family: Verdana;} table th { border-right: 2px white solid; border-bottom: 2px white solid; font-weight: bold; background-color: #cecf9c;} table td { border-right: 2px white solid; border-bottom: 2px white solid; background-color: #e5e5cc;}</style>
  </head>
  <body>
    <div id="content">
      <p class="heading1">Reference for  https://ip-ac121233:1903/TimesheetService1.svc/GetTimesheetSummary</p>
      <p>Gets aggregated summary data for the specified timesheet (e.g. Hours, Billable Hours, Overtime and Banked Hours and time by paycode</p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>Url: </b>
        <span class="uri-template">https://ip-ac121233:1903/TimesheetService1.svc/GetTimesheetSummary</span>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>HTTP Method: </b>
        <span class="method">POST</span>
      </p>
      <table>
        <tr>
          <th>Message direction</th>
          <th>Format</th>
          <th>Body</th>
        </tr>
        <tr>
          <td>Request</td>
          <td>Xml</td>
          <td>
            <a href="#request-xml">Example</a>
          </td>
        </tr>
        <tr>
          <td>Request</td>
          <td>Json</td>
          <td>
            <a href="#request-json">Example</a>
          </td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Xml</td>
          <td>
            <a href="#response-xml">Example</a>,<a href="#response-schema">Schema</a></td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Json</td>
          <td>
            <a href="#response-json">Example</a>
          </td>
        </tr>
      </table>
      <p>
        <a name="request-xml">The following is an example request Xml body:</a>
        <pre class="request-xml">&lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/"&gt;http://www.example.com/&lt;/anyURI&gt;</pre>
      </p>
      <p>
        <a name="request-json">The following is an example request Json body:</a>
        <pre class="request-json">"http:\/\/www.example.com\/"</pre>
      </p>
      <p>
        <a name="response-xml">The following is an example response Xml body:</a>
        <pre class="response-xml">&lt;TimesheetSummary1 xmlns="http://replicon.com/"&gt;
  &lt;actualPayableTimeCalculationStatus&gt;http://www.example.com/&lt;/actualPayableTimeCalculationStatus&gt;
  &lt;actualsByActivity&gt;
    &lt;TimesheetActualsByActivitySummary1&gt;
      &lt;activity&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/activity&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByActivitySummary1&gt;
    &lt;TimesheetActualsByActivitySummary1&gt;
      &lt;activity&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/activity&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByActivitySummary1&gt;
  &lt;/actualsByActivity&gt;
  &lt;actualsByBillingRate&gt;
    &lt;TimesheetActualsByBillingRateSummary1&gt;
      &lt;billingRate&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/billingRate&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByBillingRateSummary1&gt;
    &lt;TimesheetActualsByBillingRateSummary1&gt;
      &lt;billingRate&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/billingRate&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByBillingRateSummary1&gt;
  &lt;/actualsByBillingRate&gt;
  &lt;actualsByDate&gt;
    &lt;TimesheetActualsByDateSummary1&gt;
      &lt;breakDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/breakDuration&gt;
      &lt;date&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/date&gt;
      &lt;hasComments&gt;true&lt;/hasComments&gt;
      &lt;isHolidayDayOff&gt;true&lt;/isHolidayDayOff&gt;
      &lt;isWeeklyDayOff&gt;true&lt;/isWeeklyDayOff&gt;
      &lt;timeOffDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/timeOffDuration&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
      &lt;workingTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/workingTimeDuration&gt;
    &lt;/TimesheetActualsByDateSummary1&gt;
    &lt;TimesheetActualsByDateSummary1&gt;
      &lt;breakDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/breakDuration&gt;
      &lt;date&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/date&gt;
      &lt;hasComments&gt;true&lt;/hasComments&gt;
      &lt;isHolidayDayOff&gt;true&lt;/isHolidayDayOff&gt;
      &lt;isWeeklyDayOff&gt;true&lt;/isWeeklyDayOff&gt;
      &lt;timeOffDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/timeOffDuration&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
      &lt;workingTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/workingTimeDuration&gt;
    &lt;/TimesheetActualsByDateSummary1&gt;
  &lt;/actualsByDate&gt;
  &lt;actualsByPaycode&gt;
    &lt;TimesheetActualsByPayCodeSummary1&gt;
      &lt;moneyValue&gt;
        &lt;baseCurrencyValue&gt;
          &lt;amount&gt;12678967.543233&lt;/amount&gt;
          &lt;currency&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;isoCode&gt;String content&lt;/isoCode&gt;
            &lt;isoName&gt;String content&lt;/isoName&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;symbol&gt;String content&lt;/symbol&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/currency&gt;
        &lt;/baseCurrencyValue&gt;
        &lt;baseCurrencyValueAsOfDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/baseCurrencyValueAsOfDate&gt;
        &lt;multiCurrencyValue&gt;
          &lt;MoneyDetails1&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currency&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;isoCode&gt;String content&lt;/isoCode&gt;
              &lt;isoName&gt;String content&lt;/isoName&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;symbol&gt;String content&lt;/symbol&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/currency&gt;
          &lt;/MoneyDetails1&gt;
          &lt;MoneyDetails1&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currency&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;isoCode&gt;String content&lt;/isoCode&gt;
              &lt;isoName&gt;String content&lt;/isoName&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;symbol&gt;String content&lt;/symbol&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/currency&gt;
          &lt;/MoneyDetails1&gt;
        &lt;/multiCurrencyValue&gt;
      &lt;/moneyValue&gt;
      &lt;payCode&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/payCode&gt;
      &lt;payCodeMultiplier&gt;12678967.543233&lt;/payCodeMultiplier&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByPayCodeSummary1&gt;
    &lt;TimesheetActualsByPayCodeSummary1&gt;
      &lt;moneyValue&gt;
        &lt;baseCurrencyValue&gt;
          &lt;amount&gt;12678967.543233&lt;/amount&gt;
          &lt;currency&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;isoCode&gt;String content&lt;/isoCode&gt;
            &lt;isoName&gt;String content&lt;/isoName&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;symbol&gt;String content&lt;/symbol&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/currency&gt;
        &lt;/baseCurrencyValue&gt;
        &lt;baseCurrencyValueAsOfDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/baseCurrencyValueAsOfDate&gt;
        &lt;multiCurrencyValue&gt;
          &lt;MoneyDetails1&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currency&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;isoCode&gt;String content&lt;/isoCode&gt;
              &lt;isoName&gt;String content&lt;/isoName&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;symbol&gt;String content&lt;/symbol&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/currency&gt;
          &lt;/MoneyDetails1&gt;
          &lt;MoneyDetails1&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currency&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;isoCode&gt;String content&lt;/isoCode&gt;
              &lt;isoName&gt;String content&lt;/isoName&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;symbol&gt;String content&lt;/symbol&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/currency&gt;
          &lt;/MoneyDetails1&gt;
        &lt;/multiCurrencyValue&gt;
      &lt;/moneyValue&gt;
      &lt;payCode&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/payCode&gt;
      &lt;payCodeMultiplier&gt;12678967.543233&lt;/payCodeMultiplier&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByPayCodeSummary1&gt;
  &lt;/actualsByPaycode&gt;
  &lt;actualsByProject&gt;
    &lt;TimesheetActualsByProjectSummary1&gt;
      &lt;project&gt;
        &lt;code&gt;String content&lt;/code&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;slug&gt;String content&lt;/slug&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/project&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByProjectSummary1&gt;
    &lt;TimesheetActualsByProjectSummary1&gt;
      &lt;project&gt;
        &lt;code&gt;String content&lt;/code&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;name&gt;String content&lt;/name&gt;
        &lt;slug&gt;String content&lt;/slug&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/project&gt;
      &lt;totalTimeDuration&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/totalTimeDuration&gt;
    &lt;/TimesheetActualsByProjectSummary1&gt;
  &lt;/actualsByProject&gt;
  &lt;approvalStatus&gt;
    &lt;displayText&gt;String content&lt;/displayText&gt;
    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
  &lt;/approvalStatus&gt;
  &lt;attestationStatusUri&gt;http://www.example.com/&lt;/attestationStatusUri&gt;
  &lt;bankedTimeDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/bankedTimeDuration&gt;
  &lt;billableTimeDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/billableTimeDuration&gt;
  &lt;breakDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/breakDuration&gt;
  &lt;dueDate&gt;
    &lt;day&gt;2147483647&lt;/day&gt;
    &lt;month&gt;2147483647&lt;/month&gt;
    &lt;year&gt;2147483647&lt;/year&gt;
  &lt;/dueDate&gt;
  &lt;nonBillableTimeDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/nonBillableTimeDuration&gt;
  &lt;overtimeDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/overtimeDuration&gt;
  &lt;scriptCalculationStatus&gt;
    &lt;lastDataModification&gt;
      &lt;day&gt;2147483647&lt;/day&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;hour&gt;2147483647&lt;/hour&gt;
      &lt;minute&gt;2147483647&lt;/minute&gt;
      &lt;month&gt;2147483647&lt;/month&gt;
      &lt;second&gt;2147483647&lt;/second&gt;
      &lt;timeZone&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;ianaName&gt;String content&lt;/ianaName&gt;
        &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/timeZone&gt;
      &lt;valueInUtc&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;hour&gt;2147483647&lt;/hour&gt;
        &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
        &lt;minute&gt;2147483647&lt;/minute&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;second&gt;2147483647&lt;/second&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/valueInUtc&gt;
      &lt;year&gt;2147483647&lt;/year&gt;
    &lt;/lastDataModification&gt;
    &lt;lastFailedAttempt&gt;
      &lt;day&gt;2147483647&lt;/day&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;hour&gt;2147483647&lt;/hour&gt;
      &lt;minute&gt;2147483647&lt;/minute&gt;
      &lt;month&gt;2147483647&lt;/month&gt;
      &lt;second&gt;2147483647&lt;/second&gt;
      &lt;timeZone&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;ianaName&gt;String content&lt;/ianaName&gt;
        &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/timeZone&gt;
      &lt;valueInUtc&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;hour&gt;2147483647&lt;/hour&gt;
        &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
        &lt;minute&gt;2147483647&lt;/minute&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;second&gt;2147483647&lt;/second&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/valueInUtc&gt;
      &lt;year&gt;2147483647&lt;/year&gt;
    &lt;/lastFailedAttempt&gt;
    &lt;lastSuccessfulAttempt&gt;
      &lt;day&gt;2147483647&lt;/day&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;hour&gt;2147483647&lt;/hour&gt;
      &lt;minute&gt;2147483647&lt;/minute&gt;
      &lt;month&gt;2147483647&lt;/month&gt;
      &lt;second&gt;2147483647&lt;/second&gt;
      &lt;timeZone&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;ianaName&gt;String content&lt;/ianaName&gt;
        &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/timeZone&gt;
      &lt;valueInUtc&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;hour&gt;2147483647&lt;/hour&gt;
        &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
        &lt;minute&gt;2147483647&lt;/minute&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;second&gt;2147483647&lt;/second&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/valueInUtc&gt;
      &lt;year&gt;2147483647&lt;/year&gt;
    &lt;/lastSuccessfulAttempt&gt;
    &lt;timesheet&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;slug&gt;String content&lt;/slug&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/timesheet&gt;
    &lt;timesheetStatus&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/timesheetStatus&gt;
  &lt;/scriptCalculationStatus&gt;
  &lt;timeOffTimeDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/timeOffTimeDuration&gt;
  &lt;timesheetStatus&gt;
    &lt;displayText&gt;String content&lt;/displayText&gt;
    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
  &lt;/timesheetStatus&gt;
  &lt;totalTimeDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/totalTimeDuration&gt;
  &lt;workingTimeDuration&gt;
    &lt;hours&gt;2147483647&lt;/hours&gt;
    &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
    &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
    &lt;minutes&gt;2147483647&lt;/minutes&gt;
    &lt;seconds&gt;2147483647&lt;/seconds&gt;
  &lt;/workingTimeDuration&gt;
&lt;/TimesheetSummary1&gt;</pre>
      </p>
      <p>
        <a name="response-json">The following is an example response Json body:</a>
        <pre class="response-json">{
	"actualPayableTimeCalculationStatus":"http:\/\/www.example.com\/",
	"actualsByActivity":[{
		"activity":{
			"displayText":"String content",
			"name":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"totalTimeDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		}
	}],
	"actualsByBillingRate":[{
		"billingRate":{
			"displayText":"String content",
			"name":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"totalTimeDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		}
	}],
	"actualsByDate":[{
		"breakDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		},
		"date":{
			"day":2147483647,
			"month":2147483647,
			"year":2147483647
		},
		"hasComments":true,
		"isHolidayDayOff":true,
		"isWeeklyDayOff":true,
		"timeOffDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		},
		"totalTimeDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		},
		"workingTimeDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		}
	}],
	"actualsByPaycode":[{
		"moneyValue":{
			"baseCurrencyValue":{
				"amount":12678967.543233,
				"currency":{
					"displayText":"String content",
					"isoCode":"String content",
					"isoName":"String content",
					"name":"String content",
					"symbol":"String content",
					"uri":"http:\/\/www.example.com\/"
				}
			},
			"baseCurrencyValueAsOfDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"multiCurrencyValue":[{
				"amount":12678967.543233,
				"currency":{
					"displayText":"String content",
					"isoCode":"String content",
					"isoName":"String content",
					"name":"String content",
					"symbol":"String content",
					"uri":"http:\/\/www.example.com\/"
				}
			}]
		},
		"payCode":{
			"displayText":"String content",
			"name":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"payCodeMultiplier":12678967.543233,
		"totalTimeDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		}
	}],
	"actualsByProject":[{
		"project":{
			"code":"String content",
			"displayText":"String content",
			"name":"String content",
			"slug":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"totalTimeDuration":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		}
	}],
	"approvalStatus":{
		"displayText":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"attestationStatusUri":"http:\/\/www.example.com\/",
	"bankedTimeDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	},
	"billableTimeDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	},
	"breakDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	},
	"dueDate":{
		"day":2147483647,
		"month":2147483647,
		"year":2147483647
	},
	"nonBillableTimeDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	},
	"overtimeDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	},
	"scriptCalculationStatus":{
		"lastDataModification":{
			"day":2147483647,
			"displayText":"String content",
			"hour":2147483647,
			"minute":2147483647,
			"month":2147483647,
			"second":2147483647,
			"timeZone":{
				"displayText":"String content",
				"ianaName":"String content",
				"offsetDisplayText":"String content",
				"uri":"http:\/\/www.example.com\/"
			},
			"valueInUtc":{
				"day":2147483647,
				"hour":2147483647,
				"millisecond":2147483647,
				"minute":2147483647,
				"month":2147483647,
				"second":2147483647,
				"year":2147483647
			},
			"year":2147483647
		},
		"lastFailedAttempt":{
			"day":2147483647,
			"displayText":"String content",
			"hour":2147483647,
			"minute":2147483647,
			"month":2147483647,
			"second":2147483647,
			"timeZone":{
				"displayText":"String content",
				"ianaName":"String content",
				"offsetDisplayText":"String content",
				"uri":"http:\/\/www.example.com\/"
			},
			"valueInUtc":{
				"day":2147483647,
				"hour":2147483647,
				"millisecond":2147483647,
				"minute":2147483647,
				"month":2147483647,
				"second":2147483647,
				"year":2147483647
			},
			"year":2147483647
		},
		"lastSuccessfulAttempt":{
			"day":2147483647,
			"displayText":"String content",
			"hour":2147483647,
			"minute":2147483647,
			"month":2147483647,
			"second":2147483647,
			"timeZone":{
				"displayText":"String content",
				"ianaName":"String content",
				"offsetDisplayText":"String content",
				"uri":"http:\/\/www.example.com\/"
			},
			"valueInUtc":{
				"day":2147483647,
				"hour":2147483647,
				"millisecond":2147483647,
				"minute":2147483647,
				"month":2147483647,
				"second":2147483647,
				"year":2147483647
			},
			"year":2147483647
		},
		"timesheet":{
			"displayText":"String content",
			"slug":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"timesheetStatus":{
			"displayText":"String content",
			"uri":"http:\/\/www.example.com\/"
		}
	},
	"timeOffTimeDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	},
	"timesheetStatus":{
		"displayText":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"totalTimeDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	},
	"workingTimeDuration":{
		"hours":2147483647,
		"microseconds":2147483647,
		"milliseconds":2147483647,
		"minutes":2147483647,
		"seconds":2147483647
	}
}</pre>
      </p>
      <p>
        <a name="response-schema">The following is the response Xml Schema:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://replicon.com/" elementFormDefault="qualified" targetNamespace="http://replicon.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="TimesheetSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="actualPayableTimeCalculationStatus" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="actualsByActivity" nillable="true" type="tns:ArrayOfTimesheetActualsByActivitySummary1" /&gt;
      &lt;xs:element minOccurs="0" name="actualsByBillingRate" nillable="true" type="tns:ArrayOfTimesheetActualsByBillingRateSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="actualsByDate" nillable="true" type="tns:ArrayOfTimesheetActualsByDateSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="actualsByPaycode" nillable="true" type="tns:ArrayOfTimesheetActualsByPayCodeSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="actualsByProject" nillable="true" type="tns:ArrayOfTimesheetActualsByProjectSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="approvalStatus" nillable="true" type="tns:ApprovalStatusReference1" /&gt;
      &lt;xs:element minOccurs="0" name="attestationStatusUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="bankedTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="billableTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="breakDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="dueDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="nonBillableTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="overtimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="scriptCalculationStatus" nillable="true" type="tns:TimesheetScriptCalculationStatusDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="timeOffTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheetStatus" nillable="true" type="tns:TimesheetStatusReference1" /&gt;
      &lt;xs:element minOccurs="0" name="totalTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="workingTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetSummary1" nillable="true" type="tns:TimesheetSummary1" /&gt;
  &lt;xs:complexType name="ArrayOfTimesheetActualsByActivitySummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimesheetActualsByActivitySummary1" nillable="true" type="tns:TimesheetActualsByActivitySummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimesheetActualsByActivitySummary1" nillable="true" type="tns:ArrayOfTimesheetActualsByActivitySummary1" /&gt;
  &lt;xs:complexType name="TimesheetActualsByActivitySummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="activity" nillable="true" type="tns:ActivityReference1" /&gt;
      &lt;xs:element minOccurs="0" name="totalTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetActualsByActivitySummary1" nillable="true" type="tns:TimesheetActualsByActivitySummary1" /&gt;
  &lt;xs:complexType name="ActivityReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ActivityReference1" nillable="true" type="tns:ActivityReference1" /&gt;
  &lt;xs:complexType name="CalendarDayDuration1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="hours" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="microseconds" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="milliseconds" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minutes" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="seconds" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CalendarDayDuration1" nillable="true" type="tns:CalendarDayDuration1" /&gt;
  &lt;xs:complexType name="ArrayOfTimesheetActualsByBillingRateSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimesheetActualsByBillingRateSummary1" nillable="true" type="tns:TimesheetActualsByBillingRateSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimesheetActualsByBillingRateSummary1" nillable="true" type="tns:ArrayOfTimesheetActualsByBillingRateSummary1" /&gt;
  &lt;xs:complexType name="TimesheetActualsByBillingRateSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="billingRate" nillable="true" type="tns:BillingRateReference1" /&gt;
      &lt;xs:element minOccurs="0" name="totalTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetActualsByBillingRateSummary1" nillable="true" type="tns:TimesheetActualsByBillingRateSummary1" /&gt;
  &lt;xs:complexType name="BillingRateReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="BillingRateReference1" nillable="true" type="tns:BillingRateReference1" /&gt;
  &lt;xs:complexType name="ArrayOfTimesheetActualsByDateSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimesheetActualsByDateSummary1" nillable="true" type="tns:TimesheetActualsByDateSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimesheetActualsByDateSummary1" nillable="true" type="tns:ArrayOfTimesheetActualsByDateSummary1" /&gt;
  &lt;xs:complexType name="TimesheetActualsByDateSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="breakDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="date" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="hasComments" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isHolidayDayOff" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isWeeklyDayOff" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="timeOffDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="totalTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="workingTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetActualsByDateSummary1" nillable="true" type="tns:TimesheetActualsByDateSummary1" /&gt;
  &lt;xs:complexType name="Date1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="Date1" nillable="true" type="tns:Date1" /&gt;
  &lt;xs:complexType name="ArrayOfTimesheetActualsByPayCodeSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimesheetActualsByPayCodeSummary1" nillable="true" type="tns:TimesheetActualsByPayCodeSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimesheetActualsByPayCodeSummary1" nillable="true" type="tns:ArrayOfTimesheetActualsByPayCodeSummary1" /&gt;
  &lt;xs:complexType name="TimesheetActualsByPayCodeSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="moneyValue" nillable="true" type="tns:MultiCurrencyMoneyDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="payCode" nillable="true" type="tns:PayCodeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="payCodeMultiplier" type="xs:decimal" /&gt;
      &lt;xs:element minOccurs="0" name="totalTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetActualsByPayCodeSummary1" nillable="true" type="tns:TimesheetActualsByPayCodeSummary1" /&gt;
  &lt;xs:complexType name="MultiCurrencyMoneyDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="baseCurrencyValue" nillable="true" type="tns:MoneyDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="baseCurrencyValueAsOfDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="multiCurrencyValue" nillable="true" type="tns:ArrayOfMoneyDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="MultiCurrencyMoneyDetails1" nillable="true" type="tns:MultiCurrencyMoneyDetails1" /&gt;
  &lt;xs:complexType name="MoneyDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="amount" type="xs:decimal" /&gt;
      &lt;xs:element minOccurs="0" name="currency" nillable="true" type="tns:CurrencyReference1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="MoneyDetails1" nillable="true" type="tns:MoneyDetails1" /&gt;
  &lt;xs:complexType name="CurrencyReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="isoCode" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="isoName" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="symbol" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CurrencyReference1" nillable="true" type="tns:CurrencyReference1" /&gt;
  &lt;xs:complexType name="ArrayOfMoneyDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="MoneyDetails1" nillable="true" type="tns:MoneyDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfMoneyDetails1" nillable="true" type="tns:ArrayOfMoneyDetails1" /&gt;
  &lt;xs:complexType name="PayCodeReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="PayCodeReference1" nillable="true" type="tns:PayCodeReference1" /&gt;
  &lt;xs:complexType name="ArrayOfTimesheetActualsByProjectSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimesheetActualsByProjectSummary1" nillable="true" type="tns:TimesheetActualsByProjectSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimesheetActualsByProjectSummary1" nillable="true" type="tns:ArrayOfTimesheetActualsByProjectSummary1" /&gt;
  &lt;xs:complexType name="TimesheetActualsByProjectSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="project" nillable="true" type="tns:ProjectReference1" /&gt;
      &lt;xs:element minOccurs="0" name="totalTimeDuration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetActualsByProjectSummary1" nillable="true" type="tns:TimesheetActualsByProjectSummary1" /&gt;
  &lt;xs:complexType name="ProjectReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="code" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ProjectReference1" nillable="true" type="tns:ProjectReference1" /&gt;
  &lt;xs:complexType name="ApprovalStatusReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ApprovalStatusReference1" nillable="true" type="tns:ApprovalStatusReference1" /&gt;
  &lt;xs:complexType name="TimesheetScriptCalculationStatusDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="lastDataModification" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="lastFailedAttempt" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="lastSuccessfulAttempt" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheet" nillable="true" type="tns:TimesheetReference1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheetStatus" nillable="true" type="tns:TimesheetStatusReference1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetScriptCalculationStatusDetails1" nillable="true" type="tns:TimesheetScriptCalculationStatusDetails1" /&gt;
  &lt;xs:complexType name="DateTimeDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="hour" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minute" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="second" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="timeZone" nillable="true" type="tns:TimeZoneReference1" /&gt;
      &lt;xs:element minOccurs="0" name="valueInUtc" nillable="true" type="tns:DateTimeUtc1" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="DateTimeDetails1" nillable="true" type="tns:DateTimeDetails1" /&gt;
  &lt;xs:complexType name="TimeZoneReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="ianaName" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="offsetDisplayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimeZoneReference1" nillable="true" type="tns:TimeZoneReference1" /&gt;
  &lt;xs:complexType name="DateTimeUtc1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="hour" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="millisecond" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minute" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="second" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="DateTimeUtc1" nillable="true" type="tns:DateTimeUtc1" /&gt;
  &lt;xs:complexType name="TimesheetReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetReference1" nillable="true" type="tns:TimesheetReference1" /&gt;
  &lt;xs:complexType name="TimesheetStatusReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetStatusReference1" nillable="true" type="tns:TimesheetStatusReference1" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <a name="response-schema">Additional response Xml Schemas:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:element name="anyType" nillable="true" type="xs:anyType" /&gt;
  &lt;xs:element name="anyURI" nillable="true" type="xs:anyURI" /&gt;
  &lt;xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /&gt;
  &lt;xs:element name="boolean" nillable="true" type="xs:boolean" /&gt;
  &lt;xs:element name="byte" nillable="true" type="xs:byte" /&gt;
  &lt;xs:element name="dateTime" nillable="true" type="xs:dateTime" /&gt;
  &lt;xs:element name="decimal" nillable="true" type="xs:decimal" /&gt;
  &lt;xs:element name="double" nillable="true" type="xs:double" /&gt;
  &lt;xs:element name="float" nillable="true" type="xs:float" /&gt;
  &lt;xs:element name="int" nillable="true" type="xs:int" /&gt;
  &lt;xs:element name="long" nillable="true" type="xs:long" /&gt;
  &lt;xs:element name="QName" nillable="true" type="xs:QName" /&gt;
  &lt;xs:element name="short" nillable="true" type="xs:short" /&gt;
  &lt;xs:element name="string" nillable="true" type="xs:string" /&gt;
  &lt;xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /&gt;
  &lt;xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /&gt;
  &lt;xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /&gt;
  &lt;xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /&gt;
  &lt;xs:element name="char" nillable="true" type="tns:char" /&gt;
  &lt;xs:simpleType name="char"&gt;
    &lt;xs:restriction base="xs:int" /&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="duration" nillable="true" type="tns:duration" /&gt;
  &lt;xs:simpleType name="duration"&gt;
    &lt;xs:restriction base="xs:duration"&gt;
      &lt;xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /&gt;
      &lt;xs:minInclusive value="-P10675199DT2H48M5.4775808S" /&gt;
      &lt;xs:maxInclusive value="P10675199DT2H48M5.4775807S" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="guid" nillable="true" type="tns:guid" /&gt;
  &lt;xs:simpleType name="guid"&gt;
    &lt;xs:restriction base="xs:string"&gt;
      &lt;xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:attribute name="FactoryType" type="xs:QName" /&gt;
  &lt;xs:attribute name="Id" type="xs:ID" /&gt;
  &lt;xs:attribute name="Ref" type="xs:IDREF" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <pre class="response-schema">&lt;tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;tns:element name="schema"&gt;
    &lt;tns:complexType /&gt;
  &lt;/tns:element&gt;
&lt;/tns:schema&gt;</pre>
      </p>
    </div>
  </body>
</html>