http://eurotech.com/edc/2.0| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| account | list of account | element | edc | 0/unbounded |
Example
<accountsResult xmlns="http://eurotech.com/edc/2.0">
<account>
<id>...</id>
<name>...</name>
<createdOn>...</createdOn>
<createdBy>...</createdBy>
<modifiedOn>...</modifiedOn>
<modifiedBy>...</modifiedBy>
<organization>
<name>...</name>
<personName>...</personName>
<email>...</email>
<phoneNumber>...</phoneNumber>
<addressLine1>...</addressLine1>
<addressLine2>...</addressLine2>
<addressLine3>...</addressLine3>
<zipPostCode>...</zipPostCode>
<city>...</city>
<stateProvinceCounty>...</stateProvinceCounty>
<country>...</country>
</organization>
<parentAccountId>...</parentAccountId>
<parentAccountPath>...</parentAccountPath>
<optlock>...</optlock>
</account>
</accountsResult>