INPUT_OBJECT

UpdateInvoiceInput

An input data structure to update an invoice

link GraphQL Schema definition

  • input UpdateInvoiceInput {
  • # Code comptabilité analytique
  • accountingAnalytics: String
  • # City of the invoice addressee (the entity that is linked to the invoice - it can
  • # be a company, a trainee or a funding agency)
  • city: String
  • # City code of the invoice addressee (the entity that is linked to the invoice -
  • # it can be a company, a trainee or a funding agency)
  • cityCode: String
  • # Country code (max 2 char) of the invoice addressee (the entity that is linked to
  • # the invoice - it can be a company, a trainee or a funding agency)
  • countryCode: String
  • # Date de facture
  • date: String
  • # Mention libre
  • freeText: String
  • items: [InvoiceItemInput]
  • # Numéro de facture
  • number: Int
  • # Order form number. Must be less than 50 characters.
  • orderForm: String
  • # Préfixe de facture
  • prefix: String
  • # Référence de facture
  • reference: String
  • # Road address of the invoice addressee (the entity that is linked to the invoice
  • # - it can be a company, a trainee or a funding agency)
  • roadAddress: String
  • vat: Float
  • }