You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some of the data we request from NGOs already exists in some public endpoints.
At the same time, some NGOs may provide wrong data (intentionally or by mistake).
Calling such an endpoint could help us pre-fill some of the information NGOs are supposed to give us and, at the same time, make sure that they are providing accurate information.
Describe the solution you'd like
On account creation, the CUI Field should be the first field to be filled by NGOs, and the Official Name Field should become read-only (while keeping the ability to edit it in the admin, after the organization joins NGO Hub – some organizations change their name).
The name of the organization should be filled out based on the information from a query made with the CUI of the NGO.
{
"cod": 200,
"message": "SUCCESS",
"found": [
{
"cui": 36317167,
"data": "2024-07-11",
"denumire": "ASOCIATIA CODE FOR ROMANIA - CODEAZA PENTRU ROMANIA",
"adresa": "MUNICIPIUL BUCUREŞTI, SECTOR 3, PŢA. ALBA IULIA, NR.7, BL.I 6, SC.1, ET.1, AP.6",
"telefon": "0741151350",
"codPostal": "31103",
"act": "DOSAR NR.34426/301/17/20.01.2017, 18856/301/234/07.10.2020",
"stare_inregistrare": "INREGISTRAT din data 14.07.2016",
"dataInceputRegCult": "2019-04-17",
"dataAnulareRegCult": "",
"statusRegCult": true
}
]
}
Describe alternatives you've considered
If better endpoint/endpoints, with more accurate information, exist we should use that.
We just need to make sure the information is obtained from a reliable state source.
Additional context
To better understand the information from the endpoint, the CUI of different NGOs from the National Registry can be checked to better verify how it works https://www.just.ro/registrul-national-ong/
Is your feature request related to a problem? Please describe.
Some of the data we request from NGOs already exists in some public endpoints.
At the same time, some NGOs may provide wrong data (intentionally or by mistake).
Calling such an endpoint could help us pre-fill some of the information NGOs are supposed to give us and, at the same time, make sure that they are providing accurate information.
Describe the solution you'd like
On account creation, the
CUI Field
should be the first field to be filled by NGOs, and theOfficial Name Field
should become read-only (while keeping the ability to edit it in the admin, after the organization joins NGO Hub – some organizations change their name).The name of the organization should be filled out based on the information from a query made with the CUI of the NGO.
Sample request:
Corresponding response:
Describe alternatives you've considered
If better endpoint/endpoints, with more accurate information, exist we should use that.
We just need to make sure the information is obtained from a reliable state source.
Additional context
To better understand the information from the endpoint, the CUI of different NGOs from the National Registry can be checked to better verify how it works
https://www.just.ro/registrul-national-ong/
Other relevant ANAF URLs:
The text was updated successfully, but these errors were encountered: