Address
| API | Description |
|---|---|
| HEAD api/Address/checkService |
Check service Method to check if the register check webservice is online |
| GET api/Address/checkService |
Check service Method to check if the register check webservice is online |
| GET api/Address/GetAddress?searchkey={searchkey}&County={County} | |
| GET api/Address/GetByEircode?eircode={eircode} | |
| GET api/Address/GetByCounty?County={County} | |
| GET api/Address/GetCountyList | |
| GET api/Address/GetLocalAuthorityList | |
| GET api/Address/GetLEAList | |
| GET api/Address/GetFileTest |
No documentation available. |
| POST api/Address/GetFileTest |
No documentation available. |
| POST api/Address/ExportFromJSON/{id} |
No documentation available. |
Test
| API | Description |
|---|---|
| GET api/Test/Get |
No documentation available. |
| POST api/Test/Post |
No documentation available. |
| PUT api/Test/Put |
No documentation available. |
Export
Export Controller
| API | Description |
|---|---|
| GET api/Export/ExportFromCSV/{id} |
Export from CSV You should post a JSON.stringify({ 'data': data }) that has the CSV as string |
| POST api/Export/ExportFromCSV/{id} |
Export from CSV You should post a JSON.stringify({ 'data': data }) that has the CSV as string |
| POST api/Export/ExportFromRSS/{id} |
Export from RSS You should post a JSON.stringify({ 'data': path to the rss }) |
| GET api/Export/ExportFromJSON/{id} |
Export from JSON You should post a JSON.stringify({ 'data': yourArray }) |
| POST api/Export/ExportFromJSON/{id} |
Export from JSON You should post a JSON.stringify({ 'data': yourArray }) |
| GET api/Export/GetFile/{id}?fileName={fileName}&extension={extension} |
Returns the file obtained by JSON/CSV |
| POST api/Export/GetFile/{id}?fileName={fileName}&extension={extension} |
Returns the file obtained by JSON/CSV |