POST {lang}/reports/mobileapp/pngtimesheet
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lang | string |
Required |
Body Parameters
MobileAppTimesheetViewModels| Name | Description | Type | Additional information |
|---|---|---|---|
| TimesheetId | string |
None. |
|
| Company | string |
None. |
|
| EmployeeCode | string |
None. |
|
| EmployeeName | string |
None. |
|
| ClientName | string |
None. |
|
| WeekEndingDate | date |
None. |
|
| TotalHoursRegular | decimal number |
None. |
|
| TotalHoursOvertime | decimal number |
None. |
|
| TotalHoursWorked | decimal number |
None. |
|
| SignatureImage | Collection of byte |
None. |
|
| IsSignature | boolean |
None. |
|
| SubmittedDate | date |
None. |
|
| Details | Collection of TimesheetDetail |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"timesheetId": "sample string 1",
"company": "sample string 2",
"employeeCode": "sample string 3",
"employeeName": "sample string 4",
"clientName": "sample string 5",
"weekEndingDate": "2026-02-04T19:00:40.6453293-05:00",
"totalHoursRegular": 7.0,
"totalHoursOvertime": 8.0,
"totalHoursWorked": 9.0,
"signatureImage": "QEA=",
"isSignature": true,
"submittedDate": "2026-02-04T19:00:40.6453293-05:00",
"details": [
{
"timesheetDetailId": 1,
"timesheetId": 2,
"date": "2026-02-04T19:00:40.6453293-05:00",
"timeArrival": "2026-02-04T19:00:40.6453293-05:00",
"timeDeparture": "2026-02-04T19:00:40.6453293-05:00",
"lunchFrom": "2026-02-04T19:00:40.6453293-05:00",
"lunchTo": "2026-02-04T19:00:40.6453293-05:00",
"totalHoursInOut": 8.0,
"totalHoursLunch": 9.0,
"totalHoursWorked": 10.0,
"isStatHoliday": true
},
{
"timesheetDetailId": 1,
"timesheetId": 2,
"date": "2026-02-04T19:00:40.6453293-05:00",
"timeArrival": "2026-02-04T19:00:40.6453293-05:00",
"timeDeparture": "2026-02-04T19:00:40.6453293-05:00",
"lunchFrom": "2026-02-04T19:00:40.6453293-05:00",
"lunchTo": "2026-02-04T19:00:40.6453293-05:00",
"totalHoursInOut": 8.0,
"totalHoursLunch": 9.0,
"totalHoursWorked": 10.0,
"isStatHoliday": true
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |