Nedap Jw.Jw Zorglegitimatie API

The jw.JwZorglegitimatie API from Nedap — 4 operation(s) for jw.jwzorglegitimatie.

Operations 6

POST /t/jw/zorglegitimaties Create JwZorglegitimatie #
GET /t/jw/zorglegitimaties/{id} Return the JwZorglegitimatie corresponding to the given id #
DELETE /t/jw/zorglegitimaties/{id} Delete a JwZorglegitimatie #
POST /v0/administration/jw/zorglegitimaties Create JwZorglegitimatie #
GET /v0/administration/jw/zorglegitimaties/{id} Return the JwZorglegitimatie corresponding to the given id #
DELETE /v0/administration/jw/zorglegitimaties/{id} Delete a JwZorglegitimatie #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nedap-jw-jwzorglegitimatie-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

nedap-jw-jwzorglegitimatie-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Jw.Jw Zorglegitimatie API
  version: 0.0.0
  description: 'Operations tagged jw.JwZorglegitimatie across 2 of this provider''s published API definitions: nedap-ons-deprecated-openapi-original.json, nedap-ons-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api-development.ons.io
tags:
- name: jw.JwZorglegitimatie
paths:
  /t/jw/zorglegitimaties:
    post:
      tags:
      - jw.JwZorglegitimatie
      summary: Create JwZorglegitimatie
      operationId: jw.JwZorglegitimatieAPI.create
      requestBody:
        description: JwZorglegitimatie to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/jw.JwZorglegitimatie'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/jw.JwZorglegitimatie'
        '400':
          description: Validation errors
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/jw/zorglegitimaties
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/jw/zorglegitimaties/{id}:
    get:
      tags:
      - jw.JwZorglegitimatie
      summary: Return the JwZorglegitimatie corresponding to the given id
      operationId: jw.JwZorglegitimatieAPI.byId
      parameters:
      - name: id
        in: path
        description: used to find the JwZorglegitimatie
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/jw.JwZorglegitimatie'
        '404':
          description: Beschikking not found
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/jw/zorglegitimaties/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    delete:
      tags:
      - jw.JwZorglegitimatie
      summary: Delete a JwZorglegitimatie
      operationId: jw.JwZorglegitimatieAPI.delete
      parameters:
      - name: id
        in: path
        description: used to find the JwZorglegitimatie
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/jw.JwZorglegitimatie'
        '400':
          description: Validation errors
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/jw/zorglegitimaties/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/jw/zorglegitimaties:
    post:
      tags:
      - jw.JwZorglegitimatie
      summary: Create JwZorglegitimatie
      operationId: jw.JwZorglegitimatieAPI.create
      requestBody:
        description: JwZorglegitimatie to create
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/jw.JwZorglegitimatie'
        required: true
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/jw.JwZorglegitimatie'
        '400':
          description: Validation errors
      x-cupido-common-method: true
      x-replacement-for:
      - /t/jw/zorglegitimaties
    servers:
    - url: https://api-development.ons.io
  /v0/administration/jw/zorglegitimaties/{id}:
    get:
      tags:
      - jw.JwZorglegitimatie
      summary: Return the JwZorglegitimatie corresponding to the given id
      operationId: jw.JwZorglegitimatieAPI.byId
      parameters:
      - name: id
        in: path
        description: used to find the JwZorglegitimatie
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/jw.JwZorglegitimatie'
        '404':
          description: Beschikking not found
      x-cupido-common-method: true
      x-replacement-for:
      - /t/jw/zorglegitimaties/{id}
    delete:
      tags:
      - jw.JwZorglegitimatie
      summary: Delete a JwZorglegitimatie
      operationId: jw.JwZorglegitimatieAPI.delete
      parameters:
      - name: id
        in: path
        description: used to find the JwZorglegitimatie
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/jw.JwZorglegitimatie'
        '400':
          description: Validation errors
      x-cupido-common-method: true
      x-replacement-for:
      - /t/jw/zorglegitimaties/{id}
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    lz.Bericht:
      required:
      - content
      type: object
      properties:
        content:
          type: string
          description: 'The content of the messages, surrounded with CDATA tags.

            The content needs to be a valid AW33 / AW35 or AW39 message.'
      description: Bericht model (no description)
      example:
        content: Dummy
      xml:
        name: bericht
    jw.JwZorglegitimatie:
      required:
      - id
      - client
      - berichten
      type: object
      properties:
        id:
          type: integer
          description: The id for the import
          format: int64
          x-cupido-id: true
        client:
          type: integer
          description: The client
          format: int64
        berichten:
          type: array
          items:
            allOf:
            - $ref: '#/components/schemas/lz.Bericht'
            xml:
              name: bericht
          description: A list with messages
          xml:
            wrapped: true
      description: JwZorglegitimatie model (no description)
      example:
        id: 1
        client: 1
        berichten:
        - content: test
      xml:
        name: jwZorglegitimatie
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json