Updates a single person with the given identifier and matching linking identifier

PUT /api/crm/linked_person

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • default
PUT /api/crm/linked_person
curl \
 --request PUT 'https://replace-with-own-host.iw-erp.de/api/crm/linked_person' \
 --header "x-session-token: $API_KEY"