INPUT_OBJECT
UpdateInvoiceInput
An input data structure to update an invoice
link GraphQL Schema definition
- input UpdateInvoiceInput {
- # Code comptabilité analytique
- : 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)
- : 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)
- : 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)
- : String
- # Date de facture
- : String
- # Mention libre
- : String
- : [InvoiceItemInput]
- # Numéro de facture
- : Int
- # Order form number. Must be less than 50 characters.
- : String
- # Préfixe de facture
- : String
- # Référence de facture
- : 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)
- : String
- : Float
- }