Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

  • Algemene informatie:

    • TNI omgeving host: api.tni.webidm.vlaanderen.be

    • Productie omgeving host: api.prod.webidm.vlaanderen.be

  • Mandaatbeheerders opvragen

GET /api/workrelation/email/mandaatbeheerders?kboNumber=<kboNumber>

kboNumber

String

0990919336

Responses

Code

Description

Example

200

OK
(List of results)

["voornaam.familienaam@vlaanderen.be","info@info.be","info@test.com"]

200

OK

(No results)

[]
  • Organisatie opvragen

GET /api/organisations?code=<code>&source=<source>

code

String

0990919336

source

String

KBO

Responses

Code

Description

Example

200

OK

{
  "name": "Naam van de Organisatie"
}

404

NOT FOUND

  • E-mailadres van werkrelatie wijzigen

PUT /workrelations/contacts/email/primary?voId=<voId>&organisationCode=<organisationCode>&organisationSource=<organisationSource>

voId

String

550e8400-e29b-41d4-a716-446655440000

organisationCode

String

12345678

organisationSource

String

Onderwijs

RequestBody

{
 "value": "no-reply@vlaanderen.be",
 "metadata": {
    "reason": "Verklaring waarom de aanpassing werd uitgevoerd."
  }
}

Responses

Code

Description

Example

200

OK

404

NOT FOUND

Vragen of suggesties, contacteer ons via: integraties@vlaanderen.be 

Heb je nood aan ondersteuning bij het gebruik van de toepassing, contacteer de 1700.

  • No labels