GET api/MultiTimesheets

Get the MultiTimesheets Batch list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TimesheetBatchExternalDC
NameDescriptionTypeAdditional information
BatchID

integer

None.

BatchName

string

None.

ClientCode

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

LockedBy

string

None.

LockedDate

date

None.

LockedUpto

date

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

PeriodEndDate

date

None.

Status

string

None.

TemplateID

string

None.

TimesheetCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BatchID": 1,
    "BatchName": "sample string 2",
    "ClientCode": "sample string 3",
    "CreatedBy": "sample string 4",
    "CreatedDate": "2024-06-29T07:16:44.8855093+10:00",
    "LockedBy": "sample string 5",
    "LockedDate": "2024-06-29T07:16:44.8855093+10:00",
    "LockedUpto": "2024-06-29T07:16:44.8866004+10:00",
    "ModifiedBy": "sample string 6",
    "ModifiedDate": "2024-06-29T07:16:44.8866004+10:00",
    "PeriodEndDate": "2024-06-29T07:16:44.8866004+10:00",
    "Status": "sample string 8",
    "TemplateID": "sample string 9",
    "TimesheetCount": 1
  },
  {
    "BatchID": 1,
    "BatchName": "sample string 2",
    "ClientCode": "sample string 3",
    "CreatedBy": "sample string 4",
    "CreatedDate": "2024-06-29T07:16:44.8855093+10:00",
    "LockedBy": "sample string 5",
    "LockedDate": "2024-06-29T07:16:44.8855093+10:00",
    "LockedUpto": "2024-06-29T07:16:44.8866004+10:00",
    "ModifiedBy": "sample string 6",
    "ModifiedDate": "2024-06-29T07:16:44.8866004+10:00",
    "PeriodEndDate": "2024-06-29T07:16:44.8866004+10:00",
    "Status": "sample string 8",
    "TemplateID": "sample string 9",
    "TimesheetCount": 1
  }
]

text/xml

Sample:
<ArrayOfTimesheetBatchExternalDC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimesheetBusinessLayer.DataContracts">
  <TimesheetBatchExternalDC>
    <BatchID>1</BatchID>
    <BatchName>sample string 2</BatchName>
    <ClientCode>sample string 3</ClientCode>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDate>2024-06-29T07:16:44.8855093+10:00</CreatedDate>
    <LockedBy>sample string 5</LockedBy>
    <LockedDate>2024-06-29T07:16:44.8855093+10:00</LockedDate>
    <LockedUpto>2024-06-29T07:16:44.8866004+10:00</LockedUpto>
    <ModifiedBy>sample string 6</ModifiedBy>
    <ModifiedDate>2024-06-29T07:16:44.8866004+10:00</ModifiedDate>
    <PeriodEndDate>2024-06-29T07:16:44.8866004+10:00</PeriodEndDate>
    <Status>sample string 8</Status>
    <TemplateID>sample string 9</TemplateID>
    <TimesheetCount>1</TimesheetCount>
  </TimesheetBatchExternalDC>
  <TimesheetBatchExternalDC>
    <BatchID>1</BatchID>
    <BatchName>sample string 2</BatchName>
    <ClientCode>sample string 3</ClientCode>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDate>2024-06-29T07:16:44.8855093+10:00</CreatedDate>
    <LockedBy>sample string 5</LockedBy>
    <LockedDate>2024-06-29T07:16:44.8855093+10:00</LockedDate>
    <LockedUpto>2024-06-29T07:16:44.8866004+10:00</LockedUpto>
    <ModifiedBy>sample string 6</ModifiedBy>
    <ModifiedDate>2024-06-29T07:16:44.8866004+10:00</ModifiedDate>
    <PeriodEndDate>2024-06-29T07:16:44.8866004+10:00</PeriodEndDate>
    <Status>sample string 8</Status>
    <TemplateID>sample string 9</TemplateID>
    <TimesheetCount>1</TimesheetCount>
  </TimesheetBatchExternalDC>
</ArrayOfTimesheetBatchExternalDC>

multipart/form-data

Sample:
<ArrayOfTimesheetBatchExternalDC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimesheetBusinessLayer.DataContracts"><TimesheetBatchExternalDC><BatchID>1</BatchID><BatchName>sample string 2</BatchName><ClientCode>sample string 3</ClientCode><CreatedBy>sample string 4</CreatedBy><CreatedDate>2024-06-29T07:16:44.8855093+10:00</CreatedDate><LockedBy>sample string 5</LockedBy><LockedDate>2024-06-29T07:16:44.8855093+10:00</LockedDate><LockedUpto>2024-06-29T07:16:44.8866004+10:00</LockedUpto><ModifiedBy>sample string 6</ModifiedBy><ModifiedDate>2024-06-29T07:16:44.8866004+10:00</ModifiedDate><PeriodEndDate>2024-06-29T07:16:44.8866004+10:00</PeriodEndDate><Status>sample string 8</Status><TemplateID>sample string 9</TemplateID><TimesheetCount>1</TimesheetCount></TimesheetBatchExternalDC><TimesheetBatchExternalDC><BatchID>1</BatchID><BatchName>sample string 2</BatchName><ClientCode>sample string 3</ClientCode><CreatedBy>sample string 4</CreatedBy><CreatedDate>2024-06-29T07:16:44.8855093+10:00</CreatedDate><LockedBy>sample string 5</LockedBy><LockedDate>2024-06-29T07:16:44.8855093+10:00</LockedDate><LockedUpto>2024-06-29T07:16:44.8866004+10:00</LockedUpto><ModifiedBy>sample string 6</ModifiedBy><ModifiedDate>2024-06-29T07:16:44.8866004+10:00</ModifiedDate><PeriodEndDate>2024-06-29T07:16:44.8866004+10:00</PeriodEndDate><Status>sample string 8</Status><TemplateID>sample string 9</TemplateID><TimesheetCount>1</TimesheetCount></TimesheetBatchExternalDC></ArrayOfTimesheetBatchExternalDC>