PowerPlatformConnectors/independent-publisher-conne.../VIES
Troy Taylor d93a836e4f
VIES (Indepdent Publisher) v2.1 Code Update (#3006)
* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload

* Delete independent-publisher-connectors/FileIO directory

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Revert "Add files via upload"

This reverts commit 1d85506958.

* Update readme.md

* Revert "Update readme.md"

This reverts commit b94447a142.

* Update script.csx

* Update apiDefinition.swagger.json

* Switch folder
2024-05-21 18:04:14 +05:30
..
Readme.md VIES (Indepdent Publisher) v2.1 Code Update (#3006) 2024-05-21 18:04:14 +05:30
apiDefinition.swagger.json VIES (Indepdent Publisher) v2.1 Code Update (#3006) 2024-05-21 18:04:14 +05:30
apiProperties.json VIES (Indepdent Publisher) v2.1 Code Update (#3006) 2024-05-21 18:04:14 +05:30
script.csx VIES (Indepdent Publisher) v2.1 Code Update (#3006) 2024-05-21 18:04:14 +05:30

Readme.md

VIES

VIES (VAT Information Exchange System) is an electronic mean of validating VAT-identification numbers of economic operators registered in the European Union for cross border transactions on goods or services. You can verify the validity of a VAT number issued by any Member State / Northern Ireland by selecting that Member State / Northern Ireland from the drop-down menu provided, and entering the number to be validated.

Publisher: Tomasz Poszytek

Prerequisites

No prerequisites.

Supported Operations

Check VAT validity

Action looks up data in VIES database to see, if for given country's ISO code and VAT number there is a registered company. If data is valid, service will return "true" along with company's details. Otherwise it will return false.

Obtaining Credentials

No credentials needed.

Known Issues and Limitations

Sometimes requests to VIES may take more time than expected which may lead to timeouts. If you face such issues, try building requests to VIES in a loop running until a correct response is received. Apart from that, no other issues or limitations are known at the moment of api creation.

Changelog

1.0: Initial release of the Independent Publisher Connector. 2.0: Updates to the connector caused by changes in VIES endpoint.

Getting Started

Visit https://ec.europa.eu/taxation_customs/vies/vatRequest.html to test the api on your own.