We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Voir commentaire ici #4230 (comment)
Sorry, something went wrong.
L'idée serait de passer de :
"legal_owners": { "aoms": [ { "name": "CA du Bocage Bressuirais", "siren": "200040244" }, { "name": "CA du Grand Guéret", "siren": "200034825" } ], "company": null, "regions": [ { "insee": "75", "name": "Nouvelle-Aquitaine" } ]
à :
"legal_owners": [ { "id": 53, "type": "aom" "name": "CA du Bocage Bressuirais", "siren": "200040244" }, { "id": 54, "type": "aom", "name": "CA du Grand Guéret", "siren": "200034825" }, { "id":null, "type": "company", "siren": "123456789", }, { "id":9, "type":"region", "insee": "75", "name": "Nouvelle-Aquitaine" } ]
No branches or pull requests
The text was updated successfully, but these errors were encountered: