BusinessUnitInput
No description
input BusinessUnitInput {
administrativeContact: ContactInput
bankAccountDetailsFolder: FolderInput
billingAddress: AddressInput
businessUnitFinancialAccounts: [BusinessUnitFinancialAccountInput]
comments: String
description: String
externalId: String
fiscalStatus: FiscalStatusEnum
housingAddress: AddressInput!
ics: String
id: UUID
identityProofsFolder: FolderInput
intracommunityVatCode: String
invoiceLogoFile: FileInput
invoiceSignatureFile: FileInput
legalRepresentativeContact: ContactInput
legalStatus: LegalStatusEnum
managementReportsFolder: FolderInput
nafOrApe: String
name: String!
officialContact: OfficialContactInput
rcs: String
registrationDate: Date
shareCapitalAmount: Int
siretOrSiren: String
taxDocumentsFolder: FolderInput
type: BusinessUnitTypeEnum!
vatMention: String
vatRate: Int
vatRegime: VatRegimeTypeEnum
}
Fields
| Nom | Type | Description |
|---|---|---|
| administrativeContact | ContactInput input | — |
| bankAccountDetailsFolder | FolderInput input | — |
| billingAddress | AddressInput input | — |
| businessUnitFinancialAccounts | [BusinessUnitFinancialAccountInput] list input | — |
| comments | String scalar | — |
| description | String scalar | — |
| externalId | String scalar | — |
| fiscalStatus | FiscalStatusEnum enum | — |
| housingAddress | AddressInput! non-null input | — |
| ics | String scalar | — |
| id | UUID scalar | — |
| identityProofsFolder | FolderInput input | — |
| intracommunityVatCode | String scalar | — |
| invoiceLogoFile | FileInput input | — |
| invoiceSignatureFile | FileInput input | — |
| legalRepresentativeContact | ContactInput input | — |
| legalStatus | LegalStatusEnum enum | — |
| managementReportsFolder | FolderInput input | — |
| nafOrApe | String scalar | — |
| name | String! non-null scalar | — |
| officialContact | OfficialContactInput input | — |
| rcs | String scalar | — |
| registrationDate | Date scalar | — |
| shareCapitalAmount | Int scalar | — |
| siretOrSiren | String scalar | — |
| taxDocumentsFolder | FolderInput input | — |
| type | BusinessUnitTypeEnum! non-null enum | — |
| vatMention | String scalar | — |
| vatRate | Int scalar | — |
| vatRegime | VatRegimeTypeEnum enum | createBusinessUnit updateBusinessUnit |