Nedap Hour Type Product Assignment API

The HourTypeProductAssignment API from Nedap — 6 operation(s) for hourtypeproductassignment.

Operations 6

GET /t/hour_type_product_assignments Returns every HourTypeProductAssignment available #
GET /t/hour_type_product_assignments/{id} Returns the HourTypeProductAssignment with the provided id #
GET /t/hour_types/{id}/product_assignments Returns the HourTypeProductAssignments assigned to the HourType with the… #
GET /v0/administration/hour_type_product_assignments Returns every HourTypeProductAssignment available #
GET /v0/administration/hour_type_product_assignments/{id} Returns the HourTypeProductAssignment with the provided id #
GET /v0/administration/hour_types/{id}/product_assignments Returns the HourTypeProductAssignments assigned to the HourType with 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-hourtypeproductassignment-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-hourtypeproductassignment-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Hour Type Product Assignment API
  version: 0.0.0
  description: 'Operations tagged HourTypeProductAssignment 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: HourTypeProductAssignment
paths:
  /t/hour_type_product_assignments:
    get:
      tags:
      - HourTypeProductAssignment
      summary: Returns every HourTypeProductAssignment available
      operationId: HourTypeProductAssignmentAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.HourTypeProductAssignmentList'
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/hour_type_product_assignments
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/hour_type_product_assignments/{id}:
    get:
      tags:
      - HourTypeProductAssignment
      summary: Returns the HourTypeProductAssignment with the provided id
      operationId: HourTypeProductAssignmentAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting HourTypeProductAssignment
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HourTypeProductAssignment'
        '404':
          description: HourTypeProductAssignment not found
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/hour_type_product_assignments/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/hour_types/{id}/product_assignments:
    get:
      tags:
      - HourTypeProductAssignment
      summary: Returns the HourTypeProductAssignments assigned to the HourType with the…
      operationId: HourTypeProductAssignmentAPI.byHourTypeId
      parameters:
      - name: id
        in: path
        description: used for selecting HourType for which to get the assignments
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.HourTypeProductAssignmentList'
        '404':
          description: Hour type not found
      x-replaced-by: /v0/administration/hour_types/{id}/product_assignments
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/hour_type_product_assignments:
    get:
      tags:
      - HourTypeProductAssignment
      summary: Returns every HourTypeProductAssignment available
      operationId: HourTypeProductAssignmentAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.HourTypeProductAssignmentList'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/hour_type_product_assignments
    servers:
    - url: https://api-development.ons.io
  /v0/administration/hour_type_product_assignments/{id}:
    get:
      tags:
      - HourTypeProductAssignment
      summary: Returns the HourTypeProductAssignment with the provided id
      operationId: HourTypeProductAssignmentAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting HourTypeProductAssignment
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HourTypeProductAssignment'
        '404':
          description: HourTypeProductAssignment not found
      x-cupido-common-method: true
      x-replacement-for:
      - /t/hour_type_product_assignments/{id}
    servers:
    - url: https://api-development.ons.io
  /v0/administration/hour_types/{id}/product_assignments:
    get:
      tags:
      - HourTypeProductAssignment
      summary: Returns the HourTypeProductAssignments assigned to the HourType with the…
      operationId: HourTypeProductAssignmentAPI.byHourTypeId
      parameters:
      - name: id
        in: path
        description: used for selecting HourType for which to get the assignments
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.HourTypeProductAssignmentList'
        '404':
          description: Hour type not found
      x-replacement-for:
      - /t/hour_types/{id}/product_assignments
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    HourTypeProductAssignment:
      type: object
      properties:
        id:
          type: integer
          description: Unique ID of this HourTypeProductAssignment
          format: int64
          x-cupido-id: true
        productId:
          type: integer
          description: Id of the {@link Product} in the {@link CareOrderProduct} this assignment matches on.
          format: int64
        debtorId:
          type: integer
          description: Optional id of the {@link Debtor} this assignment matches on.
          format: int64
        hourTypeId:
          type: integer
          description: Id of the {@link HourType} this assignment belongs to.
          format: int64
        expertiseProfileId:
          type: integer
          description: Optional id of the {@link ExpertiseProfile} this assignment matches on.
          format: int64
        agbCode:
          type: string
          description: Optional AGB code this assignment matches on.
        rank:
          type: integer
          description: Rank of this assignment in the assignment matching sequence for the {@link HourType} this assignment belongs to. A lower number means a higher priority.
          format: int32
        declarableProductId:
          type: integer
          description: Id of the {@link Product} is used for invoicing when this assignment matches.
          format: int64
        leveringsvoorwaardePerClient:
          type: boolean
          description: This field indicates if the leveringsvoorwaarde should be used when matching the assignment. It is only used for old AWBZ {@link CareOrder}s.
        beginDate:
          type: string
          description: Begin date of the validity period for this assignment.
          format: date
        endDate:
          type: string
          description: End date of the validity period for this assignment.
          format: date
        percentage:
          type: integer
          description: Percentage that this rule contributes to the final invoice
          format: int32
      description: A.K.A. ProductActivityAssignment in IOServer
      example:
        id: 1
        productId: 1
        debtorId: 1
        hourTypeId: 1
        expertiseProfileId: 1
        agbCode: '12345678'
        rank: 1
        declarableProductId: 1
        leveringsvoorwaardePerClient: false
        beginDate: '2022-01-01'
        endDate: '2022-12-31'
        percentage: 100
      xml:
        name: hourTypeProductAssignment
    list.HourTypeProductAssignmentList:
      type: object
      properties:
        hourTypeProductAssignments:
          type: array
          items:
            $ref: '#/components/schemas/HourTypeProductAssignment'
          xml:
            name: hourTypeProductAssignment
      description: HourTypeProductAssignmentList model (no description)
      example:
        hourTypeProductAssignments:
        - id: 1
          productId: 1
          debtorId: 1
          hourTypeId: 1
          expertiseProfileId: 1
          agbCode: '12345678'
          rank: 1
          declarableProductId: 1
          leveringsvoorwaardePerClient: false
          beginDate: '2022-01-01'
          endDate: '2022-12-31'
          percentage: 100
      xml:
        name: hourTypeProductAssignments
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json