Update Managing Director

The endpoint allows to update an existing Managing Director.

SecuritybearerAuth
Request
path Parameters
Business-ID
required
string <uuid>

Business-ID

Managing-Director-ID
required
string <uuid>

Managing-Director-ID

Request Body schema: application/json

Request details

legal_name
string

Legal Name

person_type
string

Person type

Enum: "legal_person" "natural_person"
legal_form
string

Legal Form

register_number
string

Register Number

object
Responses
200

The Managing Director has been updated

401

Unauthorized

403

Forbidden

404

Not found

422

Error

500

Internal Error

503

Maintenance or Service unavailable

patch/v1/businesses/{Business-ID}/managing-directors/{Managing-Director-ID}
Request samples
application/json
{
  • "legal_name": "John Smith",
  • "person_type": "legal_person",
  • "legal_form": "some_legal_form",
  • "register_number": "AT 1441251007-2",
  • "address": {
    }
}
Response samples
application/json
{
  • "data": {
    }
}