GET api/EntitlementExternal/{authCode}

Gets the Leave details for a single timesheet by external user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
authCode

authorization code

string

Required

Body Parameters

None.

Response Information

Resource Description

COMPLETE

TimesheetDetails
NameDescriptionTypeAdditional information
BookingNo

list of timesheet details used by the MobileTimesheets

string

None.

ClientName

string

None.

TimesheetNo

string

None.

TimesheetId

integer

None.

TimesheetStatus

TimesheetApprovalStatus

None.

PeriodStartDate

date

None.

PeriodEndDate

date

None.

ShiftsStartDate

date

None.

ShiftsEndDate

date

None.

SiteAddress1

string

None.

SiteAddress2

string

None.

ContactName

string

None.

ContactNumber

string

None.

ContactEmail

string

None.

ConsultantName

string

None.

ConsultantNumber

string

None.

ConsultantEmail

string

None.

ApprovedByName

string

None.

ApprovedBy

string

None.

Approvers

Collection of string

None.

ApprovalDate

date

None.

ActualJobTitle

string

None.

PayContractStartDate

date

None.

PayContractEndDate

date

None.

PayContractStatus

string

None.

EmployeeComment

string

None.

EmployeeName

string

None.

ApproverComment

string

None.

CostCentre

string

None.

CostCode

string

None.

ProjectNumber

string

None.

PurchaseOrder

string

None.

TimesheetFrequency

string

None.

TotalHours

string

None.

BranchCountry

string

None.

Currency

string

None.

BookingStatus

string

None.

BatchId

integer

None.

ShowShifts

boolean

None.

ShowExpenses

boolean

None.

ShowAllowances

boolean

None.

ShowLeave

boolean

None.

ShowGST

boolean

None.

ShowCostCentre

boolean

None.

ShowCostCode

boolean

None.

ShowProjectNumber

boolean

None.

ShowPurchaseOrder

boolean

None.

TimesheetIntervalList

Collection of TimesheetInterval

None.

TimesheetExpenseList

Collection of TimesheetExpense

None.

TimesheetAllowanceList

Collection of TimesheetAllowance

None.

TimesheetLeaveList

Collection of TimesheetLeave

None.

TimesheetAttachmentList

Collection of TimesheetAttachment

None.

ScreenConfig

string

None.

IsChargeRateDisplay

boolean

None.

LeaveOverlapMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BookingNo": "sample string 1",
  "ClientName": "sample string 2",
  "TimesheetNo": "sample string 3",
  "TimesheetId": 4,
  "TimesheetStatus": "New",
  "PeriodStartDate": "2024-06-29T07:37:11.7365484+10:00",
  "PeriodEndDate": "2024-06-29T07:37:11.7365484+10:00",
  "ShiftsStartDate": "2024-06-29T07:37:11.7365484+10:00",
  "ShiftsEndDate": "2024-06-29T07:37:11.7365484+10:00",
  "SiteAddress1": "sample string 5",
  "SiteAddress2": "sample string 6",
  "ContactName": "sample string 7",
  "ContactNumber": "sample string 8",
  "ContactEmail": "sample string 9",
  "ConsultantName": "sample string 10",
  "ConsultantNumber": "sample string 11",
  "ConsultantEmail": "sample string 12",
  "ApprovedByName": "sample string 13",
  "ApprovedBy": "sample string 14",
  "Approvers": [
    "sample string 1",
    "sample string 2"
  ],
  "ApprovalDate": "2024-06-29T07:37:11.7365484+10:00",
  "ActualJobTitle": "sample string 15",
  "PayContractStartDate": "2024-06-29T07:37:11.7365484+10:00",
  "PayContractEndDate": "2024-06-29T07:37:11.7365484+10:00",
  "PayContractStatus": "sample string 16",
  "EmployeeComment": "sample string 17",
  "EmployeeName": "sample string 18",
  "ApproverComment": "sample string 19",
  "CostCentre": "sample string 20",
  "CostCode": "sample string 21",
  "ProjectNumber": "sample string 22",
  "PurchaseOrder": "sample string 23",
  "TimesheetFrequency": "sample string 24",
  "TotalHours": "sample string 25",
  "BranchCountry": "sample string 26",
  "Currency": "sample string 27",
  "BookingStatus": "sample string 28",
  "BatchId": 29,
  "ShowShifts": true,
  "ShowExpenses": true,
  "ShowAllowances": true,
  "ShowLeave": true,
  "ShowGST": true,
  "ShowCostCentre": true,
  "ShowCostCode": true,
  "ShowProjectNumber": true,
  "ShowPurchaseOrder": true,
  "TimesheetIntervalList": [
    {
      "TimesheetIntervalId": 1,
      "TimesheetId": 2,
      "StartDateTime": "2024-06-29T07:37:11.7365484+10:00",
      "EndDateTime": "2024-06-29T07:37:11.7365484+10:00",
      "BreakTime": 1,
      "CostCentre": "sample string 3",
      "CostCode": "sample string 4",
      "ProjectCode": "sample string 5",
      "PurchaseOrder": "sample string 6",
      "Comment": "sample string 7",
      "ShiftType": "sample string 8",
      "TotalDays": 1.0,
      "TotalHours": 1.0,
      "TotalMinutes": 1.0,
      "MaxWorkingHoursValidation": true
    },
    {
      "TimesheetIntervalId": 1,
      "TimesheetId": 2,
      "StartDateTime": "2024-06-29T07:37:11.7365484+10:00",
      "EndDateTime": "2024-06-29T07:37:11.7365484+10:00",
      "BreakTime": 1,
      "CostCentre": "sample string 3",
      "CostCode": "sample string 4",
      "ProjectCode": "sample string 5",
      "PurchaseOrder": "sample string 6",
      "Comment": "sample string 7",
      "ShiftType": "sample string 8",
      "TotalDays": 1.0,
      "TotalHours": 1.0,
      "TotalMinutes": 1.0,
      "MaxWorkingHoursValidation": true
    }
  ],
  "TimesheetExpenseList": [
    {
      "ProductSummaryId": 1,
      "TimesheetId": 2,
      "ProductCode": "sample string 3",
      "Pay": 1.0,
      "GST": 1.0,
      "WorkDate": "2024-06-29T07:37:11.7365484+10:00",
      "TimesheetIntervalId": 1,
      "Comment": "sample string 4",
      "CostCentre": "sample string 5",
      "CostCode": "sample string 6",
      "ProjectCode": "sample string 7",
      "PurchaseOrder": "sample string 8"
    },
    {
      "ProductSummaryId": 1,
      "TimesheetId": 2,
      "ProductCode": "sample string 3",
      "Pay": 1.0,
      "GST": 1.0,
      "WorkDate": "2024-06-29T07:37:11.7365484+10:00",
      "TimesheetIntervalId": 1,
      "Comment": "sample string 4",
      "CostCentre": "sample string 5",
      "CostCode": "sample string 6",
      "ProjectCode": "sample string 7",
      "PurchaseOrder": "sample string 8"
    }
  ],
  "TimesheetAllowanceList": [
    {
      "ProductSummaryId": 1,
      "TimesheetId": 2,
      "ProductCode": "sample string 3",
      "Quantity": 1.0,
      "WorkDate": "2024-06-29T07:37:11.7365484+10:00",
      "Comment": "sample string 4",
      "CostCentre": "sample string 5",
      "CostCode": "sample string 6",
      "ProjectCode": "sample string 7",
      "PurchaseOrder": "sample string 8"
    },
    {
      "ProductSummaryId": 1,
      "TimesheetId": 2,
      "ProductCode": "sample string 3",
      "Quantity": 1.0,
      "WorkDate": "2024-06-29T07:37:11.7365484+10:00",
      "Comment": "sample string 4",
      "CostCentre": "sample string 5",
      "CostCode": "sample string 6",
      "ProjectCode": "sample string 7",
      "PurchaseOrder": "sample string 8"
    }
  ],
  "TimesheetLeaveList": [
    {
      "ProductSummaryId": 1,
      "TimesheetId": 2,
      "ProductCode": "sample string 3",
      "Quantity": 1.0,
      "FromDate": "2024-06-29T07:37:11.7365484+10:00",
      "ToDate": "2024-06-29T07:37:11.7365484+10:00",
      "WorkDate": "2024-06-29T07:37:11.7365484+10:00",
      "PartDayIndicator": "FullDay",
      "Comment": "sample string 4",
      "CostCentre": "sample string 5",
      "CostCode": "sample string 6",
      "ProjectCode": "sample string 7",
      "PurchaseOrder": "sample string 8",
      "ExternalCode": "sample string 9",
      "OriginalId": 1,
      "Uom": "sample string 10",
      "MaxH": 11.0
    },
    {
      "ProductSummaryId": 1,
      "TimesheetId": 2,
      "ProductCode": "sample string 3",
      "Quantity": 1.0,
      "FromDate": "2024-06-29T07:37:11.7365484+10:00",
      "ToDate": "2024-06-29T07:37:11.7365484+10:00",
      "WorkDate": "2024-06-29T07:37:11.7365484+10:00",
      "PartDayIndicator": "FullDay",
      "Comment": "sample string 4",
      "CostCentre": "sample string 5",
      "CostCode": "sample string 6",
      "ProjectCode": "sample string 7",
      "PurchaseOrder": "sample string 8",
      "ExternalCode": "sample string 9",
      "OriginalId": 1,
      "Uom": "sample string 10",
      "MaxH": 11.0
    }
  ],
  "TimesheetAttachmentList": [
    {
      "AttachmentId": 1,
      "TimesheetId": 2,
      "ProductSummaryId": 1,
      "Filename": "sample string 3",
      "OriginalFileName": "sample string 4",
      "Type": "sample string 5",
      "ThumbnailImage": "sample string 6",
      "MIMEType": "sample string 7"
    },
    {
      "AttachmentId": 1,
      "TimesheetId": 2,
      "ProductSummaryId": 1,
      "Filename": "sample string 3",
      "OriginalFileName": "sample string 4",
      "Type": "sample string 5",
      "ThumbnailImage": "sample string 6",
      "MIMEType": "sample string 7"
    }
  ],
  "ScreenConfig": "sample string 39",
  "IsChargeRateDisplay": true,
  "LeaveOverlapMessage": "sample string 41"
}

text/xml

Sample:
<TimesheetDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <ActualJobTitle>sample string 15</ActualJobTitle>
  <ApprovalDate>2024-06-29T07:37:11.7365484+10:00</ApprovalDate>
  <ApprovedBy>sample string 14</ApprovedBy>
  <ApprovedByName>sample string 13</ApprovedByName>
  <ApproverComment>sample string 19</ApproverComment>
  <Approvers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Approvers>
  <BatchId>29</BatchId>
  <BookingNo>sample string 1</BookingNo>
  <BookingStatus>sample string 28</BookingStatus>
  <BranchCountry>sample string 26</BranchCountry>
  <ClientName>sample string 2</ClientName>
  <ConsultantEmail>sample string 12</ConsultantEmail>
  <ConsultantName>sample string 10</ConsultantName>
  <ConsultantNumber>sample string 11</ConsultantNumber>
  <ContactEmail>sample string 9</ContactEmail>
  <ContactName>sample string 7</ContactName>
  <ContactNumber>sample string 8</ContactNumber>
  <CostCentre>sample string 20</CostCentre>
  <CostCode>sample string 21</CostCode>
  <Currency>sample string 27</Currency>
  <EmployeeComment>sample string 17</EmployeeComment>
  <EmployeeName>sample string 18</EmployeeName>
  <IsChargeRateDisplay>true</IsChargeRateDisplay>
  <LeaveOverlapMessage>sample string 41</LeaveOverlapMessage>
  <PayContractEndDate>2024-06-29T07:37:11.7365484+10:00</PayContractEndDate>
  <PayContractStartDate>2024-06-29T07:37:11.7365484+10:00</PayContractStartDate>
  <PayContractStatus>sample string 16</PayContractStatus>
  <PeriodEndDate>2024-06-29T07:37:11.7365484+10:00</PeriodEndDate>
  <PeriodStartDate>2024-06-29T07:37:11.7365484+10:00</PeriodStartDate>
  <ProjectNumber>sample string 22</ProjectNumber>
  <PurchaseOrder>sample string 23</PurchaseOrder>
  <ScreenConfig>sample string 39</ScreenConfig>
  <ShiftsEndDate>2024-06-29T07:37:11.7365484+10:00</ShiftsEndDate>
  <ShiftsStartDate>2024-06-29T07:37:11.7365484+10:00</ShiftsStartDate>
  <ShowAllowances>true</ShowAllowances>
  <ShowCostCentre>true</ShowCostCentre>
  <ShowCostCode>true</ShowCostCode>
  <ShowExpenses>true</ShowExpenses>
  <ShowGST>true</ShowGST>
  <ShowLeave>true</ShowLeave>
  <ShowProjectNumber>true</ShowProjectNumber>
  <ShowPurchaseOrder>true</ShowPurchaseOrder>
  <ShowShifts>true</ShowShifts>
  <SiteAddress1>sample string 5</SiteAddress1>
  <SiteAddress2>sample string 6</SiteAddress2>
  <TimesheetAllowanceList>
    <TimesheetAllowance>
      <Comment>sample string 4</Comment>
      <CostCentre>sample string 5</CostCentre>
      <CostCode>sample string 6</CostCode>
      <ProductCode>sample string 3</ProductCode>
      <ProductSummaryId>1</ProductSummaryId>
      <ProjectCode>sample string 7</ProjectCode>
      <PurchaseOrder>sample string 8</PurchaseOrder>
      <Quantity>1</Quantity>
      <TimesheetId>2</TimesheetId>
      <WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate>
    </TimesheetAllowance>
    <TimesheetAllowance>
      <Comment>sample string 4</Comment>
      <CostCentre>sample string 5</CostCentre>
      <CostCode>sample string 6</CostCode>
      <ProductCode>sample string 3</ProductCode>
      <ProductSummaryId>1</ProductSummaryId>
      <ProjectCode>sample string 7</ProjectCode>
      <PurchaseOrder>sample string 8</PurchaseOrder>
      <Quantity>1</Quantity>
      <TimesheetId>2</TimesheetId>
      <WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate>
    </TimesheetAllowance>
  </TimesheetAllowanceList>
  <TimesheetAttachmentList>
    <TimesheetAttachment>
      <AttachmentId>1</AttachmentId>
      <Filename>sample string 3</Filename>
      <MIMEType>sample string 7</MIMEType>
      <OriginalFileName>sample string 4</OriginalFileName>
      <ProductSummaryId>1</ProductSummaryId>
      <ThumbnailImage>sample string 6</ThumbnailImage>
      <TimesheetId>2</TimesheetId>
      <Type>sample string 5</Type>
    </TimesheetAttachment>
    <TimesheetAttachment>
      <AttachmentId>1</AttachmentId>
      <Filename>sample string 3</Filename>
      <MIMEType>sample string 7</MIMEType>
      <OriginalFileName>sample string 4</OriginalFileName>
      <ProductSummaryId>1</ProductSummaryId>
      <ThumbnailImage>sample string 6</ThumbnailImage>
      <TimesheetId>2</TimesheetId>
      <Type>sample string 5</Type>
    </TimesheetAttachment>
  </TimesheetAttachmentList>
  <TimesheetExpenseList>
    <TimesheetExpense>
      <Comment>sample string 4</Comment>
      <CostCentre>sample string 5</CostCentre>
      <CostCode>sample string 6</CostCode>
      <GST>1</GST>
      <Pay>1</Pay>
      <ProductCode>sample string 3</ProductCode>
      <ProductSummaryId>1</ProductSummaryId>
      <ProjectCode>sample string 7</ProjectCode>
      <PurchaseOrder>sample string 8</PurchaseOrder>
      <TimesheetId>2</TimesheetId>
      <TimesheetIntervalId>1</TimesheetIntervalId>
      <WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate>
    </TimesheetExpense>
    <TimesheetExpense>
      <Comment>sample string 4</Comment>
      <CostCentre>sample string 5</CostCentre>
      <CostCode>sample string 6</CostCode>
      <GST>1</GST>
      <Pay>1</Pay>
      <ProductCode>sample string 3</ProductCode>
      <ProductSummaryId>1</ProductSummaryId>
      <ProjectCode>sample string 7</ProjectCode>
      <PurchaseOrder>sample string 8</PurchaseOrder>
      <TimesheetId>2</TimesheetId>
      <TimesheetIntervalId>1</TimesheetIntervalId>
      <WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate>
    </TimesheetExpense>
  </TimesheetExpenseList>
  <TimesheetFrequency>sample string 24</TimesheetFrequency>
  <TimesheetId>4</TimesheetId>
  <TimesheetIntervalList>
    <TimesheetInterval>
      <BreakTime>1</BreakTime>
      <Comment>sample string 7</Comment>
      <CostCentre>sample string 3</CostCentre>
      <CostCode>sample string 4</CostCode>
      <EndDateTime>2024-06-29T07:37:11.7365484+10:00</EndDateTime>
      <MaxWorkingHoursValidation>true</MaxWorkingHoursValidation>
      <ProjectCode>sample string 5</ProjectCode>
      <PurchaseOrder>sample string 6</PurchaseOrder>
      <ShiftType>sample string 8</ShiftType>
      <StartDateTime>2024-06-29T07:37:11.7365484+10:00</StartDateTime>
      <TimesheetId>2</TimesheetId>
      <TimesheetIntervalId>1</TimesheetIntervalId>
      <TotalDays>1</TotalDays>
      <TotalHours>1</TotalHours>
      <TotalMinutes>1</TotalMinutes>
    </TimesheetInterval>
    <TimesheetInterval>
      <BreakTime>1</BreakTime>
      <Comment>sample string 7</Comment>
      <CostCentre>sample string 3</CostCentre>
      <CostCode>sample string 4</CostCode>
      <EndDateTime>2024-06-29T07:37:11.7365484+10:00</EndDateTime>
      <MaxWorkingHoursValidation>true</MaxWorkingHoursValidation>
      <ProjectCode>sample string 5</ProjectCode>
      <PurchaseOrder>sample string 6</PurchaseOrder>
      <ShiftType>sample string 8</ShiftType>
      <StartDateTime>2024-06-29T07:37:11.7365484+10:00</StartDateTime>
      <TimesheetId>2</TimesheetId>
      <TimesheetIntervalId>1</TimesheetIntervalId>
      <TotalDays>1</TotalDays>
      <TotalHours>1</TotalHours>
      <TotalMinutes>1</TotalMinutes>
    </TimesheetInterval>
  </TimesheetIntervalList>
  <TimesheetLeaveList>
    <TimesheetLeave>
      <Comment>sample string 4</Comment>
      <CostCentre>sample string 5</CostCentre>
      <CostCode>sample string 6</CostCode>
      <ExternalCode>sample string 9</ExternalCode>
      <FromDate>2024-06-29T07:37:11.7365484+10:00</FromDate>
      <MaxH>11</MaxH>
      <OriginalId>1</OriginalId>
      <PartDayIndicator>FullDay</PartDayIndicator>
      <ProductCode>sample string 3</ProductCode>
      <ProductSummaryId>1</ProductSummaryId>
      <ProjectCode>sample string 7</ProjectCode>
      <PurchaseOrder>sample string 8</PurchaseOrder>
      <Quantity>1</Quantity>
      <TimesheetId>2</TimesheetId>
      <ToDate>2024-06-29T07:37:11.7365484+10:00</ToDate>
      <Uom>sample string 10</Uom>
      <WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate>
    </TimesheetLeave>
    <TimesheetLeave>
      <Comment>sample string 4</Comment>
      <CostCentre>sample string 5</CostCentre>
      <CostCode>sample string 6</CostCode>
      <ExternalCode>sample string 9</ExternalCode>
      <FromDate>2024-06-29T07:37:11.7365484+10:00</FromDate>
      <MaxH>11</MaxH>
      <OriginalId>1</OriginalId>
      <PartDayIndicator>FullDay</PartDayIndicator>
      <ProductCode>sample string 3</ProductCode>
      <ProductSummaryId>1</ProductSummaryId>
      <ProjectCode>sample string 7</ProjectCode>
      <PurchaseOrder>sample string 8</PurchaseOrder>
      <Quantity>1</Quantity>
      <TimesheetId>2</TimesheetId>
      <ToDate>2024-06-29T07:37:11.7365484+10:00</ToDate>
      <Uom>sample string 10</Uom>
      <WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate>
    </TimesheetLeave>
  </TimesheetLeaveList>
  <TimesheetNo>sample string 3</TimesheetNo>
  <TimesheetStatus>New</TimesheetStatus>
  <TotalHours>sample string 25</TotalHours>
</TimesheetDetails>

multipart/form-data

Sample:
<TimesheetDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><ActualJobTitle>sample string 15</ActualJobTitle><ApprovalDate>2024-06-29T07:37:11.7365484+10:00</ApprovalDate><ApprovedBy>sample string 14</ApprovedBy><ApprovedByName>sample string 13</ApprovedByName><ApproverComment>sample string 19</ApproverComment><Approvers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:string>sample string 1</d2p1:string><d2p1:string>sample string 2</d2p1:string></Approvers><BatchId>29</BatchId><BookingNo>sample string 1</BookingNo><BookingStatus>sample string 28</BookingStatus><BranchCountry>sample string 26</BranchCountry><ClientName>sample string 2</ClientName><ConsultantEmail>sample string 12</ConsultantEmail><ConsultantName>sample string 10</ConsultantName><ConsultantNumber>sample string 11</ConsultantNumber><ContactEmail>sample string 9</ContactEmail><ContactName>sample string 7</ContactName><ContactNumber>sample string 8</ContactNumber><CostCentre>sample string 20</CostCentre><CostCode>sample string 21</CostCode><Currency>sample string 27</Currency><EmployeeComment>sample string 17</EmployeeComment><EmployeeName>sample string 18</EmployeeName><IsChargeRateDisplay>true</IsChargeRateDisplay><LeaveOverlapMessage>sample string 41</LeaveOverlapMessage><PayContractEndDate>2024-06-29T07:37:11.7365484+10:00</PayContractEndDate><PayContractStartDate>2024-06-29T07:37:11.7365484+10:00</PayContractStartDate><PayContractStatus>sample string 16</PayContractStatus><PeriodEndDate>2024-06-29T07:37:11.7365484+10:00</PeriodEndDate><PeriodStartDate>2024-06-29T07:37:11.7365484+10:00</PeriodStartDate><ProjectNumber>sample string 22</ProjectNumber><PurchaseOrder>sample string 23</PurchaseOrder><ScreenConfig>sample string 39</ScreenConfig><ShiftsEndDate>2024-06-29T07:37:11.7365484+10:00</ShiftsEndDate><ShiftsStartDate>2024-06-29T07:37:11.7365484+10:00</ShiftsStartDate><ShowAllowances>true</ShowAllowances><ShowCostCentre>true</ShowCostCentre><ShowCostCode>true</ShowCostCode><ShowExpenses>true</ShowExpenses><ShowGST>true</ShowGST><ShowLeave>true</ShowLeave><ShowProjectNumber>true</ShowProjectNumber><ShowPurchaseOrder>true</ShowPurchaseOrder><ShowShifts>true</ShowShifts><SiteAddress1>sample string 5</SiteAddress1><SiteAddress2>sample string 6</SiteAddress2><TimesheetAllowanceList><TimesheetAllowance><Comment>sample string 4</Comment><CostCentre>sample string 5</CostCentre><CostCode>sample string 6</CostCode><ProductCode>sample string 3</ProductCode><ProductSummaryId>1</ProductSummaryId><ProjectCode>sample string 7</ProjectCode><PurchaseOrder>sample string 8</PurchaseOrder><Quantity>1</Quantity><TimesheetId>2</TimesheetId><WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate></TimesheetAllowance><TimesheetAllowance><Comment>sample string 4</Comment><CostCentre>sample string 5</CostCentre><CostCode>sample string 6</CostCode><ProductCode>sample string 3</ProductCode><ProductSummaryId>1</ProductSummaryId><ProjectCode>sample string 7</ProjectCode><PurchaseOrder>sample string 8</PurchaseOrder><Quantity>1</Quantity><TimesheetId>2</TimesheetId><WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate></TimesheetAllowance></TimesheetAllowanceList><TimesheetAttachmentList><TimesheetAttachment><AttachmentId>1</AttachmentId><Filename>sample string 3</Filename><MIMEType>sample string 7</MIMEType><OriginalFileName>sample string 4</OriginalFileName><ProductSummaryId>1</ProductSummaryId><ThumbnailImage>sample string 6</ThumbnailImage><TimesheetId>2</TimesheetId><Type>sample string 5</Type></TimesheetAttachment><TimesheetAttachment><AttachmentId>1</AttachmentId><Filename>sample string 3</Filename><MIMEType>sample string 7</MIMEType><OriginalFileName>sample string 4</OriginalFileName><ProductSummaryId>1</ProductSummaryId><ThumbnailImage>sample string 6</ThumbnailImage><TimesheetId>2</TimesheetId><Type>sample string 5</Type></TimesheetAttachment></TimesheetAttachmentList><TimesheetExpenseList><TimesheetExpense><Comment>sample string 4</Comment><CostCentre>sample string 5</CostCentre><CostCode>sample string 6</CostCode><GST>1</GST><Pay>1</Pay><ProductCode>sample string 3</ProductCode><ProductSummaryId>1</ProductSummaryId><ProjectCode>sample string 7</ProjectCode><PurchaseOrder>sample string 8</PurchaseOrder><TimesheetId>2</TimesheetId><TimesheetIntervalId>1</TimesheetIntervalId><WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate></TimesheetExpense><TimesheetExpense><Comment>sample string 4</Comment><CostCentre>sample string 5</CostCentre><CostCode>sample string 6</CostCode><GST>1</GST><Pay>1</Pay><ProductCode>sample string 3</ProductCode><ProductSummaryId>1</ProductSummaryId><ProjectCode>sample string 7</ProjectCode><PurchaseOrder>sample string 8</PurchaseOrder><TimesheetId>2</TimesheetId><TimesheetIntervalId>1</TimesheetIntervalId><WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate></TimesheetExpense></TimesheetExpenseList><TimesheetFrequency>sample string 24</TimesheetFrequency><TimesheetId>4</TimesheetId><TimesheetIntervalList><TimesheetInterval><BreakTime>1</BreakTime><Comment>sample string 7</Comment><CostCentre>sample string 3</CostCentre><CostCode>sample string 4</CostCode><EndDateTime>2024-06-29T07:37:11.7365484+10:00</EndDateTime><MaxWorkingHoursValidation>true</MaxWorkingHoursValidation><ProjectCode>sample string 5</ProjectCode><PurchaseOrder>sample string 6</PurchaseOrder><ShiftType>sample string 8</ShiftType><StartDateTime>2024-06-29T07:37:11.7365484+10:00</StartDateTime><TimesheetId>2</TimesheetId><TimesheetIntervalId>1</TimesheetIntervalId><TotalDays>1</TotalDays><TotalHours>1</TotalHours><TotalMinutes>1</TotalMinutes></TimesheetInterval><TimesheetInterval><BreakTime>1</BreakTime><Comment>sample string 7</Comment><CostCentre>sample string 3</CostCentre><CostCode>sample string 4</CostCode><EndDateTime>2024-06-29T07:37:11.7365484+10:00</EndDateTime><MaxWorkingHoursValidation>true</MaxWorkingHoursValidation><ProjectCode>sample string 5</ProjectCode><PurchaseOrder>sample string 6</PurchaseOrder><ShiftType>sample string 8</ShiftType><StartDateTime>2024-06-29T07:37:11.7365484+10:00</StartDateTime><TimesheetId>2</TimesheetId><TimesheetIntervalId>1</TimesheetIntervalId><TotalDays>1</TotalDays><TotalHours>1</TotalHours><TotalMinutes>1</TotalMinutes></TimesheetInterval></TimesheetIntervalList><TimesheetLeaveList><TimesheetLeave><Comment>sample string 4</Comment><CostCentre>sample string 5</CostCentre><CostCode>sample string 6</CostCode><ExternalCode>sample string 9</ExternalCode><FromDate>2024-06-29T07:37:11.7365484+10:00</FromDate><MaxH>11</MaxH><OriginalId>1</OriginalId><PartDayIndicator>FullDay</PartDayIndicator><ProductCode>sample string 3</ProductCode><ProductSummaryId>1</ProductSummaryId><ProjectCode>sample string 7</ProjectCode><PurchaseOrder>sample string 8</PurchaseOrder><Quantity>1</Quantity><TimesheetId>2</TimesheetId><ToDate>2024-06-29T07:37:11.7365484+10:00</ToDate><Uom>sample string 10</Uom><WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate></TimesheetLeave><TimesheetLeave><Comment>sample string 4</Comment><CostCentre>sample string 5</CostCentre><CostCode>sample string 6</CostCode><ExternalCode>sample string 9</ExternalCode><FromDate>2024-06-29T07:37:11.7365484+10:00</FromDate><MaxH>11</MaxH><OriginalId>1</OriginalId><PartDayIndicator>FullDay</PartDayIndicator><ProductCode>sample string 3</ProductCode><ProductSummaryId>1</ProductSummaryId><ProjectCode>sample string 7</ProjectCode><PurchaseOrder>sample string 8</PurchaseOrder><Quantity>1</Quantity><TimesheetId>2</TimesheetId><ToDate>2024-06-29T07:37:11.7365484+10:00</ToDate><Uom>sample string 10</Uom><WorkDate>2024-06-29T07:37:11.7365484+10:00</WorkDate></TimesheetLeave></TimesheetLeaveList><TimesheetNo>sample string 3</TimesheetNo><TimesheetStatus>New</TimesheetStatus><TotalHours>sample string 25</TotalHours></TimesheetDetails>