MoralProfileInput
No description
input MoralProfileInput {
address: AddressInput
bankAccount: BankAccountInput
billingAddress: AddressInput
category: LegalStatusEnum
comment: String
customReference: String
documents: MoralProfileDocumentsInput
entityCategoryRelations: [EntityCategoryRelationInput!]
externalId: String
foreignId: String
id: UUID
legalForm: String
moralProfileContacts: [MoralProfileContactInput]
nafOrApe: String
name: String!
officialContact: OfficialContactInput
rcs: String
reference: String
registration: RegistrationInput
registrationDate: Date
shareCapitalAmount: Int
siren: String
siret: String
tva: String
warranty: WarrantyInput
}
Fields
| Nom | Type | Description |
|---|---|---|
| address | AddressInput input | — |
| bankAccount | BankAccountInput input | — |
| billingAddress | AddressInput input | — |
| category | LegalStatusEnum enum | — |
| comment | String scalar | — |
| customReference | String scalar | — |
| documents | MoralProfileDocumentsInput 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 |
| legalForm | String scalar | — |
| moralProfileContacts | [MoralProfileContactInput] list input | — |
| nafOrApe | String scalar | — |
| name | String! non-null scalar | — |
| officialContact | OfficialContactInput input | — |
| rcs | String scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| registration | RegistrationInput input | — |
| registrationDate | Date scalar | — |
| shareCapitalAmount | Int scalar | — |
| siren | String scalar | — |
| siret | String scalar | — |
| tva | String scalar | — |
| warranty | WarrantyInput input | createMoralProfile updateMoralProfile |