Hey all,
We are currently enhancing the integration of our software with WC1 via the API and are considering how we can sync data between the two systems. Obviously for ongoing screening updates we can use /cases/ongoingScreeningUpdates, but we are interested in making sure that the information attached to a case (name, location, etc) is all up to date also.
Currently I am thinking of using GET /cases/ for each case we have in our system, comparing the returned details against what we have stored and then only if required running PUT /cases/ to perform an update.
Is this the best way? Or is there something else I could do?
Many thanks,
Andy