Contract Data Type

Contract

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
SLAPlanId int element 1/1 required Get sLAPlanId
billingAmount double element 1/1 required Get billingAmount
billingPeriodInMonths int element 1/1 required Get billingPeriodInMonths
companyId int element 1/1 required Get companyId
contractForSystemUserId int element 1/1 required Get contractForSystemUserId
contractNote string element 0/1   Get contractNote
contractNumber string element 0/1   Get contractNumber
contractTypeId int element 1/1 required Get contractTypeId
createDate dateTime element 0/1   Get createDate
createdBySystemUserId int element 1/1 required Get createdBySystemUserId
currencyId string element 0/1   Get currencyId
customerId int element 1/1 required Get customerId
endDate dateTime element 0/1   Get endDate
entityStatusId int element 1/1 required Get entityStatusId
licenseMode int element 1/1 required Get licenseMode
maxNumberOfUsageDays int element 1/1 required Get maxNumberOfUsageDays
maxNumberOfUsages int element 1/1 required Get maxNumberOfUsages
name string element 0/1   Get name
noticeInDays int element 1/1 required Get noticeInDays
numberOfSoftwareKeys int element 1/1 required Get numberOfSoftwareKeys
originalCheckSum string element 0/1   Method getOriginalCheckSum
primaryKey int element 1/1 required Get primaryKey
startDate dateTime element 0/1   Get startDate
systemIdRequired boolean element 1/1 required Get systemIdRequired
systemIdRequiredHasBeenSet boolean element 1/1 required Get systemIdRequiredHasBeenSet
typeOfContract int element 1/1 required Get typeOfContract
typeOfLicense int element 1/1 required Get typeOfLicense
vendorId int element 1/1 required Get vendorId

Example

<c----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <billingAmount>...</billingAmount>
  <billingPeriodInMonths>...</billingPeriodInMonths>
  <companyId>...</companyId>
  <contractForSystemUserId>...</contractForSystemUserId>
  <contractNote>...</contractNote>
  <contractNumber>...</contractNumber>
  <contractTypeId>...</contractTypeId>
  <createDate>...</createDate>
  <createdBySystemUserId>...</createdBySystemUserId>
  <currencyId>...</currencyId>
  <customerId>...</customerId>
  <endDate>...</endDate>
  <entityStatusId>...</entityStatusId>
  <licenseMode>...</licenseMode>
  <maxNumberOfUsageDays>...</maxNumberOfUsageDays>
  <maxNumberOfUsages>...</maxNumberOfUsages>
  <name>...</name>
  <noticeInDays>...</noticeInDays>
  <numberOfSoftwareKeys>...</numberOfSoftwareKeys>
  <originalCheckSum>...</originalCheckSum>
  <primaryKey>...</primaryKey>
  <SLAPlanId>...</SLAPlanId>
  <startDate>...</startDate>
  <systemIdRequired>...</systemIdRequired>
  <systemIdRequiredHasBeenSet>...</systemIdRequiredHasBeenSet>
  <typeOfContract>...</typeOfContract>
  <typeOfLicense>...</typeOfLicense>
  <vendorId>...</vendorId>
</c----->