StakeHolderView
Represents a stakeholder (person or company)
Unique identifier of the stakeholder
123e4567-e89b-12d3-a456-426614174000Type of stakeholder (person or company)
personFirst name of the stakeholder (null for companies)
JohnLast name of the stakeholder (null for companies)
DoeFull name of the stakeholder (null for person, company name required)
StonalSIREN number of the companies (null for persons)
123456789Address of the company
Postal code of the company
City of the company
External code of the company
contactsDetails object[]
List of contact details of the stakeholder
Phone number of the contact
0123456789Additional infos of the contact
Some additional infosEmail address required for person and company
john.doe@example.comDate of creation of the contact
2020-01-01phoneNumbers object[]
Qualified phone numbers of the stakeholder
Value of the coordinate (phone number or email)
0611223344Qualifier of the coordinate
MobileWhether this is the primary coordinate of its type
falsetrueemails object[]
Qualified emails of the stakeholder
Value of the coordinate (phone number or email)
0611223344Qualifier of the coordinate
MobileWhether this is the primary coordinate of its type
falsetruecontracts object[]
Stakeholder contracts list
Id of the contract
Type of the contract
LEASECode of the contract
Label of the contract
Asset stonal ids linked of the contract
Children assets stonal ids linked of the contract
Derived contact sub-type (read-only): the distinct holder-type codes of the stakeholder's active (non-terminated) contracts. Empty when the stakeholder has no active contract.
["LEASE","MAINTENANCE"]Active status of the stakeholder
falseFax of the company
Function of the person
Refers to the stakeholder hierarchy only (not the asset perimeter or a contract): uid of this stakeholder's parent company — the mother company for a company, the attachment company for a person
030f134a-fb24-4a16-8acb-d29d9ba50077parent object
- StakeHolderParentView
- null
Uid of the parent
030f134a-fb24-4a16-8acb-d29d9ba50077Name of the parent
Acme CorpSIREN of the parent
552100554Refers to the stakeholder hierarchy only (not the asset perimeter or a contract): whether this stakeholder has at least one child — a company's subsidiaries or the persons attached to it. Fetch the children with ?parentUid=
falsetrueDate of creation of the stakeholder
2024-01-15Date of last update of the stakeholder
2024-11-10T14:30:00{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"type": "person",
"firstName": "John",
"lastName": "Doe",
"name": "Stonal",
"siren": "123456789",
"address": "",
"postalCode": "",
"city": "",
"externalCode": "",
"contactsDetails": "",
"phoneNumbers": "",
"emails": "",
"contracts": "",
"contractTypes": [
"LEASE",
"MAINTENANCE"
],
"isActive": false,
"fax": "",
"function": "",
"parentUid": "030f134a-fb24-4a16-8acb-d29d9ba50077",
"parent": {
"uid": "030f134a-fb24-4a16-8acb-d29d9ba50077",
"name": "Acme Corp",
"siren": "552100554"
},
"hasChildren": true,
"creationDate": "2024-01-15",
"updatedAt": "2024-11-10T14:30:00"
}