RentalFolderInput
No description
input RentalFolderInput {
accountingInvoiceConfigId: UUID
allocationDetails: RentalFolderAllocationDetailsInput
blocNoteProofs: FolderInput
comment: String
contractDetails: RentalFolderContractDetailsInput!
externalId: String
financialGuarantees: [RentalFolderFinancialGuaranteeInput]
id: UUID
importId: String
isAutomaticInvoicingEnabled: Boolean
isFinancialGuaranteeRequired: Boolean
isSubletting: Boolean
ownerId: UUID
paymentMethod: RentalFolderPaymentMethodInput
profiles: [RentalFolderProfileInput!]!
recipient: RentalFolderRecipientInput
reference: String
rentAssistance: RentalFolderRentAssistanceInput
rentalAccount: RentalAccountInput
rentalInsurances: [RentalFolderRentalInsuranceInput]
representativeId: UUID!
units: [RentalFolderUnitInput!]!
}
Fields
| Nom | Type | Description |
|---|---|---|
| accountingInvoiceConfigId | UUID scalar | — |
| allocationDetails | RentalFolderAllocationDetailsInput input | — |
| blocNoteProofs | FolderInput input | — |
| comment | String scalar | — |
| contractDetails | RentalFolderContractDetailsInput! non-null input | — |
| externalId | String scalar | — |
| financialGuarantees | [RentalFolderFinancialGuaranteeInput] list input | — |
| id | UUID scalar | — |
| importId | String scalar | — |
| isAutomaticInvoicingEnabled | Boolean scalar | — |
| isFinancialGuaranteeRequired | Boolean scalar | — |
| isSubletting | Boolean scalar | — |
| ownerId | UUID scalar | — |
| paymentMethod | RentalFolderPaymentMethodInput input | — |
| profiles | [RentalFolderProfileInput!]! non-null input | — |
| recipient | RentalFolderRecipientInput input | — |
| reference | String scalar | — |
| rentAssistance | RentalFolderRentAssistanceInput input | — |
| rentalAccount | RentalAccountInput input | — |
| rentalInsurances | [RentalFolderRentalInsuranceInput] list input | — |
| representativeId | UUID! non-null scalar | — |
| units | [RentalFolderUnitInput!]! non-null input | updateRentalFolder |