INPUT_OBJECT
SiteDiaryTimesheetUpdate
Timesheet record
link GraphQL Schema definition
- input SiteDiaryTimesheetUpdate {
- # Unique timesheet ID.
- Int :
- # The work item code associated with this timesheet
- TimesheetTimesheetWorkItemUpdate] : [
- # The allocation this timesheet was attached to.
- IdObject :
- # The allowances associated with this timesheet.
- IdObject] : [
- # The assets associated with this timesheet.
- IdObject] : [
- # The break time in minutes.
- Int :
- # The datetime the timesheet log ends.
- String :
- # The signature image url attached to the timesheet.
- NonEmptyString :
- # The user's name of the signature attached.
- String :
- # The datetime the timesheet log starts.
- String :
- # The task associated with this timesheet.
- IdObject :
- # The user the timesheet belongs to.
- IdObject :
- # (DEPRECATED) The time the timesheet log starts.
- String :
- # (DEPRECATED) The time the timesheet log ends.
- String :
- }