Skip to content

1.2.0

Compare
Choose a tag to compare
@EraYaN EraYaN released this 04 Aug 09:31
· 3 commits to master since this release

Release 1.2.0 (2022-08-04)

  • Add support for managing CallbackSubscription's, this allows you to subscribe to callbacks for valuations that were not created with your API client.
    • GET /v1/callbacks/inschrijvingen
    • POST /v1/callbacks/inschrijvingen
    • GET /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}
    • DELETE /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}
  • Add taxateurnaam field to the Taxatiedata model.
  • Callback URIs should now end in / not just contain it to help stop common errors (ending in = is also still allowed when using a query string).
  • Updating configuration in the POST /v1/configuratie/callbacks endpoint now clears stored but decommissioned versions from the configuration object.
  • Add klantkenmerk to the WaarderingInputParameters and Waardering models.