Skip to main content

id3globalsupport.com

New Zealand

New_Zealand.png

Fixed Address Format

Authenticate SP Method
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
      <wsse:UsernameToken >
         <wsse:Username>USERNAME</wsse:Username>
         <wsse:Password>PASSWORD</wsse:Password>
       </wsse:UsernameToken>
   </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <ns:AuthenticateSP>
         <ns:ProfileIDVersion>
            <ns:ID>PROFILEID</ns:ID>
            <ns:Version>0</ns:Version>
         </ns:ProfileIDVersion>
         <ns:CustomerReference>New Z</ns:CustomerReference>
         <ns:InputData>
            <ns:Personal>
               <ns:PersonalDetails>
                  <ns:Title></ns:Title>
                  <ns:Forename>Snow</ns:Forename>
                  <ns:MiddleName>White</ns:MiddleName>
                  <ns:Surname>Huntsman</ns:Surname>
                  <ns:Gender>Female</ns:Gender>
                  <ns:DOBDay>6</ns:DOBDay>
                  <ns:DOBMonth>3</ns:DOBMonth>
                  <ns:DOBYear>1976</ns:DOBYear>      
               </ns:PersonalDetails>
            </ns:Personal>
            <ns:Addresses>
               <ns:CurrentAddress>
                  <ns:Country>New Zealand</ns:Country>
                  <ns:Street>Riverglade Drive</ns:Street>
                  <ns:SubStreet></ns:SubStreet>
                  <ns:City>Hamilton</ns:City>
                  <ns:SubCity></ns:SubCity>
                  <ns:StateDistrict></ns:StateDistrict>
                  <ns:Region></ns:Region>
                  <ns:Principality></ns:Principality>
                  <ns:ZipPostcode>3284</ns:ZipPostcode>
                  <ns:Building>2</ns:Building>
                  <ns:SubBuilding>25D</ns:SubBuilding>
                  <ns:Premise></ns:Premise>
               </ns:CurrentAddress>
                </ns:Addresses> 
                <ns:ContactDetails>
               <ns:LandTelephone>
                  <ns:Number>78475332</ns:Number>
               </ns:LandTelephone>
               <ns:MobileTelephone>
                  <ns:Number></ns:Number>
               </ns:MobileTelephone>
               <ns:Email></ns:Email>
               <ns:WorkTelephone>
                  <ns:Number></ns:Number>
               </ns:WorkTelephone>
            </ns:ContactDetails>
          </ns:InputData>
      </ns:AuthenticateSP>
   </soapenv:Body>
</soapenv:Envelope>

Free Address Format

Authenticate SP Method
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
      <wsse:UsernameToken >
         <wsse:Username>USERNAME</wsse:Username>
         <wsse:Password>PASSWORD</wsse:Password>
       </wsse:UsernameToken>
   </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <ns:AuthenticateSP>
         <ns:ProfileIDVersion>
            <ns:ID>PROFILEID</ns:ID>
            <ns:Version>0</ns:Version>
         </ns:ProfileIDVersion>
         <ns:CustomerReference>New Z</ns:CustomerReference>
         <ns:InputData>
            <ns:Personal>
               <ns:PersonalDetails>
                  <ns:Title></ns:Title>
                  <ns:Forename>Snow</ns:Forename>
                  <ns:MiddleName>White</ns:MiddleName>
                  <ns:Surname>Huntsman</ns:Surname>
                  <ns:Gender>Female</ns:Gender>
                  <ns:DOBDay>6</ns:DOBDay>
                  <ns:DOBMonth>3</ns:DOBMonth>
                  <ns:DOBYear>1976</ns:DOBYear>      
               </ns:PersonalDetails>
            </ns:Personal>
            <ns:Addresses>
               <ns:CurrentAddress>
                  <ns:Country>New Zealand</ns:Country>
                  <ns:Street>Riverglade Drive</ns:Street>
                  <ns:SubStreet></ns:SubStreet>
                  <ns:City>Hamilton</ns:City>
                  <ns:SubCity></ns:SubCity>
                  <ns:StateDistrict></ns:StateDistrict>
                  <ns:Region></ns:Region>
                  <ns:Principality></ns:Principality>
                  <ns:ZipPostcode>3284</ns:ZipPostcode>
                  <ns:Building>2</ns:Building>
                  <ns:SubBuilding>25D</ns:SubBuilding>
                  <ns:Premise></ns:Premise>
               </ns:CurrentAddress>
                </ns:Addresses> 
                <ns:ContactDetails>
               <ns:LandTelephone>
                  <ns:Number>78475332</ns:Number>
               </ns:LandTelephone>
               <ns:MobileTelephone>
                  <ns:Number></ns:Number>
               </ns:MobileTelephone>
               <ns:Email></ns:Email>
               <ns:WorkTelephone>
                  <ns:Number></ns:Number>
               </ns:WorkTelephone>
            </ns:ContactDetails>
          </ns:InputData>
      </ns:AuthenticateSP>
   </soapenv:Body>
</soapenv:Envelope>