Skip to content

Trigger the job for generating annual extracts.

Request

Security
ApiKey
Path
institutionIdstring, (uuid)required

The unique identifier of the institution.

curl -i -X POST \
  'https://vault.nyala.de/api/Institution/{institutionId}/generate-annual-registry-extract-v2' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
databoolean
errorMessageCodesArray of any or null
Example:null
Response
{ "data": true, "errorMessageCodes": null }