This microservice provides users with a way to:
Other related EORI CHECKER services:
This service is written in Scala and Play, so needs at least a JRE to run.
Clone the git repos to the same location you keep your other services from:
git clone [email protected]:hmrc/check-eori-number.git
Note: Make sure that service-manager-config is up to date locally
Start the services:
Run the services against the current versions in dev, stop the CHEN service and start manually
sm2 --start CHEN_ALL
sm2 --stop CHEN
cd check-eori-number
sbt run
You can use Check Eori Number Frontend or Check Eori Number API to interact with this service. Or you can integrate with the endpoints yourself.
Path | Method | Description |
---|---|---|
/check-eori/:eoriNumber | GET | Checks a single EORI number |
/check-multiple-eori | POST | Checks multiple EORI numbers with a maximum of 10 EORI numbers per request |
In a stubbed environment each EORI will exhibit different behavior Please see here for details
Run sbt test
on the terminal to run the unit tests.
In the context of this application we use the following acronyms and define their meanings. Provided you will also find a web link to discover more about the systems and technology.
API: Application Programming Interface
HoD: Head of Duty
JRE: Java Runtime Environment
EORI: Economic Operators Registration and Identification
This code is open source software licensed under the Apache 2.0 License.