PersonalProfile
No description
type PersonalProfile {
benefitNumber: String
childrenTotal: Int
comment: String
contact: Contact
createdDate: DateTime!
currentHousing: CurrentHousing
customReference: String
customReferencePlaceholder: String
documents: PersonalProfileDocuments
entityCategoryRelations: [EntityCategoryRelation!]
externalId: String
foreignId: String
id: UUID!
isMobilityReduced: Boolean
maritalStatus: MaritalStatusType
nationality: NationalityType
nationalityDetail: String
organizationId: UUID!
profession: Profession
reference: String
residencePermitExpirationDate: Date
residencePermitIssueDate: Date
resources: [Resource!]!
tax: Tax
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| benefitNumber | String scalar | — |
| childrenTotal | Int scalar | — |
| comment | String scalar | — |
| contact | Contact object | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| currentHousing | CurrentHousing object | — |
| customReference | String scalar | — |
| customReferencePlaceholder | String scalar | — |
| documents | PersonalProfileDocuments object | — |
| entityCategoryRelations | [EntityCategoryRelation!] list object | — |
| externalId | String scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID! non-null scalar | Unique identifier of the entity |
| isMobilityReduced | Boolean scalar | — |
| maritalStatus | MaritalStatusType enum | — |
| nationality | NationalityType enum | — |
| nationalityDetail | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| profession | Profession object | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| residencePermitExpirationDate | Date scalar | — |
| residencePermitIssueDate | Date scalar | — |
| resources | [Resource!]! non-null object | — |
| tax | Tax object | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity createPersonalProfile deletePersonalProfile personalProfile updatePersonalProfile PaginatedPersonalProfiles RentalContractSignatory RentalFolderFinancialGuarantee RentalFolderFinancialGuaranteeBeneficiary RentalFolderProfile |