Cost Data Type

Cost

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
costDate dateTime element 0/1   Get costDate
costDescription string element 0/1   Get costDescription
costNumber int element 1/1 required Get costNumber
costTypeId int element 1/1 required Get costTypeId
createdBySystemUserId int element 1/1 required Get createdBySystemUserId
createdDate dateTime element 0/1   Get createdDate
invoiceDate dateTime element 0/1   Get invoiceDate
itemPrice double element 1/1 required Get itemPrice
itemText string element 0/1   Get itemText
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
quantity double element 1/1 required Get quantity

Example

<c----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <billable>...</billable>
  <billableHasBeenSet>...</billableHasBeenSet>
  <costDate>...</costDate>
  <costDescription>...</costDescription>
  <costNumber>...</costNumber>
  <costTypeId>...</costTypeId>
  <createdBySystemUserId>...</createdBySystemUserId>
  <createdDate>...</createdDate>
  <invoiceDate>...</invoiceDate>
  <itemPrice>...</itemPrice>
  <itemText>...</itemText>
  <modifiedDate>...</modifiedDate>
  <originalCheckSum>...</originalCheckSum>
  <ownerSystemUserId>...</ownerSystemUserId>
  <primaryKey>...</primaryKey>
  <projectId>...</projectId>
  <projectIssueId>...</projectIssueId>
  <quantity>...</quantity>
</c----->