Difference between revisions of "Module UID Register API"
(Mise en place de la page, correspondant à la v1.) |
m |
||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:Module UID Register API (Swiss enterprise API)}} | |
− | === What UID Register API does ? === | + | ==Description== |
+ | |||
+ | ===What UID Register API does ?=== | ||
This module aims to give access to the [https://uid.admin.ch Swiss UID Register], which is the federal enterprise register. | This module aims to give access to the [https://uid.admin.ch Swiss UID Register], which is the federal enterprise register. | ||
This light, unofficial package, provides you an autocomplete-like JS code on thirdparties edition pages. By typing the name of the third party, the JS code query [https://www.bfs.admin.ch/bfs/fr/home/registres/registre-entreprises/numero-identification-entreprises/registre-ide/interfaces-ide.assetdetail.11007266.html UID SOAP API], and brings you back the result as a list. | This light, unofficial package, provides you an autocomplete-like JS code on thirdparties edition pages. By typing the name of the third party, the JS code query [https://www.bfs.admin.ch/bfs/fr/home/registres/registre-entreprises/numero-identification-entreprises/registre-ide/interfaces-ide.assetdetail.11007266.html UID SOAP API], and brings you back the result as a list. | ||
− | === What UID Register API is not ? === | + | ===What UID Register API is not ?=== |
This module is NOT provided by the Swiss Federal administration, but rely on the official [https://uid.admin.ch/ UID API]. | This module is NOT provided by the Swiss Federal administration, but rely on the official [https://uid.admin.ch/ UID API]. | ||
− | === What you can do with UID Register API ? === | + | ===What you can do with UID Register API ?=== |
Using <code>UID Register API</code>, you can: | Using <code>UID Register API</code>, you can: | ||
− | * Quickly fill all available data using UID register on third party creation | + | *Quickly fill all available data using UID register on third party creation |
− | * Easily update third party information if UID data are different from yours | + | *Easily update third party information if UID data are different from yours |
− | * Update your existing third parties with UID data when editing them | + | *Update your existing third parties with UID data when editing them |
− | === How much does it cost ? === | + | ===How much does it cost ?=== |
'''Nothing.''' UID Resgiter API rely on free ERP Dolibarr and free public service: you should be able to use it for free too. | '''Nothing.''' UID Resgiter API rely on free ERP Dolibarr and free public service: you should be able to use it for free too. | ||
Line 23: | Line 25: | ||
'''I am looking for help to implement French data.gouv.fr or INSEE API in the similar way. Please do not hesitate to reach out on GitHub.''' | '''I am looking for help to implement French data.gouv.fr or INSEE API in the similar way. Please do not hesitate to reach out on GitHub.''' | ||
− | == Captures == | + | ==Captures== |
You can find captures on the [https://github.com/resilio-tech/dolibarr-uidregisterapi GitHub repo of the module], under <code>/img/capture_xxx.png</code>. | You can find captures on the [https://github.com/resilio-tech/dolibarr-uidregisterapi GitHub repo of the module], under <code>/img/capture_xxx.png</code>. | ||
[[Category:Complementary modules]] | [[Category:Complementary modules]] |
Revision as of 18:27, 1 August 2022
Description
What UID Register API does ?
This module aims to give access to the Swiss UID Register, which is the federal enterprise register.
This light, unofficial package, provides you an autocomplete-like JS code on thirdparties edition pages. By typing the name of the third party, the JS code query UID SOAP API, and brings you back the result as a list.
What UID Register API is not ?
This module is NOT provided by the Swiss Federal administration, but rely on the official UID API.
What you can do with UID Register API ?
Using UID Register API
, you can:
- Quickly fill all available data using UID register on third party creation
- Easily update third party information if UID data are different from yours
- Update your existing third parties with UID data when editing them
How much does it cost ?
Nothing. UID Resgiter API rely on free ERP Dolibarr and free public service: you should be able to use it for free too.
However, do not hesitate to rate it on DoliStore (Link to come!) or contribute on GitHub.
I am looking for help to implement French data.gouv.fr or INSEE API in the similar way. Please do not hesitate to reach out on GitHub.
Captures
You can find captures on the GitHub repo of the module, under /img/capture_xxx.png
.