POST {lang}/reports/mobileapp/timesheet
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
Body Parameters
MobileAppTimesheetViewModelsName | 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": "2025-09-14T16:46:00.0839979-04:00", "totalHoursRegular": 7.0, "totalHoursOvertime": 8.0, "totalHoursWorked": 9.0, "signatureImage": "QEA=", "isSignature": true, "submittedDate": "2025-09-14T16:46:00.0839979-04:00", "details": [ { "timesheetDetailId": 1, "timesheetId": 2, "date": "2025-09-14T16:46:00.0839979-04:00", "timeArrival": "2025-09-14T16:46:00.0839979-04:00", "timeDeparture": "2025-09-14T16:46:00.0839979-04:00", "lunchFrom": "2025-09-14T16:46:00.0839979-04:00", "lunchTo": "2025-09-14T16:46:00.0839979-04:00", "totalHoursInOut": 8.0, "totalHoursLunch": 9.0, "totalHoursWorked": 10.0, "isStatHoliday": true }, { "timesheetDetailId": 1, "timesheetId": 2, "date": "2025-09-14T16:46:00.0839979-04:00", "timeArrival": "2025-09-14T16:46:00.0839979-04:00", "timeDeparture": "2025-09-14T16:46:00.0839979-04:00", "lunchFrom": "2025-09-14T16:46:00.0839979-04:00", "lunchTo": "2025-09-14T16:46:00.0839979-04: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
HttpResponseMessageName | 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. |