Update a manager
PATCH/companies/:companyID/managers/:id
Update a manager by his id
Request
Path Parameters
- application/json
Body
required
Array [
]
Array [
]
Array [
]
informations
object
Possible values: [physical, legal]
Possible values: [mr, mrs]
Mandatory if 'personType' is 'physical'.
Mandatory if 'personType' is 'physical'.
Birth date of the manager
Identity document number
Identity document delivery date
Identity document expiration date
Death date of the manager
Mandatory if 'personType' is 'legal'.
legalExecutives
object[]
nullable
Possible values: <= 4
List of legal executives (max 4).
addresses
object[]
nullable
Possible values: <= 3
List of addresses (max 3).
Possible values: [domicile, professional, fiscal]
phones
object[]
nullable
Possible values: <= 3
List of phone numbers (max 3).
Possible values: [landline, mobile]
Responses
- 200
Manager updated successfully
- application/json
- Schema
- Example (from schema)
Schema
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Jean dupont"
}