pixi Developer & Integration Documentation

pixiAddressesFindDuplicates

Description

API call that compares 100 addresses in one go (even this can take more than 1 hour on big DB). If there is more candidates to check, then automatically countinues with batch of next 100 addresses in on minute, so that it runs whole night till 7 AM if needed. API can run from 20pm-7am then it stopps.


Request Parameters

#

Name

Type

Required

Example

Description

1

ReCreateAll

boolean

1

123

If value 1 is sent, then we delete all exisitng matches and start checking from scratch.


Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiAddressesFindDuplicates>
         <dem:ReCreateAll>123</dem:ReCreateAll>
      </dem:pixiAddressesFindDuplicates>
   </soapenv:Body>
</soapenv:Envelope>


Response


Additional Notes

Checed records are saved to special table, so we know which were addresses were already checked.