POST api/timesheet/getlist
Request Information
URI Parameters
None.
Body Parameters
GetListParamName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
Filter | integer |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "PageSize": 2, "PageIndex": 3, "Filter": 4, "Date": "2025-07-04T15:23:22.2110563-04:00" }
application/xml, text/xml
Sample:
<GetListParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dexco.Acumin.Services.Models"> <Date>2025-07-04T15:23:22.2110563-04:00</Date> <Filter>4</Filter> <PageIndex>3</PageIndex> <PageSize>2</PageSize> <UserId>sample string 1</UserId> </GetListParam>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.