<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:PutOrganisationStructureRequest callerId="?">
         <v1:organisationStructures>
            <!--1 or more repetitions:-->
            <data:organisationStructure>
               <data:code>?</data:code>
               <data:description>?</data:description>
               <!--Optional:-->
               <data:parent>?</data:parent>
               <!--Optional:-->
               <data:costCenter>?</data:costCenter>
            </data:organisationStructure>
         </v1:organisationStructures>
      </v1:PutOrganisationStructureRequest>
   </soapenv:Body>
</soapenv:Envelope>