HTTP Operation Type Object
Query invoiceTypes

Description

An invoice type defines the business and legal classification applied to an invoice. It is used to distinguish standard invoices, simplified invoices, and amended invoices, and provides the related register type and SII classification code when applicable.

graphQL Query
query {
    invoiceTypes {
        edges {
            node {
                id
                creationDate
                modificationDate
                description
                isAmendInvoice
                registerType
                siiCode
                invoiceTypesCode
            }
        }
    }
}
Example Response
{
    "data": {
        "invoiceTypes": {
            "edges": [
                {
                    "node": {
                        "id": "01234567-89ab-cdef-0123-456789abcdef",
                        "creationDate": "2026-05-27T10:00:00.000Z",
                        "modificationDate": "2026-05-27T10:00:00.000Z",
                        "description": "Standard invoice",
                        "isAmendInvoice": false,
                        "registerType": "ISSUED",
                        "siiCode": "F1",
                        "invoiceTypesCode": "INV"
                    }
                }
            ]
        }
    }
}
Key Value
Authorization Bearer Current access Token How to find?
X-TenantId Current tenant id Why deprecated ?
X-OrganizationId Current organization Id How to find?
x-api-key Primary or secondary subscription key of your app How to find?

invoiceTypes

Fields Type Description
id UUID Id
creationDate DateTime Creation Date
modificationDate DateTime Modification Date
     
description String Description
isAmendInvoice Boolean Indicates whether this is an amended invoice
registerType
  • BOTH
  • RECEIVED
  • ISSUED
Register type
siiCode String SII code
invoiceTypesCode String Invoice type code
Info
  • siiCode:
    • Unused for the French market

    Code used for the Spanish SII (Immediate Supply of Information) classification of the invoice type.

    • Unused for the German market