PersonalProfileDocuments
No description
type PersonalProfileDocuments {
addressProof: Folder
createdDate: DateTime!
id: UUID!
identityProof: Folder
organizationId: UUID!
other: Folder
professionalStatusProof: Folder
residencePermitProof: Folder
resourceProof: Folder
taxNoticeProof: Folder
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| addressProof | Folder object | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| identityProof | Folder object | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| other | Folder object | — |
| professionalStatusProof | Folder object | — |
| residencePermitProof | Folder object | — |
| resourceProof | Folder object | — |
| taxNoticeProof | Folder object | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity updatePersonalProfileDocumentsAddressProof updatePersonalProfileDocumentsIdentityProof updatePersonalProfileDocumentsOther updatePersonalProfileDocumentsProfessionalStatusProof updatePersonalProfileDocumentsResidencePermitProof updatePersonalProfileDocumentsResourceProof updatePersonalProfileDocumentsTaxNoticeProof PersonalProfile |