Registration
This is the Registration value object graphQL queryable object definition
FR: Immatriculation
type Registration {
createdDate: DateTime!
id: UUID!
legalAddress: Address
legalCategoryIdentifier: String
legalContact: Contact
legalFolder: Folder
legalForm: LegalStatusEnum
legalGeoIdentifier: String
legalIdentifier: String @deprecated
legalName: String
logoFile: File
registrationDate: Date
shareCapitalAmount: Int
siren: String
siret: String
updatedDate: DateTime!
vat: String
vatLegalMention: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| createdDate | DateTime! non-null scalar | — |
| id | UUID! non-null scalar | — |
| legalAddress | Address object | — |
| legalCategoryIdentifier | String scalar | — |
| legalContact | Contact object | — |
| legalFolder | Folder object | — |
| legalForm | LegalStatusEnum enum | — |
| legalGeoIdentifier | String scalar | — |
| legalName | String scalar | — |
| logoFile | File object | — |
| registrationDate | Date scalar | — |
| shareCapitalAmount | Int scalar | — |
| siren | String scalar | — |
| siret | String scalar | — |
| updatedDate | DateTime! non-null scalar | — |
| vat | String scalar | — |
| vatLegalMention | String scalar | MoralProfile Profile |