Nedap Expense.Expense Address Model API

The expense.ExpenseAddressModel API from Nedap — 4 operation(s) for expense.expenseaddressmodel.

Operations 6

GET /t/employees/{employee_id}/expense_address Returns the expense addresses of given employee #
PUT /t/employees/{employee_id}/expense_address Update an expense address #
DELETE /t/employees/{employee_id}/expense_address/{expenseAddress_id} Removes expense address #
GET /v0/administration/authorized/employees/{employee_id}/expense_address Returns the expense addresses of given employee #
PUT /v0/administration/authorized/employees/{employee_id}/expense_address Update an expense address #
DELETE /v0/administration/authorized/employees/{employee_id}/expense_address/{expenseAddress_id} Removes expense address #

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-expense-expenseaddressmodel-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-expense-expenseaddressmodel-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Expense.Expense Address Model API
  version: 0.0.0
  description: 'Operations tagged expense.ExpenseAddressModel 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: expense.ExpenseAddressModel
paths:
  /t/employees/{employee_id}/expense_address:
    get:
      tags:
      - expense.ExpenseAddressModel
      summary: Returns the expense addresses of given employee
      operationId: expense.ExpenseAddressModelAPI.getExpenseAddresses
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      - name: employee_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/expense.list.ExpenseAddressModelList'
        '403':
          description: Insufficient rights
      x-replaced-by: /v0/administration/authorized/employees/{employee_id}/expense_address
      deprecated: true
      x-deprecated-since: 19-11-2025
    put:
      tags:
      - expense.ExpenseAddressModel
      summary: Update an expense address
      operationId: expense.ExpenseAddressModelAPI.createOrUpdateExpenseAddress
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      - name: employee_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        description: ExpenseAddress to update
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/expense.ExpenseAddressModel'
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/expense.ExpenseAddressModel'
        '400':
          description: Validation errors
        '403':
          description: Insufficient rights
      x-replaced-by: /v0/administration/authorized/employees/{employee_id}/expense_address
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/employees/{employee_id}/expense_address/{expenseAddress_id}:
    delete:
      tags:
      - expense.ExpenseAddressModel
      summary: Removes expense address
      operationId: expense.ExpenseAddressModelAPI.removeExpenseAddress
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      - name: employee_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: expenseAddress_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '204':
          description: Success
        '400':
          description: Validation errors
        '403':
          description: Insufficient rights
        '404':
          description: Expense address not found
      x-replaced-by: /v0/administration/authorized/employees/{employee_id}/expense_address/{expenseAddress_id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/authorized/employees/{employee_id}/expense_address:
    get:
      tags:
      - expense.ExpenseAddressModel
      summary: Returns the expense addresses of given employee
      operationId: expense.ExpenseAddressModelAPI.getExpenseAddresses
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      - name: employee_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/expense.list.ExpenseAddressModelList'
        '403':
          description: Insufficient rights
      x-replacement-for:
      - /t/employees/{employee_id}/expense_address
    put:
      tags:
      - expense.ExpenseAddressModel
      summary: Update an expense address
      operationId: expense.ExpenseAddressModelAPI.createOrUpdateExpenseAddress
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      - name: employee_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      requestBody:
        description: ExpenseAddress to update
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/expense.ExpenseAddressModel'
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/expense.ExpenseAddressModel'
        '400':
          description: Validation errors
        '403':
          description: Insufficient rights
      x-replacement-for:
      - /t/employees/{employee_id}/expense_address
    servers:
    - url: https://api-development.ons.io
  /v0/administration/authorized/employees/{employee_id}/expense_address/{expenseAddress_id}:
    delete:
      tags:
      - expense.ExpenseAddressModel
      summary: Removes expense address
      operationId: expense.ExpenseAddressModelAPI.removeExpenseAddress
      parameters:
      - name: X-Cupido-User-Name
        in: header
        schema:
          type: string
      - name: X-Cupido-Active-Identity
        in: header
        schema:
          type: string
      - name: employee_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      - name: expenseAddress_id
        in: path
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '204':
          description: Success
        '400':
          description: Validation errors
        '403':
          description: Insufficient rights
        '404':
          description: Expense address not found
      x-replacement-for:
      - /t/employees/{employee_id}/expense_address/{expenseAddress_id}
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    expense.list.ExpenseAddressModelList:
      type: object
      properties:
        expenseAddressModels:
          type: array
          items:
            $ref: '#/components/schemas/expense.ExpenseAddressModel'
      description: List of departe location settings (ExpenseAddressModel) for an employee
      example:
        expenseAddressModels:
        - id: 124
          beginDate: '2020-01-01'
          departureLocation: HOME
          endDate: '2020-01-31'
    DepartureLocation:
      enum:
      - HOME
      - OFFICE
      type: string
      description: DepartureLocation which is used to determine which address should be used for the automated travel calculations
      example: HOME
    expense.ExpenseAddressModel:
      type: object
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        beginDate:
          type: string
          description: Begindate of this departure location settings
          format: date
        departureLocation:
          $ref: '#/components/schemas/DepartureLocation'
        endDate:
          type: string
          description: Enddate of this departure location settings
          format: date
      description: Departure location of an employee
      example:
        id: 123
        beginDate: '2020-01-01'
        departureLocation: HOME
        endDate: '2020-01-31'
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json