PersonalProfileInput
No description
input PersonalProfileInput {
benefitNumber: String
childrenTotal: Int
comment: String
contact: ContactInput
currentHousing: CurrentHousingInput
customReference: String
documents: PersonalProfileDocumentsInput
entityCategoryRelations: [EntityCategoryRelationInput!]
externalId: String
foreignId: String
id: UUID
isMobilityReduced: Boolean
maritalStatus: MaritalStatusType
nationality: NationalityType
nationalityDetail: String
profession: ProfessionInput
reference: String
residencePermitExpirationDate: Date
residencePermitIssueDate: Date
resources: [ResourceInput]
tax: TaxInput
}
Fields
| Nom | Type | Description |
|---|---|---|
| benefitNumber | String scalar | — |
| childrenTotal | Int scalar | — |
| comment | String scalar | — |
| contact | ContactInput input | — |
| currentHousing | CurrentHousingInput input | — |
| customReference | String scalar | — |
| documents | PersonalProfileDocumentsInput input | — |
| entityCategoryRelations | [EntityCategoryRelationInput!] list input | — |
| 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 scalar | Unique identifier of the entity |
| isMobilityReduced | Boolean scalar | — |
| maritalStatus | MaritalStatusType enum | — |
| nationality | NationalityType enum | — |
| nationalityDetail | String scalar | — |
| profession | ProfessionInput input | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| residencePermitExpirationDate | Date scalar | — |
| residencePermitIssueDate | Date scalar | — |
| resources | [ResourceInput] list input | — |
| tax | TaxInput input | createPersonalProfile updatePersonalProfile |