Nedap Finance.Restitution API

The finance.Restitution API from Nedap — 4 operation(s) for finance.restitution.

Operations 4

GET /t/finance/restitutions/x-stream-connect/data Return all Restitution models in a streaming manner #
GET /t/finance/restitutions/x-stream-connect/updates Return all Restitution models which where updated since the date given in the… #
GET /v0/xstream/restitutions/data Return all Restitution models in a streaming manner #
GET /v0/xstream/restitutions/updates Return all Restitution models which where updated since the date given in the… #

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-finance-restitution-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-finance-restitution-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Finance.Restitution API
  version: 0.0.0
  description: 'Operations tagged finance.Restitution 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: finance.Restitution
paths:
  /t/finance/restitutions/x-stream-connect/data:
    get:
      tags:
      - finance.Restitution
      summary: Return all Restitution models in a streaming manner
      operationId: finance.RestitutionAPI.streamAll
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.RestitutionList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/finance.Restitution'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replaced-by: /v0/xstream/restitutions/data
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/finance/restitutions/x-stream-connect/updates:
    get:
      tags:
      - finance.Restitution
      summary: Return all Restitution models which where updated since the date given in the…
      operationId: finance.RestitutionAPI.streamUpdates
      parameters:
      - name: since
        in: query
        required: true
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.RestitutionList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/finance.Restitution'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replaced-by: /v0/xstream/restitutions/updates
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/xstream/restitutions/data:
    get:
      tags:
      - finance.Restitution
      summary: Return all Restitution models in a streaming manner
      operationId: finance.RestitutionAPI.streamAll
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.RestitutionList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/finance.Restitution'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replacement-for:
      - /t/finance/restitutions/x-stream-connect/data
    servers:
    - url: https://api-development.ons.io
  /v0/xstream/restitutions/updates:
    get:
      tags:
      - finance.Restitution
      summary: Return all Restitution models which where updated since the date given in the…
      operationId: finance.RestitutionAPI.streamUpdates
      parameters:
      - name: since
        in: query
        required: true
        schema:
          type: string
          format: date-time
        example: '2014-12-29T00:00:00.000'
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.RestitutionList'
            application/x-ndjson:
              schema:
                $ref: '#/components/schemas/finance.Restitution'
        '400':
          description: Could not parse request parameter
        '404':
          description: Resource not found
        '500':
          description: Unspecified internal error
      x-cupido-common-method: true
      x-replacement-for:
      - /t/finance/restitutions/x-stream-connect/updates
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    finance.list.RestitutionList:
      type: object
      properties:
        restitutions:
          type: array
          items:
            $ref: '#/components/schemas/finance.Restitution'
          xml:
            name: restitution
      description: RestitutionList model (no description)
      example:
        restitutions:
        - id: 1
          financeLogId: 123
          invoiceRowId: 124
          originalAmount: 1
          originalAmountUnit: 2
          originalRate: 1
          originalRateUnit: 2
          restitutionAmount: 4
          createdAt: '2016-02-01T00:00:00.000+01:00'
          updatedAt: '2016-02-07T00:00:00.000+01:00'
        - id: 2
          financeLogId: 128
          invoiceRowId: 129
          originalAmount: 2
          originalAmountUnit: 4
          originalRate: 2
          originalRateUnit: 4
          restitutionAmount: 8
          createdAt: '2016-02-01T00:00:00.000+01:00'
          updatedAt: '2016-02-07T00:00:00.000+01:00'
      xml:
        name: restitutions
    finance.Restitution:
      type: object
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        financeLogId:
          type: integer
          format: int64
        invoiceRowId:
          type: integer
          format: int64
        originalAmount:
          type: integer
          format: int64
        originalAmountUnit:
          type: integer
          format: int32
        originalRate:
          type: integer
          format: int64
        originalRateUnit:
          type: integer
          format: int32
        restitutionAmount:
          type: integer
          format: int64
        createdAt:
          type: string
          format: date-time
        updatedAt:
          type: string
          format: date-time
      description: Restitution model (no description)
      example:
        id: 1
        financeLogId: 123
        invoiceRowId: 124
        originalAmount: 1
        originalAmountUnit: 2
        originalRate: 1
        originalRateUnit: 2
        restitutionAmount: 4
        createdAt: '2016-02-01T00:00:00.000+01:00'
        updatedAt: '2016-02-07T00:00:00.000+01:00'
      xml:
        name: restitution
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json