MoralProfile
No description
type MoralProfile {
address: Address
bankAccount: BankAccount
billingAddress: Address
category: LegalStatusEnum
comment: String
createdDate: DateTime!
customReference: String
customReferencePlaceholder: String
documents: MoralProfileDocuments
entityCategoryRelations: [EntityCategoryRelation!]
externalId: String
foreignId: String
id: UUID!
legalForm: String
moralProfileContacts: [MoralProfileContact!]!
nafOrApe: String
name: String
officialContact: OfficialContact
organizationId: UUID!
rcs: String
reference: String
registration: Registration
registrationDate: Date
shareCapitalAmount: Int
siren: String
siret: String
siretOrSiren: String @deprecated
tva: String
updatedDate: DateTime!
warranty: Warranty
}
Fields
| Nom | Type | Description |
|---|---|---|
| address | Address object | — |
| bankAccount | BankAccount object | — |
| billingAddress | Address object | — |
| category | LegalStatusEnum enum | — |
| comment | String scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| customReference | String scalar | — |
| customReferencePlaceholder | String scalar | — |
| documents | MoralProfileDocuments 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 |
| legalForm | String scalar | — |
| moralProfileContacts | [MoralProfileContact!]! non-null object | — |
| nafOrApe | String scalar | — |
| name | String scalar | — |
| officialContact | OfficialContact object | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| rcs | String scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| registration | Registration object | — |
| registrationDate | Date scalar | — |
| shareCapitalAmount | Int scalar | — |
| siren | String scalar | — |
| siret | String scalar | — |
| tva | String scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| warranty | Warranty object | createMoralProfile deleteMoralProfile moralProfile updateMoralProfile MoralProfileContact PaginatedMoralProfiles RentalContractSignatory RentalFolderFinancialGuarantee RentalFolderFinancialGuaranteeBeneficiary RentalFolderProfile |