Skip to main content

updateRentalAccountInvoice

DEPRECATED

Will be removed on 15/01/2027, use update_rental_account_invoice_v2 instead

Update an invoice for a rental account

updateRentalAccountInvoice(
accountId: UUID!
id: UUID!
rentalAccountInvoice: RentalAccountInvoiceInput!
): RentalAccount! @deprecated

Arguments

NomTypeDescription
accountIdUUID! non-null scalar
idUUID! non-null scalar
rentalAccountInvoiceRentalAccountInvoiceInput! non-null input

Response

RentalAccount object