Customer Data Type

Customer

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
accountManagerId int element 1/1 required Get accountManagerId
address1 string element 0/1   Get address1
address2 string element 0/1   Get address2
city string element 0/1   Get city
companyId int element 1/1 required Get companyId
contactPerson string element 0/1   Get contactPerson
country string element 0/1   Get country
createDate dateTime element 0/1   Get createDate
customerName string element 0/1   Get customerName
customerNumber string element 0/1   Get customerNumber
emailAddress string element 0/1   Get emailAddress
entityStatusId int element 1/1 required Get entityStatusId
faxNumber string element 0/1   Get faxNumber
info string element 0/1   Get info
modifiedDate dateTime element 0/1   Get modifiedDate
originalCheckSum string element 0/1   Method getOriginalCheckSum
parentCustomerId int element 1/1 required Get parentCustomerId
phone string element 0/1   Get phone
primaryKey int element 1/1 required Get primaryKey
state string element 0/1   Get state
webAddress string element 0/1   Get webAddress
zipCode string element 0/1   Get zipCode

Example

<c----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <accountManagerId>...</accountManagerId>
  <address1>...</address1>
  <address2>...</address2>
  <city>...</city>
  <companyId>...</companyId>
  <contactPerson>...</contactPerson>
  <country>...</country>
  <createDate>...</createDate>
  <customerName>...</customerName>
  <customerNumber>...</customerNumber>
  <emailAddress>...</emailAddress>
  <entityStatusId>...</entityStatusId>
  <faxNumber>...</faxNumber>
  <info>...</info>
  <modifiedDate>...</modifiedDate>
  <originalCheckSum>...</originalCheckSum>
  <parentCustomerId>...</parentCustomerId>
  <phone>...</phone>
  <primaryKey>...</primaryKey>
  <state>...</state>
  <webAddress>...</webAddress>
  <zipCode>...</zipCode>
</c----->