SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTimesheet
Represents a single Timesheet artifact in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ApprovalDate | dateTime? | The date the timesheet was approved | |
Approver | string? | The name of the user that approved the timesheet | |
ApproverComments | string? | The comment(s) made by the approver of this timesheet | |
ApproverUserId | int? | The id of the user that approved the timesheet | |
CreationDate | dateTime | The date the timesheet was created | Yes |
EndDate | dateTime | The final date the timesheet covers | Yes |
Entries | ArrayOfRemoteTimesheetEntry? | The list of entries of this timesheet | |
IsDeleted | boolean | Was this timesheet deleted from the system? | Yes |
LastUpdateDate | dateTime | The date the timesheet was updated last | Yes |
StartDate | dateTime | The initial date the timesheet covers | Yes |
Status | string? | The name of the status of the timesheet | |
Submitter | string? | The name of the user that created the timesheet | |
SubmitterComments | string? | The comment(s) made by the submitter of this timesheet | |
SubmitterUserId | int? | The id of the user that created the timesheet | |
TimesheetId | int? | The id of the timesheet | |
TimesheetStatusId | int? | The status id of the timesheet |