IssueWorkLog Data Type

IssueWorkLog

Namespace
http://www.visionproject.se/service/VisionProjectService-v2/type
Schema
type.xsd
Version
$Revision$ $Date$
Properties
name data type type namespace min/max occurs constraints description
billable boolean element 1/1 required Get billable
billableHasBeenSet boolean element 1/1 required Get billableHasBeenSet
billingRate double element 1/1 required Get billingRate
costRate double element 1/1 required Get costRate
costable boolean element 1/1 required Get costable
costableHasBeenSet boolean element 1/1 required Get costableHasBeenSet
createdBySystemUserId int element 1/1 required Get createdBySystemUserId
createdDate dateTime element 0/1   Get createdDate
invoicedTime dateTime element 0/1   Get invoicedTime
modifiedDate dateTime element 0/1   Get modifiedDate
originalCheckSum string element 0/1   Method getOriginalCheckSum
ownerSystemUserId int element 1/1 required Get ownerSystemUserId
primaryKey int element 1/1 required Get primaryKey
projectId int element 1/1 required Get projectId
projectIssueId int element 1/1 required Get projectIssueId
timeSpent double element 1/1 required Get timeSpent
workDate dateTime element 0/1   Get workDate
workDescription string element 0/1   Get workDescription
workEndDate dateTime element 0/1   Get workEndDate
workLogCategoryId int element 1/1 required Get workLogCategoryId

Example

<i----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <billable>...</billable>
  <billableHasBeenSet>...</billableHasBeenSet>
  <billingRate>...</billingRate>
  <costRate>...</costRate>
  <costable>...</costable>
  <costableHasBeenSet>...</costableHasBeenSet>
  <createdBySystemUserId>...</createdBySystemUserId>
  <createdDate>...</createdDate>
  <invoicedTime>...</invoicedTime>
  <modifiedDate>...</modifiedDate>
  <originalCheckSum>...</originalCheckSum>
  <ownerSystemUserId>...</ownerSystemUserId>
  <primaryKey>...</primaryKey>
  <projectId>...</projectId>
  <projectIssueId>...</projectIssueId>
  <timeSpent>...</timeSpent>
  <workDate>...</workDate>
  <workDescription>...</workDescription>
  <workEndDate>...</workEndDate>
  <workLogCategoryId>...</workLogCategoryId>
</i----->