getAgentCustomers Data Type

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
agentId string 1/1
Nutzer-ID
customerDS customerDS 0/1
 

Example

<g----->
  <agentId>...</agentId>
  <customerDS>
    <personNumber>...</personNumber>
    <contractNumber>...</contractNumber>
    <contractName>...</contractName>
    <accountNumber>...</accountNumber>
    <titleKey>...</titleKey>
    <academicTitleKey>...</academicTitleKey>
    <firstName>...</firstName>
    <lastName>...</lastName>
    <dateOfBirth>...</dateOfBirth>
    <street>...</street>
    <postalCode>...</postalCode>
    <city>...</city>
    <email>...</email>
    <mobilePhone>...</mobilePhone>
    <phone>...</phone>
    <assetType>...</assetType>
  </customerDS>
</g----->