This is the backend for the EEITT microservice.
There are two endpoints for persisting form pre-population data in production.
PUT /eeitt/prepopulation/:cacheId/:formId
GET /eeitt/prepopulation/:cacheId/:formId
In non-production environments, there is an extra endpoint, intended to facilitate testing
DELETE /eeitt/prepopulation/:cacheId
See eeitt.raml for more formal detail
This code is open source software licensed under the Apache 2.0 License