Nedap Finance.Client Financed Product API

The finance.ClientFinancedProduct API from Nedap — 4 operation(s) for finance.clientfinancedproduct.

Operations 4

GET /t/finance/client_financed_products/by_location_and_finance_type_in_period Retrieve the legally financeable products for all clients on a certain… #
GET /t/finance/client_financed_products/by_location_and_finance_types_in_period Retrieve the legally financeable products for all clients on a certain… #
GET /v0/administration/finance/client_financed_products/by_location_and_finance_type_in_period Retrieve the legally financeable products for all clients on a certain… #
GET /v0/administration/finance/client_financed_products/by_location_and_finance_types_in_period Retrieve the legally financeable products for all clients on a certain… #

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-clientfinancedproduct-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-clientfinancedproduct-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Finance.Client Financed Product API
  version: 0.0.0
  description: 'Operations tagged finance.ClientFinancedProduct 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.ClientFinancedProduct
paths:
  /t/finance/client_financed_products/by_location_and_finance_type_in_period:
    get:
      tags:
      - finance.ClientFinancedProduct
      summary: Retrieve the legally financeable products for all clients on a certain…
      operationId: finance.ClientFinancedProductAPI.byLocationAndFinanceTypeInPeriod
      parameters:
      - name: unit_id
        in: query
        description: the id of the location we want a list of
        schema:
          type: integer
          format: int64
      - name: finance_id
        in: query
        description: the financetype we're interested in
        schema:
          type: integer
          format: int64
      - name: start_period
        in: query
        description: the start of the period
        schema:
          type: string
          format: date
      - name: end_period
        in: query
        description: the end of the period
        schema:
          type: string
          format: date
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.ClientFinancedProductList'
        '400':
          description: The unit, finance type, start date and end date are required, and the end date cannot be after the begin date
      x-replaced-by: /v0/administration/finance/client_financed_products/by_location_and_finance_type_in_period
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/finance/client_financed_products/by_location_and_finance_types_in_period:
    get:
      tags:
      - finance.ClientFinancedProduct
      summary: Retrieve the legally financeable products for all clients on a certain…
      operationId: finance.ClientFinancedProductAPI.byLocationAndFinanceTypesInPeriod
      parameters:
      - name: unit_id
        in: query
        description: the id of the location we want a list of
        schema:
          type: integer
          format: int64
      - name: finance_ids
        in: query
        description: a list of the financetypes we're interested in
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: start_period
        in: query
        description: the start of the period
        schema:
          type: string
          format: date
      - name: end_period
        in: query
        description: the end of the period
        schema:
          type: string
          format: date
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.ClientFinancedProductList'
        '400':
          description: The unit, finance types, start date and end date are required, and the end date cannot be after the begin date
      x-replaced-by: /v0/administration/finance/client_financed_products/by_location_and_finance_types_in_period
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/finance/client_financed_products/by_location_and_finance_type_in_period:
    get:
      tags:
      - finance.ClientFinancedProduct
      summary: Retrieve the legally financeable products for all clients on a certain…
      operationId: finance.ClientFinancedProductAPI.byLocationAndFinanceTypeInPeriod
      parameters:
      - name: unit_id
        in: query
        description: the id of the location we want a list of
        schema:
          type: integer
          format: int64
      - name: finance_id
        in: query
        description: the financetype we're interested in
        schema:
          type: integer
          format: int64
      - name: start_period
        in: query
        description: the start of the period
        schema:
          type: string
          format: date
      - name: end_period
        in: query
        description: the end of the period
        schema:
          type: string
          format: date
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.ClientFinancedProductList'
        '400':
          description: The unit, finance type, start date and end date are required, and the end date cannot be after the begin date
      x-replacement-for:
      - /t/finance/client_financed_products/by_location_and_finance_type_in_period
    servers:
    - url: https://api-development.ons.io
  /v0/administration/finance/client_financed_products/by_location_and_finance_types_in_period:
    get:
      tags:
      - finance.ClientFinancedProduct
      summary: Retrieve the legally financeable products for all clients on a certain…
      operationId: finance.ClientFinancedProductAPI.byLocationAndFinanceTypesInPeriod
      parameters:
      - name: unit_id
        in: query
        description: the id of the location we want a list of
        schema:
          type: integer
          format: int64
      - name: finance_ids
        in: query
        description: a list of the financetypes we're interested in
        explode: true
        schema:
          type: array
          items:
            type: integer
            format: int64
      - name: start_period
        in: query
        description: the start of the period
        schema:
          type: string
          format: date
      - name: end_period
        in: query
        description: the end of the period
        schema:
          type: string
          format: date
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/finance.list.ClientFinancedProductList'
        '400':
          description: The unit, finance types, start date and end date are required, and the end date cannot be after the begin date
      x-replacement-for:
      - /t/finance/client_financed_products/by_location_and_finance_types_in_period
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    finance.list.ClientFinancedProductList:
      type: object
      properties:
        clientFinancedProducts:
          type: array
          items:
            $ref: '#/components/schemas/finance.ClientFinancedProduct'
          xml:
            name: clientFinancedProduct
      description: ClientFinancedProductList model (no description)
      example:
        clientFinancedProducts:
        - clientObjectId: 1
          financeTypeObjectId: 2
          financedProducts:
          - productObjectId: 2
            startDate: '2018-01-01'
            endDate: '2018-01-31'
          - productObjectId: 3
            startDate: '2018-02-01'
            endDate: '2018-03-01'
      xml:
        name: clientFinancedProducts
    finance.ClientFinancedProduct:
      type: object
      properties:
        clientObjectId:
          type: integer
          description: The client for which we produce a list of products which are legally financed
          format: int64
        financeTypeObjectId:
          type: integer
          format: int64
        financedProducts:
          type: array
          items:
            $ref: '#/components/schemas/finance.FinancedProduct'
          description: The list of products
          xml:
            wrapped: true
      description: ClientFinancedProduct model (no description)
      example:
        clientObjectId: 1
        financeTypeObjectId: 2
        financedProducts:
        - productObjectId: 2
          startDate: '2018-01-01'
          endDate: '2018-01-31'
        - productObjectId: 3
          startDate: '2018-02-01'
          endDate: '2018-03-01'
      xml:
        name: clientFinancedProduct
    finance.FinancedProduct:
      type: object
      properties:
        productObjectId:
          type: integer
          description: The product that the client has legal financial rights for
          format: int64
        startDate:
          type: string
          description: The start date the product has legal financial rights
          format: date
        endDate:
          type: string
          description: The end date (inclusive) the product has financial rights
          format: date
      description: FinancedProduct model (no description)
      example:
        productObjectId: 2
        startDate: '2018-01-01'
        endDate: '2018-01-31'
      xml:
        name: financedProduct
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json