<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://ws.connexys.nl/v1" xmlns:data="http://ws.connexys.nl/v1/data">
   <soapenv:Header/>
   <soapenv:Body>
      <v1:PutContactpersonRequest callerId="?">
         <!--Optional:-->
         <v1:contactpersons>
            <!--1 or more repetitions:-->
            <data:contactperson isUser="false">
               <data:code>?</data:code>
               <data:gender>?</data:gender>
               <!--Optional:-->
               <data:initials>?</data:initials>
               <!--Optional:-->
               <data:firstName>?</data:firstName>
               <!--Optional:-->
               <data:surnamePrefix>?</data:surnamePrefix>
               <data:surname>?</data:surname>
               <data:emailAddress>?</data:emailAddress>
               <!--Optional:-->
               <data:telephone>?</data:telephone>
               <!--Optional:-->
               <data:mobile>?</data:mobile>
               <data:organisationUnitCodes>
                  <!--1 or more repetitions:-->
                  <data:code>?</data:code>
               </data:organisationUnitCodes>
               <data:types>
                  <!--1 or more repetitions:-->
                  <data:name>?</data:name>
               </data:types>
            </data:contactperson>
         </v1:contactpersons>
      </v1:PutContactpersonRequest>
   </soapenv:Body>
</soapenv:Envelope>