CustomerType Data Type

CustomerType

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
companyId int element 1/1 required Get companyId
name string element 0/1   Get name
originalCheckSum string element 0/1   Method getOriginalCheckSum
primaryKey int element 1/1 required Get primaryKey

Example

<c----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <companyId>...</companyId>
  <name>...</name>
  <originalCheckSum>...</originalCheckSum>
  <primaryKey>...</primaryKey>
</c----->