Path | Description |
---|---|
GET /postponed-vat | Retrieve postponed vat/ historic postponed vat statements |
GET /adjustments | Retrieve security statements for EORI |
GET /import-vat | Retrieve vat certificates for EORI |
Start the required development services (make sure your service-manager-config folder is up to date)
sm --start CUSTOMS_FINANCIALS_ALL -f
Once these services are running, use the following command to start the service sbt "run 9398"
This code is open source software licensed under the Apache 2.0 License.
This is a sbt command alias specific to this project. It will run a scala style check, run unit tests, run integration tests and produce a coverage report:
sbt runAllChecks