{"queries":[{"name":"ATSettings","description":"**Get AT settings**\n\nRetrieves the Portuguese tax authority (AT) communication settings for the company.","returnType":"ATSettings!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankingInfo","description":"**Get bank account by ID**\n\nRetrieves the full details of a specific company bank account, including IBAN, SWIFT code, and bank name.","returnType":"BankingInfo!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"bankingInfoId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankingInfoLogs","description":"**Bank account audit logs**\n\nRetrieves the change history for company bank accounts, tracking additions, modifications, and removals.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankingInfos","description":"**List bank accounts**\n\nRetrieves the company's configured bank accounts (IBAN, SWIFT, bank name), used for document payment details and SEPA operations.","returnType":"BankingInfos!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"BankingInfoOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankRemittance","description":"**Get bank remittance by ID**\nRetrieves the details of a specific bank remittance, including its type, associated documents, and SEPA payment status.","returnType":"BankRemittance!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"bankRemittanceId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SingleBankRemittanceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankRemittanceLogs","description":"**Bank remittance audit logs**\nRetrieves the change history for bank remittances, tracking creation, modification, and processing events.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankRemittances","description":"**List bank remittances**\nRetrieves all bank remittances for the company. Remittances group multiple payment documents for batch processing via SEPA direct debit or credit transfer.","returnType":"BankRemittances!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"BankRemittanceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLading","description":"**Get bill of lading by ID**\n\nRetrieves the full details of a bill of lading, including transportation data, product lines, and loading/unloading information.","returnType":"BillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"BillsOfLadingOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingGetPDFToken","description":"**Generate bill of lading PDF download token**\n\nCreates a temporary secure token for downloading the bill of lading as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingGetZIPToken","description":"**Generate bill of lading ZIP download token**\n\nCreates a temporary secure token for downloading multiple bills of lading as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingLogs","description":"**Bill of lading audit logs**\n\nRetrieves the change history for bills of lading, tracking creation, updates, and fiscal authority communication.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingNextNumber","description":"**Get next bill of lading number**\n\nReturns the next sequential number for a new bill of lading in the specified document set.","returnType":"BillsOfLadingNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingRelatable","description":"**Get relatable documents for bill of lading**\n\nReturns documents that can be linked to this bill of lading, such as invoices for the transported goods.","returnType":"BillsOfLadingRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"BillsOfLadingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"billsOfLadings","description":"**List bills of lading**\n\nRetrieves a paginated list of bills of lading for the company, with filtering by date, customer, status, and document set.","returnType":"BillsOfLadings!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"BillsOfLadingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bulkCustomer","description":"**Bulk customer lookup**\n\nRetrieves aggregated data for multiple customers at once, returning a consolidated view as if they were a single entity. Useful for bulk operations and reporting.","returnType":"BulkCustomer!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerIds","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bulkProduct","description":"**Bulk product lookup**\n\nRetrieves aggregated data for multiple products at once, returning a consolidated view. Useful for bulk pricing updates and batch operations.","returnType":"BulkProduct!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productIds","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bulkSupplier","description":"**Bulk supplier lookup**\n\nRetrieves aggregated data for multiple suppliers at once, returning a consolidated view. Useful for bulk operations and reporting.","returnType":"BulkSupplier!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"supplierIds","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"checkATSettingsErrors","description":"**Check AT settings for errors**\n\nValidates the company's AT settings and returns any configuration errors that need to be resolved.","returnType":"ATSettingsErrors!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"forceRefresh","type":"Boolean","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"checkATUser","description":"**Verify AT user credentials**\n\nChecks if an AT user ID exists for the given Portuguese tax authority credentials.","returnType":"CheckATUser!","args":[{"name":"username","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"password","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"userId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companies","description":"**List companies**\n\nRetrieves a paginated list of companies accessible to the authenticated user, with support for filtering and sorting.","returnType":"Companies!","args":[{"name":"options","type":"CompanyOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"company","description":"**Get company by ID**\n\nRetrieves the full details of a single company, including fiscal information, subscription status, default settings, and associated configurations.","returnType":"Company!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CompanyOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyLogs","description":"**Company audit logs**\n\nRetrieves the change history for companies, tracking all create, update, and configuration change operations.","returnType":"Logs!","args":[{"name":"companyId","type":"Int","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyRole","description":"**Get company role by ID**\n\nRetrieves a specific role within a company, including its permission set and any inherited parent role permissions.","returnType":"CompanyRole!","args":[{"name":"roleId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyRoleLogs","description":"**Company role audit logs**\n\nRetrieves the change history for company roles, tracking permission changes and role management operations.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyRoles","description":"**List company roles**\n\nRetrieves all custom roles defined for a company. Each role defines a set of resource-level permissions that can be assigned to company users.","returnType":"CompanyRoles!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CompanyRoleOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companySubscriptions","description":"**List company subscriptions**\n\nRetrieves all subscription plans and add-ons active for a company, with pricing details and feature availability.","returnType":"CompanySubscriptions!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CompanySubscriptionOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"showExperimental","type":"Boolean","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUser","description":"**Get company user by ID**\n\nRetrieves a specific user's profile within a company, including their assigned role, permissions, and account details.","returnType":"CompanyUser!","args":[{"name":"userId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUserLogs","description":"**Company user audit logs**\n\nRetrieves the change history for company user management, tracking user additions, role changes, and removals.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUsers","description":"**List company users**\n\nRetrieves all users associated with a company, including their roles and permissions. Supports filtering and pagination.","returnType":"CompanyUsers!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CompanyUserOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"countries","description":"**List countries**\n\nRetrieves all available countries, with filtering options. Used for address forms, tax configuration, and fiscal settings.","returnType":"Countries!","args":[{"name":"options","type":"CountryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"**Get country by ID**\n\nRetrieves a country's details, including name, ISO code, tax rules, and regional settings.","returnType":"Country!","args":[{"name":"countryId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CountryOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNote","description":"**Get credit note by ID**\n\nRetrieves the full details of a credit note, including the original document reference, adjusted line items, and refund amounts.","returnType":"CreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CreditNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteGetPDFToken","description":"**Generate credit note PDF download token**\n\nCreates a temporary secure token for downloading the credit note as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteGetZIPToken","description":"**Generate credit note ZIP download token**\n\nCreates a temporary secure token for downloading multiple credit notes as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteLogs","description":"**Credit note audit logs**\n\nRetrieves the change history for credit notes, tracking creation, updates, and fiscal submissions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteNextNumber","description":"**Get next credit note number**\n\nReturns the next sequential number for a new credit note in the specified document set.","returnType":"CreditNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteRelatable","description":"**Get relatable documents for credit note**\n\nReturns documents that can be linked to this credit note, such as the original invoice.","returnType":"CreditNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CreditNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"creditNotes","description":"**List credit notes**\n\nRetrieves a paginated list of credit notes for the company, with filtering by date, customer, status, and document set.","returnType":"CreditNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CreditNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"currencies","description":"**List currencies**\n\nRetrieves all available currencies in the system (e.g., EUR, USD, GBP). Used for multi-currency document support.","returnType":"Currencies!","args":[{"name":"options","type":"CurrencyOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":"**Get currency by ID**\n\nRetrieves the details of a specific currency, including its ISO code, symbol, and decimal precision.","returnType":"Currency!","args":[{"name":"currencyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"currencyDenominations","description":"**List currency denominations**\n\nRetrieves all denominations (banknotes/coins) defined for a specific currency, used for cash register operations.","returnType":"CurrencyDenominations!","args":[{"name":"currencyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CurrencyDenominationOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","description":"**Get currency exchange rate by ID**\n\nRetrieves a specific currency exchange rate pair with its source and target currencies and conversion factor.","returnType":"CurrencyExchange!","args":[{"name":"currencyExchangeId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"currencyExchanges","description":"**List currency exchange rates**\n\nRetrieves all currency exchange rate pairs with their conversion rates, used for multi-currency document calculations.","returnType":"CurrencyExchanges!","args":[{"name":"options","type":"CurrencyExchangeOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"**Get customer by ID**\n\nRetrieves the full details of a single customer, including contact information, billing settings, associated taxes, delivery preferences, and alternate addresses.","returnType":"Customer!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerHistory","description":"**Get customer history**\n\nRetrieves the full document and interaction history for all customers in the company.","returnType":"CustomerHistory!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerHistoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerHistoryCustomer","description":"**Get specific customer's history**\n\nRetrieves the document and interaction history for a specific customer.","returnType":"CustomerHistoryCustomer!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerHistoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerHistoryUserSettingsTemplates","description":"**Queries for every UserSettingsTemplates**\n\nFinds and returns every UserSettingsTemplates.","returnType":"CustomerHistoryUserSettingsTemplates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerLogs","description":"**Customer audit logs**\n\nRetrieves the change history for customers, tracking all create, update, and delete operations performed on customer records.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerNextNumber","description":"**Next available customer number**\n\nCalculates the next sequential customer number, with optional prefix filtering. Useful when creating new customers to auto-suggest a reference number.","returnType":"CustomerNextNumber!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"GetNextCustomerNumberOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNote","description":"**Queries for one Customer return note**\n\nFinds and returns a result that matches the selected filter options","returnType":"CustomerReturnNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerReturnNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteGetPDFToken","description":"**Get a PDF token to download a Customer return note**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteGetZIPToken","description":"**Get a ZIP token to download Customer return note(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteLogs","description":"**Queries for Customer return note logs**\n\nFinds and returns every Customer return note logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteNextNumber","description":"**Get next number for a Customer return note**\n\nReturns the next number","returnType":"CustomerReturnNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Customer return note","returnType":"CustomerReturnNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerReturnNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"customerReturnNotes","description":"**Queries for every Bills of lading**\n\nFinds and returns every result that matches the selected filter options","returnType":"CustomerReturnNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerReturnNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customers","description":"**List customers**\n\nRetrieves a paginated list of customers for the specified company, with support for filtering, sorting, and searching by name, VAT, email, or number.","returnType":"Customers!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customField","description":"**Get custom field by ID**\n\nRetrieves a custom field's configuration, including name, data type, and validation rules.","returnType":"CustomField!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customFieldId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customFieldLogs","description":"**Custom field audit logs**\n\nRetrieves the change history for custom fields.","returnType":"LogsUUID!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogUUIDOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customFields","description":"**List custom fields**\n\nRetrieves all custom fields defined for the company — user-defined attributes for entities like products, customers, or documents.","returnType":"CustomFields!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomFieldOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNote","description":"**Get debit note by ID**\n\nRetrieves the full details of a debit note, including the additional charges, referenced document, and customer information.","returnType":"DebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DebitNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteGetPDFToken","description":"**Generate debit note PDF download token**\n\nCreates a temporary secure token for downloading the debit note as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteGetZIPToken","description":"**Generate debit note ZIP download token**\n\nCreates a temporary secure token for downloading multiple debit notes as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteLogs","description":"**Debit note audit logs**\n\nRetrieves the change history for debit notes, tracking creation, updates, and fiscal submissions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteNextNumber","description":"**Get next debit note number**\n\nReturns the next sequential number for a new debit note in the specified document set.","returnType":"DebitNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteRelatable","description":"**Get relatable documents for debit note**\n\nReturns documents that can be linked to this debit note, such as the original invoice or subsequent receipts.","returnType":"DebitNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DebitNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"debitNotes","description":"**List debit notes**\n\nRetrieves a paginated list of debit notes for the company, with filtering by date, customer, status, and document set.","returnType":"DebitNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DebitNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","description":"**Get delivery method by ID**\n\nRetrieves a delivery method's details, including name, description, and associated costs.","returnType":"DeliveryMethod!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryMethodId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodLogs","description":"**Delivery method audit logs**\n\nRetrieves the change history for delivery methods.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethods","description":"**List delivery methods**\n\nRetrieves all delivery methods configured for the company (e.g., express shipping, standard mail, pickup).","returnType":"DeliveryMethods!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DeliveryMethodOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNote","description":"**Get delivery note by ID**\n\nRetrieves the full details of a delivery note, including transportation data, product lines, loading/unloading addresses, and vehicle information.","returnType":"DeliveryNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DeliveryNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteGetPDFToken","description":"**Generate delivery note PDF download token**\n\nCreates a temporary secure token for downloading the delivery note as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteGetZIPToken","description":"**Generate delivery note ZIP download token**\n\nCreates a temporary secure token for downloading multiple delivery notes as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteLogs","description":"**Delivery note audit logs**\n\nRetrieves the change history for delivery notes, tracking creation, updates, and fiscal authority communication.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteNextNumber","description":"**Get next delivery note number**\n\nReturns the next sequential number for a new delivery note in the specified document set.","returnType":"DeliveryNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteRelatable","description":"**Get relatable documents for delivery note**\n\nReturns documents that can be linked to this delivery note, such as the invoice that will be issued for these goods.","returnType":"DeliveryNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DeliveryNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"deliveryNotes","description":"**List delivery notes**\n\nRetrieves a paginated list of delivery notes (guias de transporte), with filtering by date, customer, status, and document set.","returnType":"DeliveryNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DeliveryNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"document","description":"","returnType":"Document!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"DocumentATCommunicationStatuses","description":"**List document AT communication statuses**\n\nRetrieves the communication statuses of documents sent to the Portuguese tax authority.","returnType":"DocumentATCommunicationStatuses!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"communicationType","type":"DocumentATCommunicationTypeEnum","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentATCommunicationStatusOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentEvents","description":"**List document events**\n\nRetrieves all events linked to a specific document (e.g., payment reminders, follow-up tasks).","returnType":"Events!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EventOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentLink","description":"**Get document link by ID**\n\nRetrieves a document link — a public shareable URL that provides read-only access to a specific document without authentication.","returnType":"DocumentLink!","args":[{"name":"documentLinkId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentLinkOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplate","description":"**Get document email template by ID**\n\nRetrieves a document email template's details, including subject, body, and associated document types.","returnType":"DocumentMailMessageTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentMailMessageTemplateId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplateLogs","description":"**Document email template audit logs**\n\nRetrieves the change history for document email message templates.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplates","description":"**List document email templates**\n\nRetrieves all email message templates used when sending documents (invoices, estimates, etc.) via email.","returnType":"DocumentMailMessageTemplates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailMessageTemplateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentNextNumber","description":"","returnType":"DocumentNextNumber!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"apiCode","type":"ApiCode!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentPrintModel","description":"**Get document print model by ID**\n\nRetrieves the details of a specific print model, including its name, layout configuration, and supported document types.","returnType":"DocumentPrintModel!","args":[{"name":"documentPrintModelId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentPrintModelLogs","description":"**Document print model audit logs**\n\nRetrieves the change history for print models, tracking creation and modification operations.","returnType":"Logs!","args":[{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentPrintModels","description":"**List document print models**\n\nRetrieves all available print models (PDF templates/layouts) that define how documents are rendered when printed or exported to PDF.","returnType":"DocumentPrintModels!","args":[{"name":"options","type":"DocumentPrintModelOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentRelatable","description":"","returnType":"DocumentRelatables!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"apiCode","type":"ApiCode!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documents","description":"","returnType":"Documents!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSet","description":"**Get document set by ID**\n\nRetrieves the full details of a document set, including its code, name, associated document types, and AT registration status.","returnType":"DocumentSet!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetATCodesAvailableValidation","description":"**Check document set AT codes availability**\n\nValidates the uniqueness of multiple AT codes within a company, ensuring no duplicates exist.","returnType":"DocumentSetATCodeAvailableValidation","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"codes","type":"[String!]","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetATCodeValidation","description":"**Validate document set AT code format**\n\nChecks if a document set code is valid for the specified document type according to Portuguese Tax Authority (AT) requirements.","returnType":"DocumentSetATCodeValidation","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentTypeId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"code","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetATStatus","description":"**Get document set AT status by ID**\n\nRetrieves the AT communication status for a specific document set, including last report date and error details.","returnType":"DocumentSetATStatus!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetATStatusId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetATStatuses","description":"**List document set AT statuses**\n\nRetrieves AT (Portuguese Tax Authority) communication statuses for all document sets — registration, series approval, and reporting status.","returnType":"DocumentSetATStatuses!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentSetATStatusOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetATStatusLogs","description":"**Document set AT status audit logs**\n\nRetrieves the change history for document set AT communication statuses.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetLogs","description":"**Document set audit logs**\n\nRetrieves the change history for document sets, tracking creation, modification, and AT status changes.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSets","description":"**List all document sets**\n\nRetrieves all document sets (numbering series) for the company. Document sets define separate numbering sequences for different document types.","returnType":"DocumentSets!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentSetOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetsForDocument","description":"**List document sets for a document type**\n\nRetrieves all document sets (numbering series) available for a specific document type within a company.","returnType":"DocumentSetsForDocument!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentTypeId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetsForDocuments","description":"**List document sets for multiple document types**\n\nRetrieves document sets (numbering series) for multiple document types at once.","returnType":"DocumentSetsForDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentTypeIds","type":"[Int!]","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentsLogs","description":"","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentType","description":"**Get document type by ID**\n\nRetrieves the full details of a specific document type, including its SAF-T code, fiscal rules, and available operations.","returnType":"DocumentType!","args":[{"name":"documentTypeId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentTypeOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentTypes","description":"**List document types**\n\nRetrieves all available document types in the system (e.g., Invoice, Credit Note, Delivery Note, Receipt). Document types define the structure and behavior of each document category.","returnType":"DocumentTypes!","args":[{"name":"options","type":"DocumentTypeOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","description":"**Get economic activity code by ID**\n\nRetrieves a CAE code's details, including code number, description, and activity sector.","returnType":"EconomicActivityClassificationCode!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"economicActivityClassificationCodeId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeLogs","description":"**Economic activity code audit logs**\n\nRetrieves the change history for economic activity codes.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodes","description":"**List economic activity codes**\n\nRetrieves all CAE (economic activity classification) codes configured for the company.","returnType":"EconomicActivityClassificationCodes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EconomicActivityClassificationCodeOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimate","description":"**Get estimate by ID**\n\nRetrieves the full details of an estimate (quotation/proposal), including line items, pricing, taxes, and customer information.","returnType":"Estimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EstimateOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateGetPDFToken","description":"**Generate estimate PDF download token**\n\nCreates a temporary secure token for downloading the estimate as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateGetZIPToken","description":"**Generate estimate ZIP download token**\n\nCreates a temporary secure token for downloading multiple estimates as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateLogs","description":"**Estimate audit logs**\n\nRetrieves the change history for estimates, tracking creation, updates, conversions to invoices, and nullifications.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateNextNumber","description":"**Get next estimate number**\n\nReturns the next sequential number for a new estimate in the specified document set.","returnType":"EstimateNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateRelatable","description":"**Get relatable documents for estimate**\n\nReturns documents that can be linked to this estimate, such as invoices or delivery notes created from it.","returnType":"EstimateRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EstimateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"estimates","description":"**List estimates**\n\nRetrieves a paginated list of estimates (quotations/proposals), with filtering by date, customer, status, and document set.","returnType":"Estimates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EstimateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"event","description":"**Get event by ID**\n\nRetrieves an event's full details, including type, description, date, and linked entities.","returnType":"Event!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"eventId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"eventLogs","description":"**Event audit logs**\n\nRetrieves the change history for events.","returnType":"LogsUUID!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogUUIDOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"events","description":"**List events**\n\nRetrieves all scheduled events and reminders for the company (e.g., payment due dates, follow-ups).","returnType":"Events!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EventOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"eventsByDate","description":"**List events by date**\n\nRetrieves all events on a specific date.","returnType":"Events!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"date","type":"DateTime","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EventOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"eventsMonthByDate","description":"**List events by month**\n\nRetrieves all events occurring in the specified month for calendar display.","returnType":"Events!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"date","type":"DateTime","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"fiscalZonesTaxSettings","description":"**List all fiscal zone tax settings**\n\nRetrieves tax settings for all fiscal zones, with optional filtering. Can include the generic (default) settings.","returnType":"FiscalZonesTaxSettings!","args":[{"name":"options","type":"FiscalZoneTaxSettingsOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"includeGeneric","type":"Boolean","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneTaxSettings","description":"**Get fiscal zone tax settings**\n\nRetrieves the tax settings for a specific fiscal zone. Returns general settings if no custom settings are configured for the zone.","returnType":"FiscalZoneTaxSettings","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fiscalZone","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","description":"**Get geographic zone by ID**\n\nRetrieves a geographic zone's details, including name, countries, and tax/shipping rules.","returnType":"GeographicZone!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"geographicZoneId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneLogs","description":"**Geographic zone audit logs**\n\nRetrieves the change history for geographic zones.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"geographicZones","description":"**List geographic zones**\n\nRetrieves all geographic zones configured for the company, used for tax regions and shipping calculations.","returnType":"GeographicZones!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"GeographicZoneOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getATInventoryFileToken","description":"**Get AT inventory file download token**\n\nGenerates a temporary token to download the Portuguese tax authority inventory file.","returnType":"XMLToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"path","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCompanyBySlug","description":"Retrieves a company's full details by its unique URL slug","returnType":"Company!","args":[{"name":"slug","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CompanyOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomerGdprFileToken","description":"**GDPR file download token**\n\nGenerates a temporary secure token that can be used to download the customer's GDPR-related file attachment.","returnType":"CustomerGdprFileToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomerRelatedDocuments","description":"**Customer related documents**\n\nRetrieves all documents (invoices, credit notes, receipts, etc.) associated with a specific customer, with pagination and filtering options.","returnType":"CustomerRelatedDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerRelatedDocumentsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getDocumentAttachmentToken","description":"**Generates a token to get a document attachment file**","returnType":"DocumentAttachmentToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"apiCodePlural","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getEDIXMLToken","description":"**Get EDI XML download token**\n\nGenerates a temporary token to download an EDI (Electronic Data Interchange) XML file for the specified document path.","returnType":"XMLToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"path","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getFamily","description":"**Gets the channel family**","returnType":"Family!","args":[{"name":"channel","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"defaultLanguageId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"itemId","type":"String","description":"","defaultValue":null,"isPrivate":false},{"name":"parentId","type":"String","description":"","defaultValue":null,"isPrivate":false},{"name":"companyId","type":"Int","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getImportSheetErrorsToken","description":"**Generates a token to get the sheet errors file**","returnType":"ImportSheetErrorsToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"sheetId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getImportSheetWarningsToken","description":"**Generates a token to get the sheet warnings file**","returnType":"ImportSheetWarningsToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"sheetId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getImportToken","description":"**Generates a token to get the imported file**","returnType":"ImportToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"importJobId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPDFToken","description":"**Generates a token to get pdf file**","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"request","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPossibleDocuments","description":"**List eligible documents for bank remittance**\nReturns documents that can be added to a bank remittance, filtered by remittance type (direct debit or credit transfer).","returnType":"PossibleDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"type","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PossibleDocumentsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSAFTImporterErrorsFileToken","description":"**Generates a token to get the SAF-T (PT) importer errors file**","returnType":"SAFTImporterErrorsFileToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"jobId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSaftImportToken","description":"**Generates a token to get the SAF-T (PT) imported file**","returnType":"SaftImportToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"jobId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSAFTXMLToken","description":"**Get SAF-T XML download token**\n\nGenerates a temporary token to download a SAF-T(PT) XML file for the company.","returnType":"XMLToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"path","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalespersonRelatedDocuments","description":"**Salesperson related documents**\n\nRetrieves all documents associated with a specific salesperson (invoices, receipts, etc.) where they earned commissions.","returnType":"SalespersonRelatedDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"salespersonId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonRelatedDocumentsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSupplierRelatedDocuments","description":"**Supplier related documents**\n\nRetrieves all purchase documents (purchase orders, invoices, etc.) associated with a specific supplier, with pagination and filtering options.","returnType":"SupplierRelatedDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"supplierId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierRelatedDocumentsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getXLSXToken","description":"**Generates a token to get xlsx file**","returnType":"XLSXToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"request","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getXMLToken","description":"**Generates a token to get xml file**","returnType":"XMLToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"request","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"hook","description":"**Get webhook by ID**\n\nRetrieves a webhook's configuration details, including URL, subscribed events, and delivery status.","returnType":"Hook!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"hookId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"hookLogs","description":"**Webhook audit logs**\n\nRetrieves the change history and delivery logs for webhooks.","returnType":"LogsUUID!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogUUIDOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"hookModelOperations","description":"**List available webhook events**\n\nReturns all available model-operation combinations that can be used as webhook triggers (e.g., invoice.create, product.update).","returnType":"HookModelOperations!","args":[],"isDeprecated":false,"deprecationReason":null},{"name":"hooks","description":"**List webhooks**\n\nRetrieves all webhooks configured for the company, including their target URLs and subscribed events.","returnType":"Hooks!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"HookOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplate","description":"**Get identification template by ID**\n\nRetrieves an identification template's layout, dimensions, and field configuration.","returnType":"IdentTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"identTemplateId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplateLogs","description":"**Identification template audit logs**\n\nRetrieves the change history for identification templates.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplates","description":"**List identification templates**\n\nRetrieves all identification document templates configured for the company (e.g., employee badges, asset tags).","returnType":"IdentificationTemplates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"IdentificationTemplateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoice","description":"**Get invoice by ID**\n\nRetrieves the full details of an invoice, including line items, taxes, payments, customer info, and fiscal status.","returnType":"Invoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceGetPDFToken","description":"**Generate invoice PDF download token**\n\nCreates a temporary secure token for downloading the invoice as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceGetZIPToken","description":"**Generate invoice ZIP download token**\n\nCreates a temporary secure token for downloading multiple invoices as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceLogs","description":"**Invoice audit logs**\n\nRetrieves the change history for invoices, tracking creation, updates, nullifications, and fiscal submissions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceNextNumber","description":"**Get next invoice number**\n\nReturns the next sequential number that will be assigned when creating an invoice in the specified document set.","returnType":"InvoiceNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceipt","description":"**Queries for one Invoice-receipt**\n\nFinds and returns a result that matches the selected filter options","returnType":"InvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceReceiptOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptGetPDFToken","description":"**Get a PDF token to download a Invoice-receipt**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptGetZIPToken","description":"**Get a ZIP token to download Invoice-receipt(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptLogs","description":"**Queries for Invoice-receipt logs**\n\nFinds and returns every Invoice-receipt logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptNextNumber","description":"**Get next number for a Invoice-receipt**\n\nReturns the next number","returnType":"InvoiceReceiptNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Invoice-receipt","returnType":"InvoiceReceiptRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"invoiceReceipts","description":"**Queries for every Invoice-receipt**\n\nFinds and returns every result that matches the selected filter options","returnType":"InvoiceReceipts!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceRelatable","description":"**Get relatable documents for invoice**\n\nReturns documents that can be linked to this invoice, such as delivery notes, credit notes, or receipts.","returnType":"InvoiceRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"invoices","description":"**List invoices**\n\nRetrieves a paginated list of invoices for the company, with filtering by date, customer, status, document set, and more.","returnType":"Invoices!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"isAllowed","description":"**Check permission**\n\nChecks if a specific action on a resource is allowed for the given company. Used for access control validation.","returnType":"Allowed","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"resource","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"action","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelTemplate","description":"**Get label template by ID**\n\nRetrieves a label template's layout and configuration for printing product or shipping labels.","returnType":"LabelTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"labelTemplateId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelTemplateLogs","description":"**Label template audit logs**\n\nRetrieves the change history for label templates.","returnType":"LogsUUID!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogUUIDOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelTemplates","description":"**List label templates**\n\nRetrieves all label templates configured for the company.","returnType":"LabelTemplates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LabelTemplateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"language","description":"**Get language by ID**\n\nRetrieves a language's details, including code, name, and locale settings.","returnType":"Language!","args":[{"name":"languageId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"languages","description":"**List languages**\n\nRetrieves all available languages supported by the platform for translations and localization.","returnType":"Languages!","args":[{"name":"options","type":"LanguageOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"listProductsStockMovements","description":"Deprecated. Use 'stockProducts' instead","returnType":"ListStockProducts!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'stockProducts' instead"},{"name":"listProductsStockTotals","description":"**Stock cost and sales totals**\n\nReturns aggregated stock valuation totals, including cost prices and sales values across all products and warehouses.","returnType":"ListStockTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","description":"**Get maturity date by ID**\n\nRetrieves a maturity date configuration's details, including name, days offset, and calculation method.","returnType":"MaturityDate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"maturityDateId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"maturityDateLogs","description":"**Maturity date audit logs**\n\nRetrieves the change history for maturity date configurations.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"maturityDates","description":"**List maturity dates**\n\nRetrieves all maturity date configurations for the company — payment term presets (e.g., 30 days, 60 days, end of month).","returnType":"MaturityDates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MaturityDateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"me","description":"**Get current user profile**\n\nRetrieves the authenticated user's profile, including name, email, permissions, and companies.","returnType":"Me!","args":[],"isDeprecated":false,"deprecationReason":null},{"name":"meActivity","description":"**Get current user activity**\n\nRetrieves the authenticated user's recent login and session activity.","returnType":"MeActivity!","args":[{"name":"options","type":"MeActivityOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnit","description":"**Get measurement unit by ID**\n\nRetrieves a measurement unit's details, including name, abbreviation, and type.","returnType":"MeasurementUnit!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"measurementUnitId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitDefault","description":"**Get default measurement unit by ID**\n\nRetrieves a default measurement unit's details, including name, symbol, and UNECER code.","returnType":"UnitDefault!","args":[{"name":"unitDefaultId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitDefaults","description":"**List default measurement units**\n\nRetrieves all platform-wide default measurement units (e.g., kg, m, L) available to all companies.","returnType":"MeasurementUnitDefaults!","args":[{"name":"options","type":"MeasurementUnitDefaultOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitLogs","description":"**Measurement unit audit logs**\n\nRetrieves the change history for measurement units.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnits","description":"**List measurement units**\n\nRetrieves all measurement units configured for the company (e.g., kg, m, units, hours).","returnType":"MeasurementUnits!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MeasurementUnitOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"meLoggedIn","description":"**Check login status**\n\nReturns true if the user is currently authenticated, false otherwise.","returnType":"Boolean!","args":[],"isDeprecated":false,"deprecationReason":null},{"name":"mePasswordCheck","description":"**Verify password**\n\nValidates the current user's password. Used for security-sensitive operations that require re-authentication.","returnType":"Boolean!","args":[{"name":"password","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"meTwoFactorMethods","description":"","returnType":"MeTwoFactorMethods!","args":[],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNote","description":"**Queries for one Migrated credit note**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedCreditNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteGetPDFToken","description":"**Get a PDF token to download a Migrated credit note**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteGetZIPToken","description":"**Get a ZIP token to download Migrated credit note(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteLogs","description":"**Queries for Migrated credit note logs**\n\nFinds and returns every Migrated credit note logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteNextNumber","description":"**Get next number for a Migrated credit note**\n\nReturns the next number","returnType":"MigratedCreditNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated credit note","returnType":"MigratedCreditNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedCreditNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedCreditNotes","description":"**Queries for every Migrated credit notes**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedCreditNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedCreditNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNote","description":"**Queries for one Migrated debit note**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedDebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedDebitNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteGetPDFToken","description":"**Get a PDF token to download a Migrated debit note**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteGetZIPToken","description":"**Get a ZIP token to download Migrated debit note(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteLogs","description":"**Queries for Migrated debit note logs**\n\nFinds and returns every Migrated debit note logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteNextNumber","description":"**Get next number for a Migrated debit note**\n\nReturns the next number","returnType":"MigratedDebitNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated debit note","returnType":"MigratedDebitNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedDebitNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedDebitNotes","description":"**Queries for every Migrated debit note**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedDebitNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedDebitNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimate","description":"**Queries for one Migrated estimate**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedEstimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedEstimateOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateGetPDFToken","description":"**Get a PDF token to download a Migrated estimate**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateGetZIPToken","description":"**Get a ZIP token to download Migrated estimate(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateLogs","description":"**Queries for Migrated estimate logs**\n\nFinds and returns every Estimate logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateNextNumber","description":"**Get next number for a Migrated estimate**\n\nReturns the next number","returnType":"MigratedEstimateNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated estimate","returnType":"MigratedEstimateRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedEstimateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedEstimates","description":"**Queries for every Migrated estimate**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedEstimates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedEstimateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoice","description":"**Queries for one Migrated Invoice**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceGetPDFToken","description":"**Get a PDF token to download a Migrated Invoice**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceGetZIPToken","description":"**Get a ZIP token to download Migrated Invoice(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceLogs","description":"**Queries for Migrated Invoice logs**\n\nFinds and returns every Migrated Invoice logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceNextNumber","description":"**Get next number for a Migrated Invoice**\n\nReturns the next number","returnType":"MigratedInvoiceNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceipt","description":"**Queries for one Migrated invoice-receipt**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedInvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceReceiptOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptGetPDFToken","description":"**Get a PDF token to download a Migrated invoice-receipt**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptGetZIPToken","description":"**Get a ZIP token to download Migrated invoice-receipt(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptLogs","description":"**Queries for Migrated invoice-receipt logs**\n\nFinds and returns every Migrated invoice-receipt logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptNextNumber","description":"**Get next number for a Migrated invoice-receipt**\n\nReturns the next number","returnType":"MigratedInvoiceReceiptNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated invoice-receipt","returnType":"MigratedInvoiceReceiptRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedInvoiceReceipts","description":"**Queries for every Migrated invoice-receipt**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedInvoiceReceipts!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated Invoice","returnType":"MigratedInvoiceRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedInvoices","description":"**Queries for every Migrated Invoices**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedInvoices!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrder","description":"**Queries for one Migrated purchase order**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedPurchaseOrderOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderGetPDFToken","description":"**Get a PDF token to download a Migrated purchase order**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderGetZIPToken","description":"**Get a ZIP token to download Migrated purchase order(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderLogs","description":"**Queries for Migrated purchase order logs**\n\nFinds and returns every Migrated purchase order logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderNextNumber","description":"**Get next number for a Migrated purchase order**\n\nReturns the next number","returnType":"MigratedPurchaseOrderNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated purchase order","returnType":"MigratedPurchaseOrderRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedPurchaseOrderOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedPurchaseOrders","description":"**Queries for every Migrated purchase orders**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedPurchaseOrders!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedPurchaseOrderOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceipt","description":"**Queries for one Migrated Receipt**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedReceiptOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptGetPDFToken","description":"**Get a PDF token to download a Migrated Receipt**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptGetZIPToken","description":"**Get a ZIP token to download Migrated Receipt(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptLogs","description":"**Queries for Migrated Receipt logs**\n\nFinds and returns every Migrated Receipt logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptNextNumber","description":"**Get next number for a Migrated Receipt**\n\nReturns the next number","returnType":"MigratedReceiptNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated Receipt","returnType":"MigratedReceiptRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedReceipts","description":"**Queries for every Migrated Receipts**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedReceipts!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoice","description":"**Queries for one Migrated simplified invoice**\n\nFinds and returns a result that matches the selected filter options","returnType":"MigratedSimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedSimplifiedInvoiceOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceGetPDFToken","description":"**Get a PDF token to download a Migrated simplified invoice**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceGetZIPToken","description":"**Get a ZIP token to download Migrated simplified invoice(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceLogs","description":"**Queries for Migrated simplified invoice logs**\n\nFinds and returns every Migrated simplified invoice logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceNextNumber","description":"**Get next number for a Migrated simplified invoice**\n\nReturns the next number","returnType":"MigratedSimplifiedInvoiceNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Migrated simplified invoice","returnType":"MigratedSimplifiedInvoiceRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedSimplifiedInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"migratedSimplifiedInvoices","description":"**Queries for every Migrated simplified invoices**\n\nFinds and returns every result that matches the selected filter options","returnType":"MigratedSimplifiedInvoices!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedSimplifiedInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"notifications","description":"Retrieves notifications for the current or specified user.","returnType":"Notifications!","args":[{"name":"options","type":"NotificationOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"userId","type":"Int","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","description":"**Get payment method by ID**\n\nRetrieves the full details of a specific payment method, including its name and associated banking information.","returnType":"PaymentMethod!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"paymentMethodId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodLogs","description":"**Payment method audit logs**\n\nRetrieves the change history for payment methods, tracking additions, modifications, and deletions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethods","description":"**List payment methods**\n\nRetrieves all payment methods configured for the company (e.g., cash, bank transfer, credit card, check). Used when issuing documents to specify how payment will be received.","returnType":"PaymentMethods!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PaymentMethodOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturn","description":"**Queries for one Payment return**\n\nFinds and returns a result that matches the selected filter options","returnType":"PaymentReturn!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PaymentReturnOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnGetPDFToken","description":"**Get a PDF token to download a Payment return**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnGetZIPToken","description":"**Get a ZIP token to download Payment return(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnLogs","description":"**Queries for Payment return logs**\n\nFinds and returns every Payment return logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnNextNumber","description":"**Get next number for a Payment return**\n\nReturns the next number","returnType":"PaymentReturnNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Payment return","returnType":"PaymentReturnRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PaymentReturnOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"paymentReturns","description":"**Queries for every Payment returns**\n\nFinds and returns every result that matches the selected filter options","returnType":"PaymentReturns!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PaymentReturnOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClass","description":"**Get price class by ID**\n\nRetrieves a price class's details, including name, percentage, and application scope.","returnType":"PriceClass!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"priceClassId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","description":"**List price classes**\n\nRetrieves all price classes configured for the company — used to apply percentage-based pricing adjustments to products and customers.","returnType":"PriceClasses!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PriceClassOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClassLogs","description":"**Price class audit logs**\n\nRetrieves the change history for price classes.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClassProductsApplied","description":"**Count products with price class applied**\n\nReturns the number of products that have this price class applied.","returnType":"PriceClassProductCount!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"priceClassId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"product","description":"**Get product by ID**\n\nRetrieves the full details of a single product, including pricing, taxes, categories, suppliers, warehouse stock levels, identifications (EAN, ISBN, etc.), and custom fields.","returnType":"Product!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCategories","description":"**List product categories**\n\nRetrieves a hierarchical list of product categories for the specified company. Categories are used to organize the product catalog into logical groups.","returnType":"ProductCategories!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProductCategoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCategory","description":"**Get product category by ID**\n\nRetrieves the details of a single product category, including its parent category, child categories, and associated products count.","returnType":"ProductCategory!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productCategoryId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCategoryLogs","description":"**Product category audit logs**\n\nRetrieves the change history for product categories, tracking category creation, renaming, hierarchy changes, and deletions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productDocuments","description":"**Product document history**\n\nRetrieves all documents (invoices, delivery notes, etc.) where a specific product appears as a line item, with pagination.","returnType":"ProductDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProductDocumentsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productLogs","description":"**Product audit logs**\n\nRetrieves the change history for products, tracking all create, update, and delete operations performed on product records.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"**List products**\n\nRetrieves a paginated list of products for the specified company, with support for filtering by category, type, reference, name, stock status, and more.","returnType":"Products!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProductOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"profitMarginsByProduct","description":"**Profit margins by product**\n\nRetrieves profit margin data grouped by product, showing cost, revenue, and margin for each.","returnType":"ProfitMarginsByProduct!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProfitMarginsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"profitMarginsProductDocuments","description":"**Profit margins product documents**\n\nRetrieves the individual documents (invoices, sales) contributing to a specific product's profit margin calculation.","returnType":"ProfitMarginsProductDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProfitMarginsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"profitMarginsTotals","description":"**Profit margins totals**\n\nRetrieves aggregated profit margin totals across all products for the specified period.","returnType":"ProfitMarginsTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProfitMarginsTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"profitMarginsUserSettingsTemplates","description":"**Queries for every UserSettingsTemplates**\n\nFinds and returns every UserSettingsTemplates.","returnType":"ProfitMarginsUserSettingsTemplates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoice","description":"**Get pro forma invoice by ID**\n\nRetrieves the full details of a pro forma invoice — a preliminary document used to confirm an order before the final invoice is issued.","returnType":"ProFormaInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProFormaInvoiceOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceGetPDFToken","description":"**Generate pro forma invoice PDF download token**\n\nCreates a temporary secure token for downloading the pro forma invoice as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceGetZIPToken","description":"**Generate pro forma invoice ZIP download token**\n\nCreates a temporary secure token for downloading multiple pro forma invoices as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceLogs","description":"**Pro forma invoice audit logs**\n\nRetrieves the change history for pro forma invoices, tracking creation, updates, and conversions to final invoices.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceNextNumber","description":"**Get next pro forma invoice number**\n\nReturns the next sequential number for a new pro forma invoice in the specified document set.","returnType":"ProFormaInvoiceNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceRelatable","description":"**Get relatable documents for pro forma invoice**\n\nReturns documents that can be linked to this pro forma invoice, such as final invoices or delivery notes.","returnType":"ProFormaInvoiceRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProFormaInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"proFormaInvoices","description":"**List pro forma invoices**\n\nRetrieves a paginated list of pro forma invoices, with filtering by date, customer, status, and document set.","returnType":"ProFormaInvoices!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProFormaInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"propertyGroup","description":"**Get property group by ID**\n\nRetrieves a property group's details, including name and list of properties/values.","returnType":"PropertyGroup!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"propertyGroupId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupLogs","description":"**Property group audit logs**\n\nRetrieves the change history for property groups.","returnType":"LogsUUID!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogUUIDOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"propertyGroups","description":"**List property groups**\n\nRetrieves all property groups for the company — used to define configurable product attributes (e.g., size, color, material).","returnType":"PropertyGroups!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PropertyGroupOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrder","description":"**Get purchase order by ID**\n\nRetrieves the full details of a purchase order, including line items, pricing, and customer information.","returnType":"PurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseOrderOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderGetPDFToken","description":"**Generate purchase order PDF download token**\n\nCreates a temporary secure token for downloading the purchase order as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderGetZIPToken","description":"**Generate purchase order ZIP download token**\n\nCreates a temporary secure token for downloading multiple purchase orders as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderLogs","description":"**Purchase order audit logs**\n\nRetrieves the change history for purchase orders, tracking creation, updates, and conversions to invoices.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderNextNumber","description":"**Get next purchase order number**\n\nReturns the next sequential number for a new purchase order in the specified document set.","returnType":"PurchaseOrderNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderRelatable","description":"**Get relatable documents for purchase order**\n\nReturns documents that can be linked to this purchase order, such as invoices or delivery notes.","returnType":"PurchaseOrderRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseOrderOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"purchaseOrders","description":"**List purchase orders**\n\nRetrieves a paginated list of purchase orders, with filtering by date, customer, status, and document set.","returnType":"PurchaseOrders!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseOrderOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreement","description":"**Queries for one supplier recurring agreement**\n\nFinds and returns a result that matches the selected filter options","returnType":"PurchaseRecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseRecurringAgreementOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementGetPDFToken","description":"**Get a PDF token to download a supplier recurring agreement**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementGetZIPToken","description":"**Get a ZIP token to download supplier recurring agreement(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementLogs","description":"**Queries for supplier recurring agreement logs**\n\nFinds and returns every supplier recurring agreement logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementNextNumber","description":"**Get the next number for a supplier recurring agreement**\n\nReturns the next number","returnType":"PurchaseRecurringAgreementNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this supplier recurring agreement","returnType":"PurchaseRecurringAgreementRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseRecurringAgreementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"purchaseRecurringAgreements","description":"**Queries for every supplier recurring agreement**\n\nFinds and returns every result that matches the selected filter options","returnType":"PurchaseRecurringAgreements!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseRecurringAgreementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisByDate","description":"**Purchases analysis grouped by date**\n\nReturns purchase cost and quantity data aggregated by time period (day, week, month, year), for analyzing purchasing trends.","returnType":"PurchasesAnalysisByDate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisByDateDocs","description":"**Purchases analysis documents for a product on a specific date**\n\nReturns the individual purchase documents for a specific product on a given date.","returnType":"PurchasesAnalysisByDateDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"date","type":"Date!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisByProduct","description":"**Purchases analysis grouped by product**\n\nReturns purchase cost and quantity data aggregated by product, identifying top-purchased items.","returnType":"PurchasesAnalysisByProduct!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisByProductCategory","description":"**Purchases analysis grouped by product category**\n\nReturns purchase cost and quantity data aggregated by product category.","returnType":"PurchasesAnalysisByProductCategory!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisByProductCategoryDocs","description":"**Purchases analysis documents for a product category**\n\nReturns the individual purchase documents for a specific product category.","returnType":"PurchasesAnalysisByProductCategoryDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productCategoryId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisByProductDocs","description":"**Purchases analysis documents for a product (all dates)**\n\nReturns the individual purchase documents for a specific product across all dates.","returnType":"PurchasesAnalysisByProductDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisTotals","description":"**Purchases analysis summary totals**\n\nReturns the aggregated grand totals for purchases analysis, including total cost, quantities, and averages.","returnType":"PurchasesAnalysisTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesPendingList","description":"**Purchases pending by supplier**\n\nReturns outstanding (unpaid) purchase documents grouped by supplier, showing amounts owed and aging information.","returnType":"PurchasesPendingListBySupplier!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesPendingListByDate","description":"**Purchases pending by due date**\n\nReturns outstanding (unpaid) purchase documents grouped by due date, for tracking upcoming and overdue supplier payments.","returnType":"PurchasesPendingListByDate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesPendingListSupplier","description":"**Purchases pending for a specific supplier**\n\nReturns the detailed list of outstanding (unpaid) purchase documents for a specific supplier.","returnType":"PurchasesPendingListSupplier!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"supplierId","type":"Int","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesPendingListTotals","description":"**Purchases pending list totals**\n\nReturns aggregated totals for the purchases pending list, including total outstanding amount and document counts.","returnType":"PurchasesPendingListTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesPendingListUserSettingsTemplates","description":"**Queries for every UserSettingsTemplates**\n\nFinds and returns every UserSettingsTemplates.","returnType":"PurchasesPendingListUserSettingsTemplates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesStatements","description":"**Supplier account statements**\n\nReturns the account statement for suppliers, listing all purchase documents and their payment settlement status for a given period.","returnType":"PurchasesStatement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesStatementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesStatementsTotals","description":"**Purchases statement totals**\n\nReturns aggregated totals for purchases statements, including total purchased, total paid, and outstanding balance.","returnType":"PurchasesStatementTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesStatementTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receipt","description":"**Get receipt by ID**\n\nRetrieves the full details of a receipt, including payment information, settled invoices, and customer data.","returnType":"Receipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ReceiptOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptGetPDFToken","description":"**Generate receipt PDF download token**\n\nCreates a temporary secure token for downloading the receipt as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptGetZIPToken","description":"**Generate receipt ZIP download token**\n\nCreates a temporary secure token for downloading multiple receipts as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptLogs","description":"**Receipt audit logs**\n\nRetrieves the change history for receipts, tracking creation, updates, and fiscal submissions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptNextNumber","description":"**Get next receipt number**\n\nReturns the next sequential number for a new receipt in the specified document set.","returnType":"ReceiptNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptRelatable","description":"**Get relatable documents for receipt**\n\nReturns documents that can be linked to this receipt, such as the invoices being settled.","returnType":"ReceiptRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"receipts","description":"**List receipts**\n\nRetrieves a paginated list of receipts for the company, with filtering by date, customer, status, and document set.","returnType":"Receipts!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreement","description":"**Queries for one recurring agreement**\n\nFinds and returns a result that matches the selected filter options","returnType":"RecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecurringAgreementOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementGetPDFToken","description":"**Get a PDF token to download a recurring agreement**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementGetZIPToken","description":"**Get a ZIP token to download recurring agreement(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementLogs","description":"**Queries for recurring agreement logs**\n\nFinds and returns every recurring agreement logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementNextNumber","description":"**Get the next number for a recurring agreement**\n\nReturns the next number","returnType":"RecurringAgreementNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this recurring agreement","returnType":"RecurringAgreementRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecurringAgreementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"recurringAgreements","description":"**Queries for every recurring agreement**\n\nFinds and returns every result that matches the selected filter options","returnType":"RecurringAgreements!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecurringAgreementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"retention","description":"**Get retention by ID**\n\nRetrieves a retention's details, including name, percentage, and applicable tax type.","returnType":"Retention!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"retentionId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"retentionLogs","description":"**Retention audit logs**\n\nRetrieves the change history for retentions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"retentions","description":"**List retentions**\n\nRetrieves all tax retention configurations for the company (e.g., withholding tax rates).","returnType":"Retentions!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RetentionOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysisByDate","description":"**Sales analysis grouped by date**\n\nReturns sales revenue and quantity data aggregated by time period (day, week, month, year), for analyzing sales trends over time.","returnType":"SalesAnalysisByDate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysisByDateDocs","description":"**Sales analysis documents for a product on a specific date**\n\nReturns the individual documents that make up the sales data for a specific product on a given date.","returnType":"SalesAnalysisByDateDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"date","type":"Date!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysisByProduct","description":"**Sales analysis grouped by product**\n\nReturns sales revenue and quantity data aggregated by product, identifying top-selling and underperforming products.","returnType":"SalesAnalysisByProduct!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysisByProductCategory","description":"**Sales analysis grouped by product category**\n\nReturns sales revenue and quantity data aggregated by product category, for category-level performance analysis.","returnType":"SalesAnalysisByProductCategory!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysisByProductCategoryDocs","description":"**Sales analysis documents for a product category**\n\nReturns the individual documents that make up the sales data for a specific product category.","returnType":"SalesAnalysisByProductCategoryDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productCategoryId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysisByProductDocs","description":"**Sales analysis documents for a product (all dates)**\n\nReturns the individual documents that make up the sales data for a specific product across all dates.","returnType":"SalesAnalysisByProductDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysisTotals","description":"**Sales analysis summary totals**\n\nReturns the aggregated grand totals for sales analysis, including total revenue, quantities, and averages for the selected period.","returnType":"SalesAnalysisTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesPendingList","description":"**Sales pending by customer**\n\nReturns outstanding (unpaid) sales documents grouped by customer, showing balances owed and aging information.","returnType":"SalesPendingListByCustomer!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesPendingListByDate","description":"**Sales pending by due date**\n\nReturns outstanding (unpaid) sales documents grouped by due date, for tracking upcoming and overdue payments.","returnType":"SalesPendingListByDate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesPendingListClient","description":"**Sales pending for a specific customer**\n\nReturns the detailed list of outstanding (unpaid) documents for a specific customer.","returnType":"SalesPendingListClient!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesPendingListTotals","description":"**Sales pending list totals**\n\nReturns aggregated totals for the sales pending list, including total outstanding amount and document counts.","returnType":"SalesPendingListTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesperson","description":"**Get salesperson by ID**\n\nRetrieves the full details of a salesperson, including name, number, commission rate, and assigned customers.","returnType":"Salesperson!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"salespersonId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommissions","description":"**Salesperson commissions**\n\nRetrieves commission data for salespersons, including earned and pending amounts from associated documents.","returnType":"SalespersonCommissions!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonCommissionsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonLogs","description":"**Salesperson audit logs**\n\nRetrieves the change history for salesperson records.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPayment","description":"**Queries for one Salesperson payment**\n\nFinds and returns a result that matches the selected filter options","returnType":"SalespersonPayment!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonPaymentOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentCommissions","description":"","returnType":"SalespersonPaymentCommissions!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonPaymentCommissionsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentGetPDFToken","description":"**Get a PDF token to download a Salesperson payment**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentGetZIPToken","description":"**Get a ZIP token to download Salesperson payment(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentLogs","description":"**Queries for Salesperson payment logs**\n\nFinds and returns every Salesperson payment logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentNextNumber","description":"**Get next number for a Salesperson payment**\n\nReturns the next number","returnType":"SalespersonPaymentNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Salesperson payment","returnType":"SalespersonPaymentRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonPaymentOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"salespersonPayments","description":"**Queries for every Salesperson payments**\n\nFinds and returns every result that matches the selected filter options","returnType":"SalespersonPayments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonPaymentOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersons","description":"**List salespersons**\n\nRetrieves all salespersons (sales representatives) configured for the company. Salespersons can be assigned to customers and earn commissions on documents.","returnType":"Salespersons!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsHistoryBySalesperson","description":"**Salesperson payments history by salesperson**\n\nRetrieves historical commission payment data aggregated by salesperson.","returnType":"SalespersonsPaymentsHistoryBySalesperson!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsHistoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsHistoryDocs","description":"**Salesperson payments history by document**\n\nRetrieves historical commission payment data grouped by individual documents.","returnType":"SalespersonsPaymentsHistoryDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsHistoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsHistoryTotals","description":"**Salesperson payments history totals**\n\nRetrieves aggregated totals for salesperson commission payments over a given period.","returnType":"SalespersonsPaymentsHistoryTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsHistoryTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsPendingBySalesperson","description":"**Pending salesperson payments by salesperson**\n\nRetrieves outstanding commission payments aggregated by salesperson.","returnType":"SalespersonsPaymentsPendingBySalesperson!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsPendingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsPendingDocs","description":"**Pending salesperson payments by document**\n\nRetrieves outstanding commission payments grouped by individual documents awaiting settlement.","returnType":"SalespersonsPaymentsPendingDocs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsPendingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsPendingTotals","description":"**Pending salesperson payments totals**\n\nRetrieves aggregated totals for outstanding salesperson commission payments.","returnType":"SalespersonsPaymentsPendingTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsPendingTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesStatements","description":"**Customer account statements**\n\nReturns the account statement for customers, listing all sales documents and their payment settlement status for a given period.","returnType":"SalesStatement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesStatementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salesStatementsTotals","description":"**Sales statement totals**\n\nReturns the aggregated totals for sales statements, including total invoiced, total settled, and outstanding balance.","returnType":"SalesStatementTotals!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesStatementTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNote","description":"**Queries for one Settlement note**\n\nFinds and returns a result that matches the selected filter options","returnType":"SettlementNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SettlementNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteGetPDFToken","description":"**Get a PDF token to download a Settlement note**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteGetZIPToken","description":"**Get a ZIP token to download Settlement note(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteLogs","description":"**Queries for Settlement note logs**\n\nFinds and returns every Settlement note logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteNextNumber","description":"**Get next number for a Settlement note**\n\nReturns the next number","returnType":"SettlementNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Settlement note","returnType":"SettlementNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SettlementNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"settlementNotes","description":"**Queries for every Settlement notes**\n\nFinds and returns every result that matches the selected filter options","returnType":"SettlementNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SettlementNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoice","description":"**Get simplified invoice by ID**\n\nRetrieves the full details of a simplified invoice. Simplified invoices are self-paid documents used for low-value sales (typically POS transactions).","returnType":"SimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SimplifiedInvoiceOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceGetPDFToken","description":"**Generate simplified invoice PDF download token**\n\nCreates a temporary secure token for downloading the simplified invoice as a PDF document.","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceGetZIPToken","description":"**Generate simplified invoice ZIP download token**\n\nCreates a temporary secure token for downloading multiple simplified invoices as a ZIP archive.","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceLogs","description":"**Simplified invoice audit logs**\n\nRetrieves the change history for simplified invoices, tracking creation, updates, and fiscal submissions.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceNextNumber","description":"**Get next simplified invoice number**\n\nReturns the next sequential number for a new simplified invoice in the specified document set.","returnType":"SimplifiedInvoiceNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceRelatable","description":"**Get relatable documents for simplified invoice**\n\nReturns documents that can be linked to this simplified invoice.","returnType":"SimplifiedInvoiceRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SimplifiedInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"simplifiedInvoices","description":"**List simplified invoices**\n\nRetrieves a paginated list of simplified invoices, with filtering by date, customer, status, and document set.","returnType":"SimplifiedInvoices!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SimplifiedInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"specialTaxScheme","description":"**Get special tax scheme by ID**\n\nRetrieves a special tax scheme's details, including name, type, and applicable conditions.","returnType":"SpecialTaxScheme!","args":[{"name":"specialTaxSchemeId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"specialTaxSchemes","description":"**List special tax schemes**\n\nRetrieves all special tax scheme definitions (e.g., reduced rates, exemptions, reverse charge).","returnType":"SpecialTaxSchemes!","args":[{"name":"options","type":"SpecialTaxSchemeOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockMovements","description":"**Product stock movement history**\n\nRetrieves the chronological list of stock movements (entries, exits, transfers) for a specific product across all warehouses.","returnType":"StockMovements!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"StockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockProducts","description":"**List products with stock information**\n\nRetrieves products that have stock movements, including current stock levels per warehouse, minimum stock alerts, and stock valuation.","returnType":"StockProducts!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockUserSettingsTemplates","description":"**Queries for every UserSettingsTemplates.**\n\nFinds and returns every UserSettingsTemplates","returnType":"StockUserSettingsTemplates!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplementAvailableModules","description":"","returnType":"SupplementAvailableModules","args":[{"name":"countryISO","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"languageISO","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplier","description":"**Get supplier by ID**\n\nRetrieves the full details of a single supplier, including contact information, billing settings, associated taxes, delivery preferences, and payment terms.","returnType":"Supplier!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"supplierId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLading","description":"**Queries for one Supplier Bill of lading**\n\nFinds and returns a result that matches the selected filter options","returnType":"SupplierBillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierBillsOfLadingOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingGetPDFToken","description":"**Get a PDF token to download a Supplier Bill of lading**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingGetZIPToken","description":"**Get a ZIP token to download Supplier Bill of lading(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingLogs","description":"**Queries for Supplier Bill of lading logs**\n\nFinds and returns every Supplier Bill of lading logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingNextNumber","description":"**Get next number for a Supplier Bill of lading**\n\nReturns the next number","returnType":"SupplierBillsOfLadingNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Supplier Bill of lading","returnType":"SupplierBillsOfLadingRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierBillsOfLadingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"supplierBillsOfLadings","description":"**Queries for every Bills of lading**\n\nFinds and returns every result that matches the selected filter options","returnType":"SupplierBillsOfLadings!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierBillsOfLadingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNote","description":"**Queries for one Supplier credit note**\n\nFinds and returns a result that matches the selected filter options","returnType":"SupplierCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierCreditNoteOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteGetPDFToken","description":"**Get a PDF token to download a Supplier credit note**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteGetZIPToken","description":"**Get a ZIP token to download Supplier credit note(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteLogs","description":"**Queries for Supplier credit note logs**\n\nFinds and returns every Supplier credit note logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteNextNumber","description":"**Get next number for a Supplier credit note**\n\nReturns the next number","returnType":"SupplierCreditNoteNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Supplier credit note","returnType":"SupplierCreditNoteRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierCreditNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"supplierCreditNotes","description":"**Queries for every Supplier credit notes**\n\nFinds and returns every result that matches the selected filter options","returnType":"SupplierCreditNotes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierCreditNoteOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoice","description":"**Queries for one Supplier invoice**\n\nFinds and returns a result that matches the selected filter options","returnType":"SupplierInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierInvoiceOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceGetPDFToken","description":"**Get a PDF token to download a Supplier invoice**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceGetZIPToken","description":"**Get a ZIP token to download Supplier invoice(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceLogs","description":"**Queries for Supplier invoice logs**\n\nFinds and returns every Supplier invoice logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceNextNumber","description":"**Get next number for a Supplier invoice**\n\nReturns the next number","returnType":"SupplierInvoiceNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Supplier invoice","returnType":"SupplierInvoiceRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"supplierInvoices","description":"**Queries for every Supplier invoices**\n\nFinds and returns every result that matches the selected filter options","returnType":"SupplierInvoices!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierInvoiceOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierLogs","description":"**Supplier audit logs**\n\nRetrieves the change history for suppliers, tracking all create, update, and delete operations performed on supplier records.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrder","description":"**Queries for one Supplier purchase order**\n\nFinds and returns a result that matches the selected filter options","returnType":"SupplierPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierPurchaseOrderOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderGetPDFToken","description":"**Get a PDF token to download a Supplier purchase order**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderGetZIPToken","description":"**Get a ZIP token to download Supplier purchase order(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderLogs","description":"**Queries for Supplier purchase order logs**\n\nFinds and returns every Supplier purchase order logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderNextNumber","description":"**Get next number for a Supplier purchase order**\n\nReturns the next number","returnType":"SupplierPurchaseOrderNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Supplier purchase order","returnType":"SupplierPurchaseOrderRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierPurchaseOrderOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"supplierPurchaseOrders","description":"**Queries for every Supplier purchase orders**\n\nFinds and returns every result that matches the selected filter options","returnType":"SupplierPurchaseOrders!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierPurchaseOrderOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceipt","description":"**Queries for one Supplier receipt**\n\nFinds and returns a result that matches the selected filter options","returnType":"SupplierReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierReceiptOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptGetPDFToken","description":"**Get a PDF token to download a Supplier receipt**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptGetZIPToken","description":"**Get a ZIP token to download Supplier receipt(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptLogs","description":"**Queries for Supplier receipt logs**\n\nFinds and returns every Supplier receipt logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptNextNumber","description":"**Get next number for a Supplier receipt**\n\nReturns the next number","returnType":"SupplierReceiptNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Supplier receipt","returnType":"SupplierReceiptRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"supplierReceipts","description":"**Queries for every Supplier receipts**\n\nFinds and returns every result that matches the selected filter options","returnType":"SupplierReceipts!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierReceiptOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"suppliers","description":"**List suppliers**\n\nRetrieves a paginated list of suppliers for the specified company, with support for filtering, sorting, and searching by name, VAT, email, or number.","returnType":"Suppliers!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"table","description":"**Get table by ID**\n\nRetrieves a table's details, including number, capacity, and current status.","returnType":"Table!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"tableId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TableOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsult","description":"**Queries for one Table Consult**\n\nFinds and returns a result that matches the selected filter options","returnType":"TableConsult!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TableConsultOptionsSingle","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultGetPDFToken","description":"**Get a PDF token to download a Table Consult**\n\nReturns the PDF token","returnType":"PDFToken!","args":[{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultGetZIPToken","description":"**Get a ZIP token to download Table Consult(s)**\n\nReturns the ZIP token","returnType":"PDFToken!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"fullPath","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultLogs","description":"**Queries for Table Consult logs**\n\nFinds and returns every Table Consult logs.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultMailRecipients","description":"","returnType":"Recipients!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecipientOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultMailsHistory","description":"","returnType":"DocumentMails!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DocumentMailOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultNextNumber","description":"**Get next number for a Table Consult**\n\nReturns the next number","returnType":"TableConsultNumberRead!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultRelatable","description":"**Get relatable documents**\n\nReturns all the documents that can be related with this Table Consult","returnType":"TableConsultRelatableDocuments!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TableConsultOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Use 'documentRelatable' and its proper fragments"},{"name":"tableConsults","description":"**Queries for every Table Consults**\n\nFinds and returns every result that matches the selected filter options","returnType":"TableConsults!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TableConsultOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableLogs","description":"**Table audit logs**\n\nRetrieves the change history for tables.","returnType":"LogsUUID!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogUUIDOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tables","description":"**List tables**\n\nRetrieves all tables configured for the company — used in POS/restaurant environments for seating management.","returnType":"Tables!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TableOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":"**Get tax by ID**\n\nRetrieves the full details of a specific tax rate, including its type, percentage, fiscal zone, and applicable exemption reasons.","returnType":"Tax!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"taxId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"**List taxes**\n\nRetrieves all tax rates configured for the company, including VAT, withholding taxes, and special tax schemes. Supports filtering by type and status.","returnType":"Taxes!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TaxOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxesMap","description":"**Get taxes map v1 (deprecated)**\n\nRetrieves the company's tax map showing tax totals by rate and type. Use taxesMap2 instead.","returnType":"TaxesMap!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TaxesMapOptions!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":true,"deprecationReason":"Please use taxesMap2"},{"name":"taxesMap2","description":"**Get taxes map v2**\n\nRetrieves the company's detailed tax map showing tax breakdowns by rate, type, and document category.","returnType":"TaxesMap2!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TaxesMapOptions!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxLogs","description":"**Tax audit logs**\n\nRetrieves the change history for tax rates, tracking all creation, modification, and deletion operations.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"timezone","description":"**Get timezone by ID**\n\nRetrieves a timezone's details, including name, UTC offset, and region.","returnType":"Timezone!","args":[{"name":"timezoneId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"timezones","description":"**List timezones**\n\nRetrieves all available timezones for configuring company and user regional settings.","returnType":"Timezones!","args":[{"name":"options","type":"TimezoneOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"vehicle","description":"**Get vehicle by ID**\n\nRetrieves a vehicle's details, including license plate, brand, model, and registration.","returnType":"Vehicle!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"vehicleId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"vehicleLogs","description":"**Vehicle audit logs**\n\nRetrieves the change history for vehicles.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"vehicles","description":"**List vehicles**\n\nRetrieves all vehicles registered for the company — used for delivery notes and transport documents.","returnType":"Vehicles!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"VehicleOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"viesCheck","description":"**VIES VAT validation**\n\nValidates a customer's VAT number against the EU VIES (VAT Information Exchange System) database. Returns validation status for the given country ISO code and VAT number.","returnType":"ViesCheck!","args":[{"name":"countryISO","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"vat","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"warehouse","description":"**Get warehouse by ID**\n\nRetrieves the full details of a single warehouse, including its name, address, and configuration.","returnType":"Warehouse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"warehouseId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"warehouseLogs","description":"**Warehouse audit logs**\n\nRetrieves the change history for warehouses, tracking creation, updates, and deletion operations.","returnType":"Logs!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LogOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"warehouses","description":"**List warehouses**\n\nRetrieves all warehouses configured for the company. Warehouses are physical or logical locations where product stock is held.","returnType":"Warehouses!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"WarehouseOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null}],"mutations":[{"name":"applyPriceClass","description":"**Apply price class**\n\nApplies a price class with a given percentage to product categories, individual products, or customers. Returns IDs of products where the price class could not be applied.","returnType":"PriceClassApplied!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"priceClassId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"percentage","type":"Float!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PriceClassApply!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"ATSettingsUpdate","description":"**Update AT settings**\n\nUpdates the company's Portuguese tax authority communication settings.","returnType":"ATSettingsUpdateResponse!","args":[{"name":"data","type":"ATSettingsUpdateInput!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankingInfoCreate","description":"**Create bank account**\n\nAdds a new bank account to the company's financial configuration with IBAN, SWIFT, and bank details. Returns the created record.","returnType":"BankingInfo!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"BankingInfoInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankingInfoDelete","description":"**Delete bank accounts**\n\nRemoves one or more bank accounts from the company. Bank accounts referenced in documents cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"bankingInfoId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankingInfoUpdate","description":"**Update bank account**\n\nModifies an existing company bank account's details (IBAN, SWIFT, bank name, etc.). Returns the updated record.","returnType":"BankingInfo!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"BankingInfoUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankRemittanceCreate","description":"**Create bank remittance**\nCreates a new bank remittance that groups selected payment documents for SEPA batch processing. Returns the created remittance.","returnType":"BankRemittance!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"BankRemittanceInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankRemittanceDelete","description":"**Delete bank remittances**\nRemoves one or more bank remittances. Only remittances that have not yet been processed can be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"bankRemittanceId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"bankRemittanceUpdate","description":"**Update bank remittance**\nModifies an existing bank remittance, such as adding or removing associated documents. Returns the updated remittance.","returnType":"BankRemittance!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"BankRemittanceUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingBulkCreate","description":"","returnType":"[BillsOfLading]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"BillsOfLadingBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingCreate","description":"**Create bill of lading**\n\nIssues a new bill of lading documenting goods being transported. Includes product details, transportation, and loading/unloading addresses.","returnType":"BillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"BillsOfLadingInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"BillsOfLadingMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingDelete","description":"**Delete bills of lading**\n\nRemoves one or more draft bills of lading by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingDraftable","description":"**Revert bill of lading to draft**\n\nConverts a finalized bill of lading back to draft status. Returns the updated document.","returnType":"BillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingNullify","description":"**Nullify bill of lading**\n\nVoids a finalized bill of lading. An optional reason can be provided.","returnType":"BillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadingUpdate","description":"**Update bill of lading**\n\nModifies a draft bill of lading's details. Returns the updated document.","returnType":"BillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"BillsOfLadingUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"BillsOfLadingMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyRoleCreate","description":"**Create company role**\n\nDefines a new permission role for the company with a set of resource-action permissions. Roles can optionally inherit from a parent role. Returns the created role.","returnType":"CompanyRole!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CompanyRoleInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyRoleDelete","description":"**Delete company roles**\n\nRemoves one or more roles from the company. Roles currently assigned to users cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"roleId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyRoleUpdate","description":"**Update company role**\n\nModifies a role's name, description, parent, or permission set. Changes immediately affect all users assigned to this role.","returnType":"CompanyRole!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CompanyRoleUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUpdate","description":"**Updates a company**\n\nUpdates the selected company with the inserted data.\nReturns the updated company.","returnType":"Company!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CompanyUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUserCreate","description":"**Invite user to company**\n\nCreates a new user account and associates it with the company. Sends an invitation email to the provided address. Returns the created company user record.","returnType":"CompanyUser!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CompanyUserInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUserDelete","description":"**Remove users from company**\n\nRemoves one or more users from the company by their IDs. The user accounts remain active but lose access to this company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"companyUserId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUserRecoveryRequest","description":"**Send password recovery email**\n\nTriggers a password recovery email for a specific user within the company, allowing them to reset their credentials.","returnType":"CompanyUserRequestResult!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"userId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"companyUserUpdate","description":"**Update company user**\n\nModifies a user's profile within the company, such as their name, phone, avatar, or assigned role. Returns the updated record.","returnType":"CompanyUser!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CompanyUserUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"createATUser","description":"**Creates a new AT user**\n\nCreates a new AT user using the provided AT account credentials:\n\n- **username**: The AT account VAT\n- **password**: The AT account password","returnType":"ATUser!","args":[{"name":"username","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"password","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteBulkCreate","description":"","returnType":"[CreditNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CreditNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteCreate","description":"**Create credit note**\n\nIssues a new credit note to adjust or refund a previous invoice. Must reference the original document. May trigger fiscal authority communication.","returnType":"CreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CreditNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CreditNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteDelete","description":"**Delete credit notes**\n\nRemoves one or more draft credit notes by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteDraftable","description":"**Revert credit note to draft**\n\nConverts a finalized credit note back to draft status. Returns the updated credit note.","returnType":"CreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteNullify","description":"**Nullify credit note**\n\nVoids a finalized credit note. An optional reason can be provided for audit purposes.","returnType":"CreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"creditNoteUpdate","description":"**Update credit note**\n\nModifies a draft credit note's details. Only draft credit notes can be updated. Returns the updated credit note.","returnType":"CreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CreditNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CreditNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerCreate","description":"**Create customer**\n\nRegisters a new customer in the company, including contact details, billing preferences, tax settings, and alternate addresses. Returns the newly created customer record.","returnType":"Customer!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CustomerInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerDelete","description":"**Delete customers**\n\nPermanently removes one or more customers by their IDs. Returns information about any deletion errors if the customers are referenced by existing documents.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerGdprSendMail","description":"**Send GDPR email to customer**\n\nSends a GDPR-related email to a customer (e.g., data processing consent request, personal data report, or data erasure confirmation).","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"CustomerGdprEmailData!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteBulkCreate","description":"","returnType":"[CustomerReturnNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CustomerReturnNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteCreate","description":"**Creates an Customer return note**\n\nCreates a Customer return note with the inserted data.\nReturns the created Customer return note","returnType":"CustomerReturnNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CustomerReturnNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerReturnNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteDelete","description":"**Deletes Bills of lading**\n\nDeletes the Bill(s) of lading that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteDraftable","description":"**Converts a Customer return note back to draft**\n\nReturns the updated Customer return note","returnType":"CustomerReturnNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteNullify","description":"**Nullify Customer return note**\n\nNullifies the Customer return note","returnType":"CustomerReturnNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNoteUpdate","description":"**Update an Customer return note**\n\nUpdate an Customer return note with the inserted data.\nReturns the updated Customer return note","returnType":"CustomerReturnNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CustomerReturnNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerReturnNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customerUpdate","description":"**Update customer**\n\nModifies an existing customer's information, such as contact details, billing settings, tax associations, or delivery preferences. Returns the updated customer record.","returnType":"Customer!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CustomerUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customFieldCreate","description":"**Create custom field**\n\nDefines a new custom field for the company with name, data type, and validation rules.","returnType":"CustomField!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CustomFieldInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customFieldDelete","description":"**Delete custom fields**\n\nRemoves one or more custom fields from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customFieldId","type":"[String]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"customFieldUpdate","description":"**Update custom field**\n\nModifies a custom field's name, type, or validation configuration.","returnType":"CustomField!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"CustomFieldUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteBulkCreate","description":"","returnType":"[DebitNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DebitNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteCreate","description":"**Create debit note**\n\nIssues a new debit note to charge additional amounts to a customer (e.g., interest, penalties). May reference a previous invoice.","returnType":"DebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DebitNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DebitNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteDelete","description":"**Delete debit notes**\n\nRemoves one or more draft debit notes by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteDraftable","description":"**Revert debit note to draft**\n\nConverts a finalized debit note back to draft status. Returns the updated debit note.","returnType":"DebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteNullify","description":"**Nullify debit note**\n\nVoids a finalized debit note. An optional reason can be provided for audit purposes.","returnType":"DebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"debitNoteUpdate","description":"**Update debit note**\n\nModifies a draft debit note's details. Only draft debit notes can be updated. Returns the updated debit note.","returnType":"DebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DebitNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DebitNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodCreate","description":"**Create delivery method**\n\nAdds a new delivery method to the company (e.g., courier, postal service, in-store pickup).","returnType":"DeliveryMethod!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DeliveryMethodInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodDelete","description":"**Delete delivery methods**\n\nRemoves one or more delivery methods from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"deliveryMethodId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodUpdate","description":"**Update delivery method**\n\nModifies a delivery method's name, description, or cost settings.","returnType":"DeliveryMethod!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DeliveryMethodUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteBulkCreate","description":"","returnType":"[DeliveryNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DeliveryNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteCreate","description":"**Create delivery note**\n\nIssues a new delivery note to accompany goods in transit. Includes loading/unloading addresses, vehicle info, and product lines. May be communicated to the fiscal authority.","returnType":"DeliveryNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DeliveryNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DeliveryNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteDelete","description":"**Delete delivery notes**\n\nRemoves one or more draft delivery notes by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteDraftable","description":"**Revert delivery note to draft**\n\nConverts a finalized delivery note back to draft status. Returns the updated delivery note.","returnType":"DeliveryNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteNullify","description":"**Nullify delivery note**\n\nVoids a finalized delivery note. An optional reason can be provided for audit purposes.","returnType":"DeliveryNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"deliveryNoteUpdate","description":"**Update delivery note**\n\nModifies a draft delivery note's details. Only draft delivery notes can be updated. Returns the updated delivery note.","returnType":"DeliveryNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DeliveryNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"DeliveryNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentATCommunicationMarkAsSolved","description":"**Mark document AT communication as solved**\n\nManually marks a document AT communication as successfully resolved.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentATCommunicationStatusId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentATCommunicationRetry","description":"**Retry document AT communication**\n\nRetries a failed individual document communication with the Portuguese tax authority.","returnType":"DocumentATCommunicationRetryResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentATCommunicationStatusId","type":"String!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentATCommunicationRetryAll","description":"**Retry all failed document AT communications**\n\nRetries all failed document communications with the Portuguese tax authority for the company.","returnType":"DocumentATCommunicationRetryResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentATUpdate","description":"**Updates a DocumentAT**\n\nUpdates the selected DocumentAT with the inserted data.\nReturns the updated DocumentAT.","returnType":"DocumentATUpdateResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DocumentATUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentDelete","description":"","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplateCreate","description":"**Create document email template**\n\nAdds a new email message template for sending documents to customers/suppliers.","returnType":"DocumentMailMessageTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DocumentMailMessageTemplateInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplateDelete","description":"**Delete document email templates**\n\nRemoves one or more document email message templates.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentMailMessageTemplateId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplateUpdate","description":"**Update document email template**\n\nModifies a document email template's subject, body, or document type associations.","returnType":"DocumentMailMessageTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DocumentMailMessageTemplateUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetATCommunicationRetry","description":"**Retry document set AT communication**\n\nRetries a failed document type registration with the Portuguese tax authority for a specific document set.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetATStatusId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetATCommunicationRetryAll","description":"**Retry all failed document set AT communications**\n\nRetries all failed document set registrations with the Portuguese tax authority for the company.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetCreate","description":"**Create document set**\n\nCreates a new document set (numbering series) for the company, defining which document types can use this series and configuring AT registration codes.","returnType":"DocumentSet!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DocumentSetInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetDelete","description":"**Delete document sets**\n\nRemoves one or more document sets. Sets with existing documents cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentSetId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"documentSetUpdate","description":"**Update document set**\n\nModifies a document set's name, code, or associated document types. Returns the updated document set.","returnType":"DocumentSet!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"DocumentSetUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCreate","description":"**Create economic activity code**\n\nAdds a new CAE (economic activity classification) code to the company.","returnType":"EconomicActivityClassificationCode!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"EconomicActivityClassificationCodeInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeDelete","description":"**Delete economic activity codes**\n\nRemoves one or more CAE codes from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"economicActivityClassificationCodeId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeUpdate","description":"**Update economic activity code**\n\nModifies a CAE code's description or sector classification.","returnType":"EconomicActivityClassificationCode!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"EconomicActivityClassificationCodeUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateBulkCreate","description":"","returnType":"[Estimate]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"EstimateBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateCreate","description":"**Create estimate**\n\nCreates a new estimate (quotation/proposal) with line items, taxes, and customer details. Estimates can later be converted to invoices or other documents.","returnType":"Estimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"EstimateInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EstimateMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateDelete","description":"**Delete estimates**\n\nRemoves one or more draft estimates by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateDraftable","description":"**Revert estimate to draft**\n\nConverts a finalized estimate back to draft status for further editing. Returns the updated estimate.","returnType":"Estimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateNullify","description":"**Nullify estimate**\n\nVoids a finalized estimate, marking it as cancelled. An optional reason can be provided.","returnType":"Estimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"estimateUpdate","description":"**Update estimate**\n\nModifies an estimate's line items, customer, dates, or other details. Returns the updated estimate.","returnType":"Estimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"EstimateUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"EstimateMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"eventCreate","description":"**Create event**\nSchedules a new event or reminder for the company (e.g., payment follow-up, delivery date).","returnType":"Event!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"EventInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"eventDelete","description":"**Delete events**\nRemoves one or more events from the company calendar.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"eventId","type":"[String]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"eventUpdate","description":"**Update event**\nModifies an event's date, description, type, or linked entities.","returnType":"Event!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"EventUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"generateATInventoryV1File","description":"**Generate AT inventory V1 file**\n\nGenerates a Portuguese tax authority inventory file in the V1_02 format.","returnType":"GenerateATInventoryResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ATInventoryV1Options!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"generateATInventoryV2File","description":"**Generate AT inventory V2 file**\n\nGenerates a Portuguese tax authority inventory file in the V2_01 format.","returnType":"GenerateATInventoryResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ATInventoryV2Options!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"generateEDIXML","description":"**Generate EDI XML**\n\nGenerates an EDI (Electronic Data Interchange) XML file from the specified documents in the chosen format (e.g., UBL, CIUS-PT).","returnType":"GenerateEDIResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentIds","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false},{"name":"format","type":"EDIFormats!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"generateMandateSEPAPDF","description":"**Generate SEPA mandate PDF**\nCreates a PDF document for a SEPA Direct Debit mandate, which the customer or supplier must sign to authorize recurring payments.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityType","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"entityId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"generateSAFTXML","description":"**Generate SAF-T(PT) XML**\n\nGenerates a SAF-T(PT) XML file for the specified date range and options. Required for Portuguese tax compliance.","returnType":"GenerateSAFTResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SAFTOptions!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"generateSEPAXML","description":"**Generate SEPA XML file**\nExports the bank remittance as a SEPA XML file (pain.008 for Direct Debit or pain.001 for Credit Transfer), ready for upload to the banking portal.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"bankRemittanceId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneCreate","description":"**Create geographic zone**\n\nAdds a new geographic zone for the company, linking regions to specific tax and shipping rules.","returnType":"GeographicZone!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"GeographicZoneInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneDelete","description":"**Delete geographic zones**\n\nRemoves one or more geographic zones from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"geographicZoneId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneUpdate","description":"**Update geographic zone**\n\nModifies a geographic zone's name, region mappings, or associated rules.","returnType":"GeographicZone!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"GeographicZoneUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomerGdprConsentPDF","description":"**Export GDPR consent form to PDF**\n\nGenerates a PDF consent form document for a specific customer, used for obtaining or documenting GDPR data processing consent.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomerGdprPersonalDataPDF","description":"**Export GDPR personal data to PDF**\n\nGenerates a PDF report containing all personal data held for a specific customer, for GDPR compliance and data subject access requests.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomerHistoryPDF","description":"**Export customer history as PDF**\nGenerates a PDF report with the customer history data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerHistoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomerHistoryXLS","description":"**Export customer history as XLS**\nGenerates an Excel spreadsheet with the customer history data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerHistoryOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"xlsOptions","type":"CustomerHistoryXLSOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomersPDF","description":"**Export customers list to PDF**\n\nGenerates a PDF document listing all customers matching the provided filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getCustomersXlsx","description":"**Export customers to XLSX**\n\nGenerates an Excel spreadsheet containing customer data matching the provided filter options. The file is delivered asynchronously.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getProductCategoriesPDF","description":"**Export product categories to PDF**\n\nGenerates a PDF document with the product category tree matching the provided filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProductCategoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getProductCategoriesXlsx","description":"**Export product categories to XLSX**\n\nGenerates an Excel spreadsheet with the product category tree matching the provided filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProductCategoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getProductsPDF","description":"**Export products list to PDF**\n\nGenerates a PDF document containing product catalog data matching the provided filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProductOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getProductsXlsx","description":"**Export products list to XLSX**\n\nGenerates an Excel spreadsheet containing product catalog data matching the provided filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProductOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByDatePDF","description":"**Generate Purchases analysis By Date PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByDateSinglePDF","description":"**Generate a single Purchases analysis By Date with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"date","type":"Date!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByDateWithDocsPDF","description":"**Generate Purchases analysis By Date with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByProductCategoryPDF","description":"**Generate Purchases analysis By Product Category PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByProductCategorySinglePDF","description":"**Generate Purchases analysis By Product Category with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productCategoryId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByProductCategoryWithDocsPDF","description":"**Generate Purchases analysis By Product Category with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByProductPDF","description":"**Generate Purchases analysis By Product PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByProductSinglePDF","description":"**Generate Purchases analysis By Product with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesAnalysisByProductWithDocsPDF","description":"**Generate Purchases analysis By Product with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesPendingListDatePDF","description":"**Generate a PDF file with purchases pending date list data**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesPendingListDateXlsx","description":"**Generate a xlsx file with purchases pending date list data**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesPendingListSuppliersPDF","description":"**Generate a PDF file with purchases pending suppliers list data**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesPendingListSuppliersXlsx","description":"**Generate a xlsx file with purchases pending suppliers list data**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesStatementsPDF","description":"**Export purchases statements to PDF**\n\nGenerates a PDF report with supplier account statement data for a single company.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesStatementOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"options2","type":"PurchasesStatementTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getPurchasesStatementsXlsx","description":"**Export purchases statements to XLSX**\n\nGenerates an Excel spreadsheet with supplier account statement data and sends it as a download.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesStatementOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"options2","type":"PurchasesStatementTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByDatePDF","description":"**Export sales analysis by date to PDF**\n\nGenerates a PDF report with sales data aggregated by date for the selected period.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByDateSinglePDF","description":"**Generate a single Sales Analysis By Date with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"date","type":"Date!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByDateWithDocsPDF","description":"**Export sales analysis by date with document detail to PDF**\n\nGenerates a PDF report with sales data by date including individual document details.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByProductCategoryPDF","description":"**Export sales analysis by category to PDF**\n\nGenerates a PDF report with sales data aggregated by product category for the selected period.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByProductCategorySinglePDF","description":"**Generate Sales Analysis By Product Category with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productCategoryId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByProductCategoryWithDocsPDF","description":"**Export sales analysis by category with document detail to PDF**\n\nGenerates a PDF report with sales data by product category including individual document details.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByProductPDF","description":"**Export sales analysis by product to PDF**\n\nGenerates a PDF report with sales data aggregated by product for the selected period.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByProductSinglePDF","description":"**Generate Sales Analysis By Product with documents PDF**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisByProductWithDocsPDF","description":"**Export sales analysis by product with document detail to PDF**\n\nGenerates a PDF report with sales data by product including individual document details.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesAnalysisXLS","description":"**Export sales analysis to XLSX**\n\nGenerates an Excel spreadsheet with sales analysis data for the selected period, grouped by the chosen dimension.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"xlsOptions","type":"SalesAnalysisXLSOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesPendingListCustomersPDF","description":"**Export sales pending by customer to PDF**\n\nGenerates a PDF report with the outstanding sales documents grouped by customer.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesPendingListCustomersXlsx","description":"**Export sales pending by customer to XLSX**\n\nGenerates an Excel spreadsheet with the outstanding sales documents grouped by customer.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesPendingListDatePDF","description":"**Export sales pending by date to PDF**\n\nGenerates a PDF report with the outstanding sales documents grouped by due date.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesPendingListDateXlsx","description":"**Export sales pending by date to XLSX**\n\nGenerates an Excel spreadsheet with the outstanding sales documents grouped by due date.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesPendingListOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalespersonsPaymentsHistoryPDF","description":"**Export salesperson payments history to PDF**\n\nGenerates a PDF report with historical commission payment data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"pdfOptions","type":"SalespersonsPaymentsHistoryExportOptions!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsHistoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalespersonsPaymentsHistoryXLS","description":"**Export salesperson payments history to XLSX**\n\nGenerates an Excel spreadsheet with historical commission payment data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"xlsOptions","type":"SalespersonsPaymentsHistoryExportOptions!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsHistoryOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalespersonsPaymentsPendingPDF","description":"**Export pending salesperson payments to PDF**\n\nGenerates a PDF report with outstanding commission payment data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"pdfOptions","type":"SalespersonsPaymentsPendingExportOptions!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsPendingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalespersonsPaymentsPendingXLS","description":"**Export pending salesperson payments to XLSX**\n\nGenerates an Excel spreadsheet with outstanding commission payment data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"xlsOptions","type":"SalespersonsPaymentsPendingExportOptions!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonsPaymentsPendingOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalespersonsPDF","description":"**Export salespersons to PDF**\n\nGenerates a PDF document listing all salespersons matching the provided filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesStatementsPDF","description":"**Export sales statements to PDF**\n\nGenerates a PDF report with customer account statements for the selected period.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesStatementOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"options2","type":"SalesStatementTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSalesStatementsXlsx","description":"**Export sales statements to XLSX**\n\nGenerates an Excel spreadsheet with customer account statements for the selected period.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalesStatementOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"options2","type":"SalesStatementTotalsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSingleCustomerSheetPDF","description":"**Export single customer detail sheet to PDF**\n\nGenerates a detailed PDF sheet for a specific customer, including full contact and billing information.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"CustomerOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"customerId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getStockProductsAllPDF","description":"**Export stock products with movements to PDF**\n\nGenerates a PDF report with stock data including detailed movement history for all products.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getStockProductsAllXlsx","description":"**Export stock products with movements to XLSX**\n\nGenerates an Excel spreadsheet with stock data including detailed movement history for all products.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getStockProductsPDF","description":"**Export stock products list to PDF**\n\nGenerates a PDF report with stock overview data for all products matching the filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getStockProductsXlsx","description":"**Export stock products list to XLSX**\n\nGenerates an Excel spreadsheet with stock overview data for all products matching the filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getStockSingleProductPDF","description":"**Export single product stock to PDF**\n\nGenerates a PDF report with detailed stock movement history for a single product.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getStockSingleProductXlsx","description":"**Export single product stock to XLSX**\n\nGenerates an Excel spreadsheet with detailed stock movement history for a single product.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ListStockMovementOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSuppliersPDF","description":"**Export suppliers list to PDF**\n\nGenerates a PDF document listing all suppliers matching the provided filter options.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"getSuppliersXlsx","description":"**Export suppliers to XLSX**\n\nGenerates an Excel spreadsheet containing supplier data matching the provided filter options. The file is delivered asynchronously.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"hookCreate","description":"**Create webhook**\n\nRegisters a new webhook for the company. Specify target URL and events to subscribe to.","returnType":"Hook!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"HookInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"hookDelete","description":"**Delete webhooks**\n\nRemoves one or more webhooks from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"hookId","type":"[String!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"hookUpdate","description":"**Update webhook**\n\nModifies a webhook's target URL, subscribed events, or active status.","returnType":"Hook!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"HookUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplateCreate","description":"**Create identification template**\n\nAdds a new identification document template with custom layout and fields.","returnType":"IdentTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"IdentificationTemplateInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplateDelete","description":"**Delete identification templates**\n\nRemoves one or more identification templates from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"identTemplateId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplateUpdate","description":"**Update identification template**\n\nModifies an identification template's layout, fields, or dimensions.","returnType":"IdentTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"IdentificationTemplateUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceBulkCreate","description":"","returnType":"[Invoice]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"InvoiceBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceCreate","description":"**Create invoice**\n\nIssues a new invoice with line items, taxes, and customer details. Automatically assigns a sequential number and may trigger fiscal authority communication.","returnType":"Invoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"InvoiceInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceDelete","description":"**Delete invoices**\n\nRemoves one or more draft invoices by their IDs. Only invoices in draft status can be deleted. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceDraftable","description":"**Revert invoice to draft**\n\nConverts a finalized invoice back to draft status, allowing further edits. Returns the updated invoice.","returnType":"Invoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceNullify","description":"**Nullify invoice**\n\nVoids a finalized invoice, marking it as cancelled in the fiscal records. An optional reason can be provided for audit purposes.","returnType":"Invoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptBulkCreate","description":"","returnType":"[InvoiceReceipt]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"InvoiceReceiptBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptCreate","description":"**Creates an Invoice-receipt**\n\nCreates a Invoice-receipt with the inserted data.\nReturns the created Invoice-receipt","returnType":"InvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"InvoiceReceiptInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptDelete","description":"**Deletes Invoice-receipt(s)**\n\nDeletes the Invoice-receipt(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptDraftable","description":"**Converts a Invoice-receipt back to draft**\n\nReturns the updated Invoice-receipt","returnType":"InvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptNullify","description":"**Nullify Invoice-receipt**\n\nNullifies the Invoice-receipt","returnType":"InvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceiptUpdate","description":"**Update an Invoice-receipt**\n\nUpdate an Invoice-receipt with the inserted data.\nReturns the updated Invoice-receipt","returnType":"InvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"InvoiceReceiptUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"invoiceUpdate","description":"**Update invoice**\n\nModifies a draft invoice's line items, customer, dates, or other details. Only draft invoices can be updated. Returns the updated invoice.","returnType":"Invoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"InvoiceUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"InvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelExportPDF","description":"**Export labels as PDF**\n\nGenerates a PDF file with labels rendered using the specified template and product data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"LabelExportPDFOptions!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelTemplateCreate","description":"**Create label template**\n\nAdds a new label template with custom layout for printing product or shipping labels.","returnType":"LabelTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"LabelTemplateInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelTemplateCreateDefaults","description":"**Create default label templates**\n\nGenerates a set of predefined default label templates for the company in the specified language.","returnType":"LabelTemplateDefaults!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"languageId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelTemplateDelete","description":"**Delete label templates**\n\nRemoves one or more label templates from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"labelTemplateIds","type":"[String!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"labelTemplateUpdate","description":"**Update label template**\n\nModifies a label template's layout, dimensions, or field configuration.","returnType":"LabelTemplate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"labelTemplateId","type":"String!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"LabelTemplateUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"maturityDateCreate","description":"**Create maturity date**\n\nAdds a new payment term preset to the company (e.g., net 30 days, end of month).","returnType":"MaturityDate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MaturityDateInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDelete","description":"**Delete maturity dates**\n\nRemoves one or more maturity date configurations from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"maturityDateId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"maturityDateUpdate","description":"**Update maturity date**\n\nModifies a maturity date's name, days offset, or calculation method.","returnType":"MaturityDate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MaturityDateUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitCreate","description":"**Create measurement unit**\n\nAdds a new measurement unit to the company (e.g., kg, litre, piece).","returnType":"MeasurementUnit!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MeasurementUnitInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitDelete","description":"**Delete measurement units**\n\nRemoves one or more measurement units from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"measurementUnitId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitImport","description":"**Import measurement unit**\n\nImports a measurement unit from a predefined list of standard units.","returnType":"MeasurementUnit!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MeasurementUnitImport!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitUpdate","description":"**Update measurement unit**\n\nModifies a measurement unit's name, abbreviation, or type.","returnType":"MeasurementUnit!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MeasurementUnitUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"meCreatePassword","description":"**Change password**\n\nSets a new password for the authenticated user. Requires the current password for verification.","returnType":"Me!","args":[{"name":"data","type":"MeCreatePassword!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"meUpdate","description":"**Update current user profile**\n\nModifies the authenticated user's name, email, language, or other profile settings.","returnType":"Me!","args":[{"name":"data","type":"MeUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteBulkCreate","description":"","returnType":"[MigratedCreditNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedCreditNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteCreate","description":"**Creates an Migrated credit note**\n\nCreates a Migrated credit note with the inserted data.\nReturns the created Migrated credit note","returnType":"MigratedCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedCreditNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedCreditNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteDelete","description":"**Deletes Migrated credit note(s)**\n\nDeletes the Migrated credit note(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteDraftable","description":"**Converts a Migrated credit note back to draft**\n\nReturns the updated Migrated credit note","returnType":"MigratedCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteNullify","description":"**Nullify Migrated credit note**\n\nNullifies the Migrated credit note","returnType":"MigratedCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNoteUpdate","description":"**Update an Migrated credit note**\n\nUpdate an Migrated credit note with the inserted data.\nReturns the updated Migrated credit note","returnType":"MigratedCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedCreditNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedCreditNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteBulkCreate","description":"","returnType":"[MigratedDebitNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedDebitNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteCreate","description":"**Creates a Migrated debit note**\n\nCreates a Migrated debit note with the inserted data.\nReturns the created Migrated debit note","returnType":"MigratedDebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedDebitNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedDebitNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteDelete","description":"**Deletes Migrated debit note(s)**\n\nDeletes the Migrated debit note(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteDraftable","description":"**Converts a Migrated debit note back to draft**\n\nReturns the updated Migrated debit note","returnType":"MigratedDebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteNullify","description":"**Nullify Migrated debit note**\n\nNullifies the Migrated debit note","returnType":"MigratedDebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNoteUpdate","description":"**Update a Migrated debit note**\n\nUpdate a Migrated debit note with the inserted data.\nReturns the updated Migrated debit note","returnType":"MigratedDebitNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedDebitNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedDebitNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateBulkCreate","description":"","returnType":"[MigratedEstimate]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedEstimateBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateCreate","description":"**Creates a Migrated estimate**\n\nCreates a Migrated estimate with the inserted data.\nReturns the created Estimate","returnType":"MigratedEstimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedEstimateInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedEstimateMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateDelete","description":"**Deletes Migrated estimate(s)**\n\nDeletes the Migrated estimate(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateDraftable","description":"**Converts a Migrated estimate back to draft**\n\nReturns the updated Migrated estimate","returnType":"MigratedEstimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateNullify","description":"**Nullify Migrated estimate**\n\nNullifies the Migrated estimate","returnType":"MigratedEstimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimateUpdate","description":"**Update an Migrated estimate**\n\nUpdate a Migrated estimate with the inserted data.\nReturns the updated Estimate","returnType":"MigratedEstimate!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedEstimateUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedEstimateMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceBulkCreate","description":"","returnType":"[MigratedInvoice]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedInvoiceBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceCreate","description":"**Creates an Migrated Invoice**\n\nCreates a Migrated Invoice with the inserted data.\nReturns the created Migrated Invoice","returnType":"MigratedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedInvoiceInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceDelete","description":"**Deletes Migrated Invoice(s)**\n\nDeletes the Migrated Invoice(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceDraftable","description":"**Converts a Migrated Invoice back to draft**\n\nReturns the updated Migrated Invoice","returnType":"MigratedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceNullify","description":"**Nullify Migrated Invoice**\n\nNullifies the Migrated Invoice","returnType":"MigratedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptBulkCreate","description":"","returnType":"[MigratedInvoiceReceipt]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedInvoiceReceiptBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptCreate","description":"**Creates an Migrated invoice-receipt**\n\nCreates a Migrated invoice-receipt with the inserted data.\nReturns the created Migrated invoice-receipt","returnType":"MigratedInvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedInvoiceReceiptInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptDelete","description":"**Deletes Migrated invoice-receipt(s)**\n\nDeletes the Migrated invoice-receipt(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptDraftable","description":"**Converts a Migrated invoice-receipt back to draft**\n\nReturns the updated Migrated invoice-receipt","returnType":"MigratedInvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptNullify","description":"**Nullify Migrated invoice-receipt**\n\nNullifies the Migrated invoice-receipt","returnType":"MigratedInvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceiptUpdate","description":"**Update an Migrated invoice-receipt**\n\nUpdate an Migrated invoice-receipt with the inserted data.\nReturns the updated Migrated invoice-receipt","returnType":"MigratedInvoiceReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedInvoiceReceiptUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceUpdate","description":"**Update an Migrated Invoice**\n\nUpdate an Migrated Invoice with the inserted data.\nReturns the updated Migrated Invoice","returnType":"MigratedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedInvoiceUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderBulkCreate","description":"","returnType":"[MigratedPurchaseOrder]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedPurchaseOrderBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderCreate","description":"**Creates an Migrated purchase order**\n\nCreates a Migrated purchase order with the inserted data.\nReturns the created Migrated purchase order","returnType":"MigratedPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedPurchaseOrderInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedPurchaseOrderMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderDelete","description":"**Deletes Migrated purchase order(s)**\n\nDeletes the Migrated purchase order(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderDraftable","description":"**Converts a Migrated purchase order back to draft**\n\nReturns the updated Migrated purchase order","returnType":"MigratedPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderNullify","description":"**Nullify Migrated purchase order**\n\nNullifies the Migrated purchase order","returnType":"MigratedPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrderUpdate","description":"**Update an Migrated purchase order**\n\nUpdate an Migrated purchase order with the inserted data.\nReturns the updated Migrated purchase order","returnType":"MigratedPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedPurchaseOrderUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedPurchaseOrderMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptBulkCreate","description":"","returnType":"[MigratedReceipt]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedReceiptBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptCreate","description":"**Creates an Migrated Receipt**\n\nCreates a Migrated Receipt with the inserted data.\nReturns the created Migrated Receipt","returnType":"MigratedReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedReceiptInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptDelete","description":"**Deletes Migrated Receipt(s)**\n\nDeletes the Migrated Receipt(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptDraftable","description":"**Converts a Migrated Receipt back to draft**\n\nReturns the updated Migrated Receipt","returnType":"MigratedReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptNullify","description":"**Nullify Migrated Receipt**\n\nNullifies the Migrated Receipt","returnType":"MigratedReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedReceiptUpdate","description":"**Update an Migrated Receipt**\n\nUpdate an Migrated Receipt with the inserted data.\nReturns the updated Migrated Receipt","returnType":"MigratedReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedReceiptUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceBulkCreate","description":"","returnType":"[MigratedSimplifiedInvoice]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedSimplifiedInvoiceBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceCreate","description":"**Creates an Migrated simplified invoice**\n\nCreates a Migrated simplified invoice with the inserted data.\nReturns the created Migrated simplified invoice","returnType":"MigratedSimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedSimplifiedInvoiceInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedSimplifiedInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceDelete","description":"**Deletes Migrated simplified invoice(s)**\n\nDeletes the Migrated simplified invoice(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceDraftable","description":"**Converts a Migrated simplified invoice back to draft**\n\nReturns the updated Migrated simplified invoice","returnType":"MigratedSimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceNullify","description":"**Nullify Migrated simplified invoice**\n\nNullifies the Migrated simplified invoice","returnType":"MigratedSimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoiceUpdate","description":"**Update an Migrated simplified invoice**\n\nUpdate an Migrated simplified invoice with the inserted data.\nReturns the updated Migrated simplified invoice","returnType":"MigratedSimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"MigratedSimplifiedInvoiceUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"MigratedSimplifiedInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"notificationAcknowledge","description":"Marks a notification as acknowledged.","returnType":"Notification!","args":[{"name":"notificationId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"notificationAcknowledgeAll","description":"Marks all notifications as acknowledged for the current user.","returnType":"NotificationAcknowledgeAll!","args":[],"isDeprecated":false,"deprecationReason":null},{"name":"partnerProposalCreate","description":"**Submit partner proposal**\n\nSubmits a new partner program application with business details and contact information.","returnType":"PartnerProposal!","args":[{"name":"data","type":"PartnerProposalInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"partnerProposalUpdate","description":"**Update partner proposal**\n\nModifies a partner proposal's details or review status.","returnType":"PartnerProposal!","args":[{"name":"data","type":"PartnerProposalUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodCreate","description":"**Create payment method**\n\nAdds a new payment method to the company's configuration (e.g., cash, bank transfer, Multibanco). Returns the created payment method.","returnType":"PaymentMethod!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PaymentMethodInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodDelete","description":"**Delete payment methods**\n\nRemoves one or more payment methods from the company. Payment methods in use by documents or customers cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"paymentMethodId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodUpdate","description":"**Update payment method**\n\nModifies an existing payment method's name or settings. Returns the updated payment method.","returnType":"PaymentMethod!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PaymentMethodUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnBulkCreate","description":"","returnType":"[PaymentReturn]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PaymentReturnBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnCreate","description":"**Creates an Payment return**\n\nCreates a Payment return with the inserted data.\nReturns the created Payment return","returnType":"PaymentReturn!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PaymentReturnInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PaymentReturnMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnDelete","description":"**Deletes Payment return(s)**\n\nDeletes the Payment return(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnDraftable","description":"**Converts a Payment return back to draft**\n\nReturns the updated Payment return","returnType":"PaymentReturn!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnNullify","description":"**Nullify Payment return**\n\nNullifies the Payment return","returnType":"PaymentReturn!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"paymentReturnUpdate","description":"**Update an Payment return**\n\nUpdate an Payment return with the inserted data.\nReturns the updated Payment return","returnType":"PaymentReturn!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PaymentReturnUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PaymentReturnMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClassCreate","description":"**Create price class**\n\nAdds a new price class to the company for percentage-based pricing adjustments.","returnType":"PriceClass!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PriceClassInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClassDelete","description":"**Delete price classes**\n\nRemoves one or more price classes from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"priceClassId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClassDuplicate","description":"**Duplicate price class**\n\nCreates a copy of an existing price class with a new name.","returnType":"PriceClassDuplicated!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PriceClassDuplicate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"priceClassUpdate","description":"**Update price class**\n\nModifies a price class's name or percentage.","returnType":"PriceClass!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PriceClassUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCategoryCreate","description":"**Create product category**\n\nCreates a new product category within the company's catalog hierarchy. Categories can be nested under a parent category. Returns the created category.","returnType":"ProductCategory!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProductCategoryInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCategoryDelete","description":"**Delete product categories**\n\nRemoves one or more product categories. Categories containing products or child categories cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productCategoryId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCategoryImport","description":"**Import product category**\n\nCreates a product category from imported data (e.g., SAF-T import). Returns the created category.","returnType":"ProductCategory!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProductCategoryImport!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCategoryUpdate","description":"**Update product category**\n\nModifies a product category's name, description, or parent category. Returns the updated category.","returnType":"ProductCategory!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProductCategoryUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productCreate","description":"**Create product**\n\nAdds a new product to the company's catalog, including pricing, tax rules, category assignment, supplier associations, warehouse stock, and custom fields. Returns the created product.","returnType":"Product!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProductInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productDelete","description":"**Delete products**\n\nPermanently removes one or more products by their IDs. Products referenced in existing documents cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"productId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"productUpdate","description":"**Update product**\n\nModifies an existing product's information, such as pricing, taxes, category, suppliers, or warehouse configuration. Returns the updated product.","returnType":"Product!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProductUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"profitMarginsXls","description":"**Export profit margins as XLS**\n\nGenerates an Excel spreadsheet with profit margin data by product or totals.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"xlsType","type":"ProfitMarginsXlsType!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProfitMarginsOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceBulkCreate","description":"","returnType":"[ProFormaInvoice]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProFormaInvoiceBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceCreate","description":"**Create pro forma invoice**\n\nCreates a new pro forma invoice as a preliminary billing document. Pro formas can later be converted into invoices or other document types.","returnType":"ProFormaInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProFormaInvoiceInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProFormaInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceDelete","description":"**Delete pro forma invoices**\n\nRemoves one or more draft pro forma invoices by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceDraftable","description":"**Revert pro forma invoice to draft**\n\nConverts a finalized pro forma invoice back to draft status. Returns the updated document.","returnType":"ProFormaInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceNullify","description":"**Nullify pro forma invoice**\n\nVoids a finalized pro forma invoice. An optional reason can be provided.","returnType":"ProFormaInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoiceUpdate","description":"**Update pro forma invoice**\n\nModifies a draft pro forma invoice's details. Returns the updated document.","returnType":"ProFormaInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ProFormaInvoiceUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ProFormaInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupCreate","description":"**Create property group**\n\nAdds a new property group for defining configurable product attributes.","returnType":"PropertyGroup!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PropertyGroupInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupDelete","description":"**Delete property groups**\n\nRemoves one or more property groups from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"propertyGroupId","type":"[String!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupUpdate","description":"**Update property group**\n\nModifies a property group's name or list of properties.","returnType":"PropertyGroup!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PropertyGroupUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderBulkCreate","description":"","returnType":"[PurchaseOrder]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PurchaseOrderBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderCreate","description":"**Create purchase order**\n\nCreates a new purchase order for a customer. Purchase orders can later be converted into invoices, delivery notes, or other documents.","returnType":"PurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PurchaseOrderInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseOrderMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderDelete","description":"**Delete purchase orders**\n\nRemoves one or more draft purchase orders by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderDraftable","description":"**Revert purchase order to draft**\n\nConverts a finalized purchase order back to draft status. Returns the updated document.","returnType":"PurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderNullify","description":"**Nullify purchase order**\n\nVoids a finalized purchase order. An optional reason can be provided.","returnType":"PurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrderUpdate","description":"**Update purchase order**\n\nModifies a draft purchase order's line items, customer, or other details. Returns the updated document.","returnType":"PurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PurchaseOrderUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseOrderMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementBulkCreate","description":"","returnType":"[PurchaseRecurringAgreement]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PurchaseRecurringAgreementBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementCreate","description":"**Creates a supplier recurring agreement**\n\nCreates a supplier recurring agreement with the inserted data.\nReturns the created supplier recurring agreement","returnType":"PurchaseRecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PurchaseRecurringAgreementInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseRecurringAgreementMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementDelete","description":"**Deletes supplier recurring agreement(s)**\n\nDeletes the supplier recurring agreement(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementDraftable","description":"**Converts a supplier recurring agreement back to draft**\n\nReturns the updated supplier recurring agreement","returnType":"PurchaseRecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementNullify","description":"**Nullify supplier recurring agreement**\n\nNullifies the supplier recurring agreement","returnType":"PurchaseRecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreementUpdate","description":"**Update a supplier recurring agreement**\n\nUpdate a supplier recurring agreement with the inserted data.\nReturns the updated supplier recurring agreement","returnType":"PurchaseRecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"PurchaseRecurringAgreementUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchaseRecurringAgreementMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysisXLS","description":"**Generate a xlsx file with purchases analysis data**","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"PurchasesAnalysisOptions","description":"","defaultValue":null,"isPrivate":false},{"name":"xlsOptions","type":"PurchasesAnalysisXLSOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"reassignPriceClass","description":"**Reassign price class**\n\nUpdates the percentage value of an already-applied price class across all affected products.","returnType":"PriceClassApplied!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"priceClassId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"percentage","type":"Float!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptBulkCreate","description":"","returnType":"[Receipt]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ReceiptBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptCreate","description":"**Create receipt**\n\nIssues a new receipt to record payment received from a customer, settling one or more related invoices or debit notes.","returnType":"Receipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ReceiptInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptDelete","description":"**Delete receipts**\n\nRemoves one or more draft receipts by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptDraftable","description":"**Revert receipt to draft**\n\nConverts a finalized receipt back to draft status. Returns the updated receipt.","returnType":"Receipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptNullify","description":"**Nullify receipt**\n\nVoids a finalized receipt. An optional reason can be provided for audit purposes.","returnType":"Receipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"receiptUpdate","description":"**Update receipt**\n\nModifies a draft receipt's payment details or related documents. Only draft receipts can be updated. Returns the updated receipt.","returnType":"Receipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"ReceiptUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"ReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementBulkCreate","description":"","returnType":"[RecurringAgreement]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"RecurringAgreementBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementCreate","description":"**Creates a recurring agreement**\n\nCreates a recurring agreement with the inserted data.\nReturns the created recurring agreement","returnType":"RecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"RecurringAgreementInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecurringAgreementMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementDelete","description":"**Deletes recurring agreement(s)**\n\nDeletes the recurring agreement(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementDraftable","description":"**Converts a recurring agreement back to draft**\n\nReturns the updated recurring agreement","returnType":"RecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementNullify","description":"**Nullify recurring agreement**\n\nNullifies the recurring agreement","returnType":"RecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreementUpdate","description":"**Update a recurring agreement**\n\nUpdate a recurring agreement with the inserted data.\nReturns the updated recurring agreement","returnType":"RecurringAgreement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"RecurringAgreementUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"RecurringAgreementMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"removePriceClass","description":"**Remove applied price class**\n\nRemoves a price class that was previously applied to products or customers, reverting affected prices.","returnType":"PriceClassRemoved!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"priceClassId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"requestTransportCode","description":"**Request AT transport code**\n\nSends a request to the Portuguese tax authority to obtain a transport code for the specified document.","returnType":"DocumentATCommunicationRetryResponse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"retentionCreate","description":"**Create retention**\n\nAdds a new tax retention configuration to the company (e.g., withholding tax).","returnType":"Retention!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"RetentionInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"retentionDelete","description":"**Delete retentions**\n\nRemoves one or more retention configurations from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"retentionId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"retentionUpdate","description":"**Update retention**\n\nModifies a retention's name, percentage, or tax type.","returnType":"Retention!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"RetentionUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonCreate","description":"**Create salesperson**\n\nAdds a new salesperson (sales representative) to the company. Salespersons can be assigned to customers and earn commissions. Returns the created salesperson.","returnType":"Salesperson!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SalespersonInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonDelete","description":"**Delete salespersons**\n\nRemoves one or more salespersons from the company. Salespersons assigned to customers or documents cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"salespersonId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentBulkCreate","description":"","returnType":"[SalespersonPayment]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SalespersonPaymentBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentCreate","description":"**Creates an Salesperson payment**\n\nCreates a Salesperson payment with the inserted data.\nReturns the created Salesperson payment","returnType":"SalespersonPayment!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SalespersonPaymentInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonPaymentMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentDelete","description":"**Deletes Salesperson payment(s)**\n\nDeletes the Salesperson payment(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentDraftable","description":"**Converts a Salesperson payment back to draft**\n\nReturns the updated Salesperson payment","returnType":"SalespersonPayment!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentNullify","description":"**Nullify Salesperson payment**\n\nNullifies the Salesperson payment","returnType":"SalespersonPayment!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentUpdate","description":"**Update an Salesperson payment**\n\nUpdate an Salesperson payment with the inserted data.\nReturns the updated Salesperson payment","returnType":"SalespersonPayment!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SalespersonPaymentUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SalespersonPaymentMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"salespersonUpdate","description":"**Update salesperson**\n\nModifies a salesperson's name, number, commission rate, or other details. Returns the updated salesperson.","returnType":"Salesperson!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SalespersonUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteBulkCreate","description":"","returnType":"[SettlementNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SettlementNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteCreate","description":"**Creates an Settlement note**\n\nCreates a Settlement note with the inserted data.\nReturns the created Settlement note","returnType":"SettlementNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SettlementNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SettlementNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteDelete","description":"**Deletes Settlement note(s)**\n\nDeletes the Settlement note(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteDraftable","description":"**Converts a Settlement note back to draft**\n\nReturns the updated Settlement note","returnType":"SettlementNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteNullify","description":"**Nullify Settlement note**\n\nNullifies the Settlement note","returnType":"SettlementNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"settlementNoteUpdate","description":"**Update an Settlement note**\n\nUpdate an Settlement note with the inserted data.\nReturns the updated Settlement note","returnType":"SettlementNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SettlementNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SettlementNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceBulkCreate","description":"","returnType":"[SimplifiedInvoice]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SimplifiedInvoiceBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceCreate","description":"**Create simplified invoice**\n\nIssues a new simplified invoice for low-value sales. Payment is included in the document itself. May trigger fiscal authority communication.","returnType":"SimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SimplifiedInvoiceInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SimplifiedInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceDelete","description":"**Delete simplified invoices**\n\nRemoves one or more draft simplified invoices by their IDs. Returns deletion result.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceDraftable","description":"**Revert simplified invoice to draft**\n\nConverts a finalized simplified invoice back to draft status. Returns the updated document.","returnType":"SimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceNullify","description":"**Nullify simplified invoice**\n\nVoids a finalized simplified invoice. An optional reason can be provided for audit purposes.","returnType":"SimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoiceUpdate","description":"**Update simplified invoice**\n\nModifies a draft simplified invoice's details. Only drafts can be updated. Returns the updated document.","returnType":"SimplifiedInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SimplifiedInvoiceUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SimplifiedInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockMovementManualDelete","description":"**Delete manual stock movement**\n\nReverses a previously created manual stock movement, restoring the inventory to its prior state.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"stockMovementId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockMovementManualEntryCreate","description":"**Create manual stock entry**\n\nRecords a manual stock entry movement for a product, increasing available inventory in the specified warehouse.","returnType":"StockMovement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"StockMovementManualInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockMovementManualExitCreate","description":"**Create manual stock exit**\n\nRecords a manual stock exit movement for a product, decreasing available inventory in the specified warehouse.","returnType":"StockMovement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"StockMovementManualInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockMovementWarehouseTransferCreate","description":"**Create warehouse transfer**\n\nRecords a stock transfer movement between two warehouses, decreasing stock in the origin and increasing it in the destination.","returnType":"StockMovement!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"StockMovementWarehouseTransferInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"stockMovementWarehouseTransferDelete","description":"**Delete warehouse transfer**\n\nReverses a previously created warehouse transfer movement, restoring stock levels in both the origin and destination warehouses.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"stockMovementId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingBulkCreate","description":"","returnType":"[SupplierBillsOfLading]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierBillsOfLadingBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingCreate","description":"**Creates an Supplier Bill of lading**\n\nCreates a Supplier Bill of lading with the inserted data.\nReturns the created Supplier Bill of lading","returnType":"SupplierBillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierBillsOfLadingInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierBillsOfLadingMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingDelete","description":"**Deletes Bills of lading**\n\nDeletes the Bill(s) of lading that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingDraftable","description":"**Converts a Supplier Bill of lading back to draft**\n\nReturns the updated Supplier Bill of lading","returnType":"SupplierBillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingNullify","description":"**Nullify Supplier Bill of lading**\n\nNullifies the Supplier Bill of lading","returnType":"SupplierBillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadingUpdate","description":"**Update an Supplier Bill of lading**\n\nUpdate an Supplier Bill of lading with the inserted data.\nReturns the updated Supplier Bill of lading","returnType":"SupplierBillsOfLading!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierBillsOfLadingUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierBillsOfLadingMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreate","description":"**Create supplier**\nRegisters a new supplier in the company, including contact details, payment terms, tax settings, and delivery preferences. Returns the newly created supplier record.","returnType":"Supplier!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteBulkCreate","description":"","returnType":"[SupplierCreditNote]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierCreditNoteBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteCreate","description":"**Creates an Supplier credit note**\n\nCreates a Supplier credit note with the inserted data.\nReturns the created Supplier credit note","returnType":"SupplierCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierCreditNoteInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierCreditNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteDelete","description":"**Deletes Supplier credit note(s)**\n\nDeletes the Supplier credit note(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteDraftable","description":"**Converts a Supplier credit note back to draft**\n\nReturns the updated Supplier credit note","returnType":"SupplierCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteNullify","description":"**Nullify Supplier credit note**\n\nNullifies the Supplier credit note","returnType":"SupplierCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNoteUpdate","description":"**Update an Supplier credit note**\n\nUpdate an Supplier credit note with the inserted data.\nReturns the updated Supplier credit note","returnType":"SupplierCreditNote!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierCreditNoteUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierCreditNoteMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierDelete","description":"**Delete suppliers**\n\nPermanently removes one or more suppliers by their IDs. Returns information about any deletion errors if the suppliers are referenced by existing documents.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"supplierId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceBulkCreate","description":"","returnType":"[SupplierInvoice]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierInvoiceBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceCreate","description":"**Creates an Supplier invoice**\n\nCreates a Supplier invoice with the inserted data.\nReturns the created Supplier invoice","returnType":"SupplierInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierInvoiceInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceDelete","description":"**Deletes Supplier invoice(s)**\n\nDeletes the Supplier invoice(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceDraftable","description":"**Converts a Supplier invoice back to draft**\n\nReturns the updated Supplier invoice","returnType":"SupplierInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceNullify","description":"**Nullify Supplier invoice**\n\nNullifies the Supplier invoice","returnType":"SupplierInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoiceUpdate","description":"**Update an Supplier invoice**\n\nUpdate an Supplier invoice with the inserted data.\nReturns the updated Supplier invoice","returnType":"SupplierInvoice!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierInvoiceUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierInvoiceMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderBulkCreate","description":"","returnType":"[SupplierPurchaseOrder]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierPurchaseOrderBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderCreate","description":"**Creates an Supplier purchase order**\n\nCreates a Supplier purchase order with the inserted data.\nReturns the created Supplier purchase order","returnType":"SupplierPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierPurchaseOrderInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierPurchaseOrderMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderDelete","description":"**Deletes Supplier purchase order(s)**\n\nDeletes the Supplier purchase order(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderDraftable","description":"**Converts a Supplier purchase order back to draft**\n\nReturns the updated Supplier purchase order","returnType":"SupplierPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderNullify","description":"**Nullify Supplier purchase order**\n\nNullifies the Supplier purchase order","returnType":"SupplierPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrderUpdate","description":"**Update an Supplier purchase order**\n\nUpdate an Supplier purchase order with the inserted data.\nReturns the updated Supplier purchase order","returnType":"SupplierPurchaseOrder!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierPurchaseOrderUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierPurchaseOrderMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptBulkCreate","description":"","returnType":"[SupplierReceipt]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierReceiptBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptCreate","description":"**Creates an Supplier receipt**\n\nCreates a Supplier receipt with the inserted data.\nReturns the created Supplier receipt","returnType":"SupplierReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierReceiptInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptDelete","description":"**Deletes Supplier receipt(s)**\n\nDeletes the Supplier receipt(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptDraftable","description":"**Converts a Supplier receipt back to draft**\n\nReturns the updated Supplier receipt","returnType":"SupplierReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptNullify","description":"**Nullify Supplier receipt**\n\nNullifies the Supplier receipt","returnType":"SupplierReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierReceiptUpdate","description":"**Update an Supplier receipt**\n\nUpdate an Supplier receipt with the inserted data.\nReturns the updated Supplier receipt","returnType":"SupplierReceipt!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierReceiptUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"SupplierReceiptMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"supplierUpdate","description":"**Update supplier**\n\nModifies an existing supplier's information, such as contact details, payment terms, tax associations, or delivery preferences. Returns the updated supplier record.","returnType":"Supplier!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"SupplierUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultBulkCreate","description":"","returnType":"[TableConsult]!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"TableConsultBulkInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultCreate","description":"**Creates an Table Consult**\n\nCreates a Table Consult with the inserted data.\nReturns the created Table Consult","returnType":"TableConsult!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"TableConsultInsert!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TableConsultMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultDelete","description":"**Deletes Table Consult(s)**\n\nDeletes the Table Consult(s) that have the inserted IDs Returns a DeletionError as true if delete is successful","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"[Int!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultDraftable","description":"**Converts a Table Consult back to draft**\n\nReturns the updated Table Consult","returnType":"TableConsult!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultGetPDF","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultGetZIP","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultNullify","description":"**Nullify Table Consult**\n\nNullifies the Table Consult","returnType":"TableConsult!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documentId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"nullifiedReason","type":"String","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultSendMail","description":"","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"documents","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false},{"name":"mailData","type":"MailData","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableConsultUpdate","description":"**Update an Table Consult**\n\nUpdate an Table Consult with the inserted data.\nReturns the updated Table Consult","returnType":"TableConsult!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"TableConsultUpdate!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TableConsultMutateOptions","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableCreate","description":"**Create table**\n\nAdds a new table to the company's POS/restaurant setup.","returnType":"Table!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"TableInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableDelete","description":"**Delete tables**\n\nRemoves one or more tables from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"tableId","type":"[String!]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"tableUpdate","description":"**Update table**\n\nModifies a table's number, name, capacity, or layout position.","returnType":"Table!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"TableUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxCreate","description":"**Create tax**\n\nAdds a new tax rate to the company's tax configuration, specifying the type (VAT, withholding, etc.), rate percentage, fiscal zone, and exemption reason if applicable. Returns the created tax.","returnType":"Tax!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"TaxInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxDelete","description":"**Delete taxes**\n\nRemoves one or more tax rates from the company. Taxes referenced by products or documents cannot be deleted.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"taxId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxesMapGetPDF","description":"**Export taxes map as PDF**\n\nGenerates a PDF report with the company's tax map data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TaxesMapOptions!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxesMapGetXLS","description":"**Export taxes map as XLS**\n\nGenerates an Excel spreadsheet with the company's tax map data.","returnType":"Boolean!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"options","type":"TaxesMapOptions!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"taxUpdate","description":"**Update tax**\n\nModifies an existing tax rate's properties such as percentage, name, or exemption reason. Returns the updated tax.","returnType":"Tax!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"TaxUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"vehicleCreate","description":"**Create vehicle**\n\nRegisters a new vehicle for the company, used in transport and delivery documents.","returnType":"Vehicle!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"VehicleInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"vehicleDelete","description":"**Delete vehicles**\n\nRemoves one or more vehicles from the company.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"vehicleId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"vehicleUpdate","description":"**Update vehicle**\n\nModifies a vehicle's license plate, brand, model, or registration details.","returnType":"Vehicle!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"VehicleUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"warehouseCreate","description":"**Create warehouse**\n\nAdds a new warehouse to the company for stock management. Products can then be assigned stock levels within this warehouse. Returns the created warehouse.","returnType":"Warehouse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"WarehouseInsert!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"warehouseDelete","description":"**Delete warehouses**\n\nRemoves one or more warehouses from the company. Warehouses with existing stock must be emptied first.","returnType":"DeletionError!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"warehouseId","type":"[Int]!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"warehouseMoveStock","description":"**Transfer all stock between warehouses**\n\nMoves the entire stock of all products from one warehouse to another. Creates corresponding stock movement records for traceability.","returnType":"WarehouseMovementInfo!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"WarehouseStockMovementUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null},{"name":"warehouseUpdate","description":"**Update warehouse**\n\nModifies a warehouse's name, address, or other configuration. Returns the updated warehouse.","returnType":"Warehouse!","args":[{"name":"companyId","type":"Int!","description":"","defaultValue":null,"isPrivate":false},{"name":"data","type":"WarehouseUpdate!","description":"","defaultValue":null,"isPrivate":false}],"isDeprecated":false,"deprecationReason":null}],"objects":[{"name":"AgentRead","kind":"OBJECT","description":"**Reads an Agent**","fields":[{"name":"agentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"recurringCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String!","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String!","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String!","description":"City","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String!","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentData","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img1","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportMail","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportPhone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Allowed","kind":"OBJECT","description":"","fields":[{"name":"data","type":"AllowedRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"AllowedRead","kind":"OBJECT","description":"","fields":[{"name":"allowed","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actualLimit","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"usedResources","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingResources","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalSupplements","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplementsToUse","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplementsUsed","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalRollover","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rolloversToUse","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rolloversUsed","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"AlternateAddressRead","kind":"OBJECT","description":"**Reads a Customer - Alternate Addresses**","fields":[{"name":"alternateAddressId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATSettings","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ATSettingsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATSettingsErrors","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ATSettingsErrorsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATSettingsErrorsRead","kind":"OBJECT","description":"","fields":[{"name":"automaticInvoiceErrors","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticTransportErrors","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticDocSetsErrors","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nextAllowedCheck","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATSettingsRead","kind":"OBJECT","description":"","fields":[{"name":"companyATId","type":"ID!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoice","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticTransport","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticDocSets","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoiceChangedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticTransportChangedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticDocSetsChangedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoiceDelay","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"passwordSet","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATSettingsUpdateResponse","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ATSettingsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATUser","kind":"OBJECT","description":"","fields":[{"name":"data","type":"ATUserRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATUserRead","kind":"OBJECT","description":"","fields":[{"name":"success","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exists","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userPattern","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"loginError","type":"ATLoginErrorEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"loginAttemptsLeft","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"generatedPassword","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfo","kind":"OBJECT","description":"**Queries for a BankingInfo.**\n\nReturns the BankingInfo with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"BankingInfoRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoDefaultRead","kind":"OBJECT","description":"","fields":[{"name":"companyBankingInfoDefaultId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfos","type":"BankingInfoRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[BankingInfoOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"BankingInfoSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"BankingInfoOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoRead","kind":"OBJECT","description":"**Reads a BankingInfo.**\n\nReturns a BankingInfo with the specified ID.","fields":[{"name":"bankingInfoId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":true,"deprecationReason":"It will be removed"},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplateBankingInfos","type":"[IdentificationTemplateBankingInfoRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"associateWithCompany","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfos","kind":"OBJECT","description":"**Queries for every BankingInfo.**\n\nReturns every BankingInfo that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[BankingInfoRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"BankingInfoOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"BankingInfoSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittance","kind":"OBJECT","description":"**Queries for a BankRemittance.**\nReturns the BankRemittance with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"BankRemittanceRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SingleBankRemittanceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"BankRemittanceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[BankRemittanceOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[BankRemittanceFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"BankRemittanceSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"BankRemittanceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceRead","kind":"OBJECT","description":"**Reads a BankRemittance.**\nReturns a BankRemittance with the specified ID.","fields":[{"name":"bankRemittanceId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"handled","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documents","type":"[DocumentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittances","kind":"OBJECT","description":"**Queries for every BankRemittance.**\nReturns every BankRemittance that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[BankRemittanceRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"BankRemittanceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"BankRemittanceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLading","kind":"OBJECT","description":"**BillsOfLading Response**\n\nResponse when you access an BillsOfLading.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"BillsOfLadingRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"BillsOfLadingOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"BillsOfLadingFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingNextNumber","kind":"OBJECT","description":"**Next number for BillsOfLadings**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingNumberRead","kind":"OBJECT","description":"**Get the next number for a BillsOfLadings**","fields":[{"name":"data","type":"BillsOfLadingNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[BillsOfLadingOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[BillsOfLadingFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"BillsOfLadingSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"BillsOfLadingOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingRead","kind":"OBJECT","description":"**Reads a BillsOfLadings**\n\nReturn a BillsOfLadings with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"BillsOfLadingRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with BillsOfLading**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[BillsOfLadingRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"BillsOfLadingOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadings","kind":"OBJECT","description":"**BillsOfLading Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[BillsOfLadingRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"BillsOfLadingOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"BillsOfLadingSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkCustomer","kind":"OBJECT","description":"**Queries for a single bulk customer.**\n\nReturns data as if it was a single customer.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"BulkCustomerData","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkCustomerData","kind":"OBJECT","description":"**Reads a Bulk Customer.**\n\nReturns a Bulk Customer from the specified ids","fields":[{"name":"bulkCustomer","type":"BulkCustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerIds","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkCustomerRead","kind":"OBJECT","description":"**Reads a Bulk Customer.**\n\nReturns a Bulk Customer with the specified IDs.","fields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String","description":"Unique identifier","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"City","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentDay","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","type":"PaymentMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClass","type":"PriceClassRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tax","type":"TaxRead","description":"","isDeprecated":true,"deprecationReason":"Use taxes instead."},{"name":"taxes","type":"[CustomerTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkProduct","kind":"OBJECT","description":"**Queries for a single bulk product.**\n\nReturns data as if it was a single product.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"BulkProductData","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkProductData","kind":"OBJECT","description":"**Reads a Bulk Product.**\n\nReturns a Bulk Product from the specified ids","fields":[{"name":"bulkProduct","type":"BulkProductRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productIds","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkProductRead","kind":"OBJECT","description":"**Reads a Bulk Product.**\n\nReturns a Bulk Product with the specified IDs.","fields":[{"name":"productCategory","type":"ProductCategoryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posFavorite","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnExport","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceWithTaxes","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"WarehouseRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnit","type":"MeasurementUnitRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[ProductCustomFieldRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"favoriteIdentifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","type":"[ProductPriceClassAssociationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers","type":"[ProductSupplierAssociationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[ProductTaxAssociationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalCostPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalSale","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkSupplier","kind":"OBJECT","description":"**Queries for a single bulk supplier.**\n\nReturns data as if it was a single supplier.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"BulkSupplierData","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkSupplierData","kind":"OBJECT","description":"**Reads a Bulk Supplier.**\n\nReturns a Bulk Supplier from the specified ids","fields":[{"name":"bulkSupplier","type":"BulkSupplierRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierIds","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BulkSupplierRead","kind":"OBJECT","description":"**Reads a Bulk supplier.**\n\nReturns a bulk supplier with the specified IDs.","fields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","type":"PaymentMethodRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CheckATUser","kind":"OBJECT","description":"","fields":[{"name":"data","type":"CheckATUserRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CheckATUserRead","kind":"OBJECT","description":"","fields":[{"name":"exists","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"loginError","type":"ATLoginErrorEnum","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CommissionsRead","kind":"OBJECT","description":"","fields":[{"name":"salespersonPaymentDocumentId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommissionDocumentId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonPaymentDocument","type":"SalespersonPaymentDocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommissionDocument","type":"SalespersonCommissionDocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciled","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Companies","kind":"OBJECT","description":"**Queries for every Company.**\n\nReturns every Company that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CompanyRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CompanyOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Company","kind":"OBJECT","description":"**Queries for a Company.**\n\nReturns the Company with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CompanyOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyBusinessAreaRead","kind":"OBJECT","description":"**Reads a CompanyBusinessArea.**","fields":[{"name":"companyBusinessAreaId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isSuggestion","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessAreaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyDocumentTypeDefaultDocumentSet","kind":"OBJECT","description":"","fields":[{"name":"documentTypeDefaultDocumentSetId","type":"ID!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CompanyFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyLimitRead","kind":"OBJECT","description":"","fields":[{"name":"moduleId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resource","type":"AuthResource","description":"**Resource associated with this limit**\n\nIf null, it's a module without an associated resource. Eg: Plugins","isDeprecated":false,"deprecationReason":null},{"name":"resourceLimit","type":"Int","description":"**Limit that can be bought from this resource**","isDeprecated":false,"deprecationReason":null},{"name":"limit","type":"Int!","description":"**Limit number of items without supplements**","isDeprecated":false,"deprecationReason":null},{"name":"used","type":"Int!","description":"**Used items without supplements**","isDeprecated":false,"deprecationReason":null},{"name":"remaining","type":"Int!","description":"**Remaining items without supplements**","isDeprecated":false,"deprecationReason":null},{"name":"supplement","type":"Int","description":"**Available supplements**\n\nIf 'null' it means the resource is not RollOver so it shouldn't have supplements","isDeprecated":false,"deprecationReason":null},{"name":"active","type":"Boolean!","description":"**Whether the module for this limit is part of the subscription**","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyLinkRead","kind":"OBJECT","description":"","fields":[{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"capital","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currency","type":"CurrencyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"decimalSeparator","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"thousandsSeparator","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CompanyOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CompanyFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CompanySearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CompanyOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRead","kind":"OBJECT","description":"**Reads a Company.**\n\nReturns a Company with the specified ID.","fields":[{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isConfirmed","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"slug","type":"String!","description":"Unique identifier","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String!","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasDefaultData","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"City","isDeprecated":false,"deprecationReason":null},{"name":"capital","type":"String","description":"Capital stock","isDeprecated":false,"deprecationReason":null},{"name":"commercialRegistryNumber","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialRegistryOffice","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoicingEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoicingContact","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img1","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agent","type":"AgentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateCountryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateCountry","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currency","type":"CurrencyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscription","type":"[SubscriptionRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userCompanies","type":"[CompanyUserRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isRetailerOrTSP","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"decimalSeparator","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"thousandsSeparator","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"numDecimalPlacesDocs","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"forceNumCopies","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transportMovesStock","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transportDateNow","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"conversionOriginalDate","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesDocsShowSalesperson","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityNextWeekday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityNoAutoWhenOptional","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showProductRowsByDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentFooter","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCommercialInfoFooter","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCompanyInfoPos","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentFontType","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowRelated","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showRelatedDocInfoInPdfProductLine","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowClientPhone","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentDeliveryNoteShowValues","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentBillOfLadingShowValues","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentServiceNoteShowValues","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCustomerReturnNoteShowValues","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentLineShowPriceWithTaxes","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCustomerShowVATPrefix","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCompanyShowVATPrefix","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowCompanyNotes","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowProductSummary","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowProductIdentification","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentEstimateShowProductImages","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertLowPrice","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSupplierBuyChangesPrices","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentConfirmClose","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowProductUnitValueWithTaxes","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentPreserveNetValue","type":"Boolean!","description":"","isDeprecated":true,"deprecationReason":"Use documentCalculationsMode instead"},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderAddress","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderValidated","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"homepageShowGraphics","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showInactiveCustomers","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showInactiveProducts","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showCustomerDocumentSet","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sortCodesNumerically","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sendOverdueDocumentsNotifications","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertQtyAboveStock","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertNoStock","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertMinStock","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailAlertStockAddress","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailAlertNoStock","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailAlertMinStock","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showTotalHUD","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[CopiesRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfo","type":"[BankingInfoDefaultRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentPrintModelId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentPrintModel","type":"DocumentPrintModelRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lastUserLoggedIn","type":"LastUserLoggedInRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksBySettings","type":"[DocumentSetsLockRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createNewDocumentSetsEveryNewYear","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"FiscalZoneTaxSettings","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasClosedDocuments","type":"Boolean!","description":"Flags if has closed documents If set to true, this company has closed documents","isDeprecated":false,"deprecationReason":null},{"name":"attached","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customersCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespeopleCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliersCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoriesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identTemplatesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfosCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDatesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZonesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vehiclesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehousesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashRegistersCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"areasAndTablesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankRemittancesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyApiClientsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyRolesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyUsersCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFieldsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplatesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hooksCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"labelTemplatesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posRequestsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupsCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"storesCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"activeSubscription","type":"SubscriptionRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"futureSubscription","type":"SubscriptionRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessAreas","type":"[CompanyBusinessAreaRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypesDefaultDocumentSets","type":"[CompanyDocumentTypeDefaultDocumentSet!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"specialTaxSchemeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"specialTaxScheme","type":"SpecialTaxSchemeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyAT","type":"ATSettingsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"limits","type":"[CompanyLimitRead!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRole","kind":"OBJECT","description":"**Queries for a Company Role.**\n\nReturns the Company Role with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CompanyRoleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CompanyRoleFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CompanyRoleOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CompanyRoleFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CompanyRoleSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CompanyRoleOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRolePermission","kind":"OBJECT","description":"**Reads a Company Role Permission**","fields":[{"name":"companyAdmin","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resourceName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resource","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actionName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscriptionExpiredAllowed","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dependencies","type":"JSON","description":"","isDeprecated":true,"deprecationReason":"This property isn't properly typed. Use 'dependenciesTyped'"},{"name":"dependenciesTyped","type":"[PermissionDependency!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleRead","kind":"OBJECT","description":"**Reads a Company Role.**\n\nReturns a Company Role with the specified ID.\nParent field is a set of permissions inherited from another Company Role","fields":[{"name":"roleId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"admin","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"permissions","type":"[CompanyRolePermission!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent","type":"CompanyRoleRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null},{"name":"isAllowed","type":"RoleAllowsRead!","description":"Resolves the sent permissions. If 'checkAll' is true, all the permissions must be allowed","isDeprecated":false,"deprecationReason":null}],"interfaces":["RoleAllows"]},{"name":"CompanyRoles","kind":"OBJECT","description":"**Queries for every Company Roles.**\n\nReturns every Company Roles that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CompanyRoleRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CompanyRoleOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CompanySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySubscriptionOptionsRead","kind":"OBJECT","description":"","fields":[{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySubscriptions","kind":"OBJECT","description":"**Query result for companySubscriptions**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SubscriptionRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CompanySubscriptionOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUser","kind":"OBJECT","description":"**Queries for a Company User.**\n\nReturns the Company User with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CompanyUserRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserCompanyRead","kind":"OBJECT","description":"**Reads a CompanyUser Company**\n\nReturns the company associated to user.","fields":[{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"slug","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CompanyUserFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CompanyUserOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CompanyUserSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CompanyUserFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CompanyUserOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserRead","kind":"OBJECT","description":"**Reads a Company User**\n\nReturns a Company user with their sets of permissions and company associations.","fields":[{"name":"userCompanyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user","type":"CompanyUserUserRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"roleId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"role","type":"CompanyRoleRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyUserCompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserRequestResult","kind":"OBJECT","description":"**Result of recovery.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUsers","kind":"OBJECT","description":"**Queries for every Company User - Company association.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CompanyUserRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CompanyUserOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserUserRead","kind":"OBJECT","description":"**Reads a CompanyUser User**\n\nReturns a user with their sets of permissions and company associations.","fields":[{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CopiesRead","kind":"OBJECT","description":"","fields":[{"name":"companyDocumentTypeCopyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Countries","kind":"OBJECT","description":"**Queries for every Country.**\n\nReturns every Country that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CountryRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CountryOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Country","kind":"OBJECT","description":"**Queries for a Country.**\n\nReturns the Country with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CountryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CountryOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CountryFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CountrySearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CountryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryRead","kind":"OBJECT","description":"**Reads a Country.**\n\nReturns a Country with the specified ID.","fields":[{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso3166_1","type":"String!","description":"Country code (ISO 3166) (i.g. en)","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].title","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].notes","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"viesCountry","type":"Boolean","description":"Flags if this is a VIES country","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"specialTaxSchemes","type":"[SpecialTaxSchemeRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[CountryTranslationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null}]},{"name":"CountrySearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CountrySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryTranslationRead","kind":"OBJECT","description":"**Reads Country translations**\n\nReturns the available translations for the selected Country.\nCountryOptions defaultLanguageId parameter will specify the language returned.","fields":[{"name":"countryTranslationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNote","kind":"OBJECT","description":"**CreditNote Response**\n\nResponse when you access an CreditNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CreditNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CreditNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CreditNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteNextNumber","kind":"OBJECT","description":"**Next number for CreditNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a CreditNotes**","fields":[{"name":"data","type":"CreditNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CreditNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CreditNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CreditNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CreditNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteRead","kind":"OBJECT","description":"**Reads a CreditNotes**\n\nReturn a CreditNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithTicketBAI","DocumentWithAT"]},{"name":"CreditNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with CreditNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[CreditNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CreditNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNotes","kind":"OBJECT","description":"**CreditNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CreditNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CreditNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CreditNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Currencies","kind":"OBJECT","description":"**Queries for every Currency.**\n\nReturns every Currency that matches the selected parameters","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CurrencyRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CurrencyOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Currency","kind":"OBJECT","description":"**Queries for a Currency.**\n\nReturns the Currency with the inserted ID.","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CurrencyRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationOptionsRead","kind":"OBJECT","description":"","fields":[{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationRead","kind":"OBJECT","description":"","fields":[{"name":"currencyDenominationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"CurrencyDenominationType!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominations","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CurrencyDenominationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CurrencyDenominationOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchange","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CurrencyExchangeRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CurrencyExchangeFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CurrencyExchangeOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CurrencyExchangeSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CurrencyExchangeFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CurrencyExchangeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeRead","kind":"OBJECT","description":"","fields":[{"name":"currencyExchangeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pair","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exchange","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"from","type":"CurrencyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"to","type":"CurrencyRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchanges","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CurrencyExchangeRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CurrencyExchangeOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CurrencyExchangeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CurrencyFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CurrencyOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CurrencyFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CurrencySearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CurrencyOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyRead","kind":"OBJECT","description":"**Reads a Currency.**\n\nReturns a Currency with the specified ID.","fields":[{"name":"currencyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"symbol","type":"String!","description":"Currency symbol (i.g. $)","isDeprecated":false,"deprecationReason":null},{"name":"symbolPosition","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"numberDecimalPlaces","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso4217","type":"String!","description":"Currency code (ISO 4217) (i.g. USD)","isDeprecated":false,"deprecationReason":null},{"name":"largeCurrency","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"this is a shorthand for translations[options.defaultLanguageId].description","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[CurrencyTranslationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"denominations","type":"[CurrencyDenominationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencySearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CurrencySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyTranslationRead","kind":"OBJECT","description":"**Reads Currency translations**\n\nReturns the available translations for the selected Currency.\nCurrencyOptions defaultLanguageId parameter will specify the language returned.","fields":[{"name":"currencyTranslationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Customer","kind":"OBJECT","description":"**Queries for a Customer.**\n\nReturns the Customer with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerDocumentsCoundRead","kind":"OBJECT","description":"","fields":[{"name":"count","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerDocumentTypeCopyRead","kind":"OBJECT","description":"**Reads a Customer - Document Type Copies.**","fields":[{"name":"customerDocumentTypeCopyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CustomerFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerGdprFileToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"CustomerGdprFileTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerGdprFileTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistory","kind":"OBJECT","description":"**Returns the customer history list**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerHistoryOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CustomerHistoryRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryCustomer","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CustomerHistoryDocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerHistoryOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accumulator","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CustomerHistoryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CustomerHistoryOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerHistoryFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CustomerHistoryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryRead","kind":"OBJECT","description":"**Returns the customer history list**","fields":[{"name":"customerId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerDebit","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerCredit","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerDateBalance","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerBalance","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryUserSettingsTemplates","kind":"OBJECT","description":"**Query for every UserSettingsTemplate**\n\nReturns every UserSettingsTemplates.","fields":[{"name":"data","type":"[CustomerHistoryUserTemplateSettingsRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryUserTemplateSettingsRead","kind":"OBJECT","description":"**Reads a UserSettingsTemplate**\n\nReturns a UserSettingsTemplate with the specified ID.","fields":[{"name":"userSettingsTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"formName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user","type":"UserRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"settings","type":"CustomerHistoryOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerNextNumber","kind":"OBJECT","description":"","fields":[{"name":"data","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CustomerOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CustomerSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CustomerOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRead","kind":"OBJECT","description":"**Reads a Customer.**\n\nReturns a Customer with the specified ID.","fields":[{"name":"customerId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"Unique identifier","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"City","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"balance","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentDay","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","type":"PaymentMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClass","type":"PriceClassRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tax","type":"TaxRead","description":"","isDeprecated":true,"deprecationReason":"Use taxes instead."},{"name":"taxes","type":"[CustomerTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[CustomerDocumentTypeCopyRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gdprNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gdprFile","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gdprFileOriginal","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddresses","type":"[AlternateAddressRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentsCount","type":"[CustomerDocumentsCoundRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocuments","kind":"OBJECT","description":"**Queries for Customer related documents.**\n\nReturns Customer related documents with the inserted ID.","fields":[{"name":"data","type":"[CustomerRelatedDocumentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerRelatedDocumentsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CustomerRelatedDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CustomerRelatedDocumentsOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerRelatedDocumentsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CustomerRelatedDocumentsSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CustomerRelatedDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CustomerRelatedDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNote","kind":"OBJECT","description":"**CustomerReturnNote Response**\n\nResponse when you access an CustomerReturnNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CustomerReturnNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerReturnNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CustomerReturnNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteNextNumber","kind":"OBJECT","description":"**Next number for CustomerReturnNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a CustomerReturnNotes**","fields":[{"name":"data","type":"CustomerReturnNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[CustomerReturnNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerReturnNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CustomerReturnNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CustomerReturnNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteRead","kind":"OBJECT","description":"**Reads a CustomerReturnNotes**\n\nReturn a CustomerReturnNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"CustomerReturnNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with CustomerReturnNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[CustomerReturnNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerReturnNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNotes","kind":"OBJECT","description":"**CustomerReturnNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CustomerReturnNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerReturnNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CustomerReturnNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Customers","kind":"OBJECT","description":"**Queries for every Customer.**\n\nReturns every Customer that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CustomerRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomerOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CustomerSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerTaxRead","kind":"OBJECT","description":"","fields":[{"name":"customerTaxId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cumulative","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tax","type":"TaxRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomField","kind":"OBJECT","description":"**Queries for a CustomField.**\n\nReturns the CustomField with the inserted ID.","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"CustomFieldRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"CustomFieldFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"search","type":"CustomFieldSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomFieldFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[CustomFieldOrder!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"CustomFieldOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldRead","kind":"OBJECT","description":"**Reads a CustomField.**\n\nReturns a CustomerField with the specified ID.","fields":[{"name":"customFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"CustomFieldTypeEnum!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mandatory","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"printOnDocuments","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"[CustomFieldTypeOptionsRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFields","kind":"OBJECT","description":"**Queries for every CustomFields.**\n\nReturns every CustomFields that matches the selected parameters","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[CustomFieldRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"CustomFieldOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"CustomFieldSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldTypeOptionsRead","kind":"OBJECT","description":"**Reads a CustomFieldTypeOption.**","fields":[{"name":"optionId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNote","kind":"OBJECT","description":"**DebitNote Response**\n\nResponse when you access an DebitNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DebitNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DebitNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DebitNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteNextNumber","kind":"OBJECT","description":"**Next number for DebitNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a DebitNotes**","fields":[{"name":"data","type":"DebitNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DebitNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DebitNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DebitNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DebitNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteRead","kind":"OBJECT","description":"**Reads a DebitNotes**\n\nReturn a DebitNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"DebitNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with DebitNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[DebitNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DebitNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNotes","kind":"OBJECT","description":"**DebitNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DebitNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DebitNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DebitNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeletionError","kind":"OBJECT","description":"**Error response**","fields":[{"name":"status","type":"Boolean","description":"Returns the result of the operation","isDeprecated":false,"deprecationReason":null},{"name":"deletedCount","type":"Int!","description":"Number of deleted elements","isDeprecated":false,"deprecationReason":null},{"name":"elementsCount","type":"Int","description":"Total number of the remaining elements in Database","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"Error message if the opperation fails","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethod","kind":"OBJECT","description":"**Queries for a DeliveryMethod.**\n\nReturns the DeliveryMethod with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DeliveryMethodRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DeliveryMethodFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DeliveryMethodOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DeliveryMethodSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DeliveryMethodFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DeliveryMethodOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodRead","kind":"OBJECT","description":"**Read a DeliveryMethod**\n\nReturns a deliveryMethod with a specific ID","fields":[{"name":"deliveryMethodId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethods","kind":"OBJECT","description":"**Queries for every DeliveryMethod.**\n\nReturns every DeliveryMethod that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DeliveryMethodRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DeliveryMethodOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DeliveryMethodSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNote","kind":"OBJECT","description":"**DeliveryNote Response**\n\nResponse when you access an DeliveryNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DeliveryNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DeliveryNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DeliveryNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteNextNumber","kind":"OBJECT","description":"**Next number for DeliveryNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a DeliveryNotes**","fields":[{"name":"data","type":"DeliveryNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DeliveryNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DeliveryNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DeliveryNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DeliveryNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteRead","kind":"OBJECT","description":"**Reads a DeliveryNotes**\n\nReturn a DeliveryNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"DeliveryNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with DeliveryNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[DeliveryNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DeliveryNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNotes","kind":"OBJECT","description":"**DeliveryNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DeliveryNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DeliveryNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DeliveryNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Document","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationRetryResponse","kind":"OBJECT","description":"","fields":[{"name":"data","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatuses","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentATCommunicationStatusRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentATCommunicationStatusOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DocumentSetATStatusFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DocumentATCommunicationStatusOrder!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentATCommunicationStatusFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DocumentATCommunicationStatusOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusRead","kind":"OBJECT","description":"","fields":[{"name":"documentATCommunicationStatusId","type":"ID!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"logDate","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actionType","type":"DocumentCommunicationActionsEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"atReturnStatus","type":"DocumentATCommunicationStatusEnum!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"atReturnCode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"atReturnMsg","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentATId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isRetriable","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isMarkableAsSolved","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isFAQRequired","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATRead","kind":"OBJECT","description":"","fields":[{"name":"documentATId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"atcud","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qr","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullifiedReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transportAtCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transportAtCodeMethod","type":"TransportAtCodeMethodEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"communicationStatus","type":"[DocumentATCommunicationStatusRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lastCommunicationStatus","type":"DocumentATCommunicationStatusRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"DocumentEssentialsRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentAttachmentToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"DocumentAttachmentTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentAttachmentTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATUpdateResponse","kind":"OBJECT","description":"","fields":[{"name":"data","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentCashRegisterMovementRead","kind":"OBJECT","description":"","fields":[{"name":"cashRegisterMovementId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"valueReceived","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"valueChange","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentEssentialsRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"SimpleCompanyRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DocumentFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentLink","kind":"OBJECT","description":"**Queries for a EconomicActivityClassificationCode.**\n\nReturns the EconomicActivityClassificationCode with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DocumentLinkRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentLinkDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentLinkRead","kind":"OBJECT","description":"**Reads a DocumentLink.**\n\nReturns a DocumentLink with the specified ID.","fields":[{"name":"documentLinkId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expiracy","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"token","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documents","type":"[DocumentLinkDocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyLinkRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplate","kind":"OBJECT","description":"**Queries for a DocumentMailMessageTemplate.**\n\nReturns the DocumentMailMessageTemplate with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DocumentMailMessageTemplateRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DocumentMailMessageTemplateOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentMailMessageTemplateSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DocumentMailMessageTemplateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateRead","kind":"OBJECT","description":"**Reads a DocumentMailMessageTemplate.**\n\nReturns a DocumentMailMessageTemplate with the specified ID.","fields":[{"name":"documentMailMessageTemplateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"content","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplates","kind":"OBJECT","description":"**Queries for every DocumentMailMessageTemplate.**\n\nReturns every DocumentMailMessageTemplate that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentMailMessageTemplateRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentMailMessageTemplateOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DocumentMailMessageTemplateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailOptionsRead","kind":"OBJECT","description":"**Document Mail Options Read**","fields":[{"name":"order","type":"[DocumentMailOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailOrder","kind":"OBJECT","description":"**Order Type Document Mail Read**","fields":[{"name":"field","type":"DocumentMailOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailRead","kind":"OBJECT","description":"","fields":[{"name":"documentMailId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"content","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMails","kind":"OBJECT","description":"","fields":[{"name":"data","type":"[DocumentMailRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentMailOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMaxOldeness","kind":"OBJECT","description":"","fields":[{"name":"apiCode","type":"ApiCode!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"days","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentNextNumber","kind":"OBJECT","description":"","fields":[{"name":"data","type":"DocumentNextNumberRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentNextNumberRead","kind":"OBJECT","description":"","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DocumentOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DocumentOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPaymentMethodRead","kind":"OBJECT","description":"","fields":[{"name":"documentPaymentMethodId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","type":"PaymentMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditDocumentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditDocument","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModel","kind":"OBJECT","description":"**Queries for a DocumentPrintModel.**\n\nReturns the DocumentPrintModel with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DocumentPrintModelRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DocumentPrintModelFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DocumentPrintModelOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentPrintModelFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentPrintModelSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DocumentPrintModelOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelRead","kind":"OBJECT","description":"**Reads a DocumentPrintModel.**\n\nReturns a DocumentPrintModel with the specified ID.","fields":[{"name":"documentPrintModelId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"template","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"css","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].title","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].description","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[DocumentPrintModelTranslationRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModels","kind":"OBJECT","description":"**Queries for every DocumentPrintModel.**\n\nReturns every DocumentPrintModel that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentPrintModelRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentPrintModelOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DocumentPrintModelSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelTranslationRead","kind":"OBJECT","description":"**Reads DocumentPrintModel translations**\n\nReturns the available translations for the selected DocumentPrintModel.\nDocumentPrintModelOptions defaultLanguageId parameter will specify the language returned.","fields":[{"name":"documentPrintModelTranslationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductATRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductATId","type":"ID!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productType","type":"ProductATType!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductCustomFieldRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductCustomFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"optionId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customField","type":"CustomFieldRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product","type":"ProductRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierReference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveredQty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReasonName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retention","type":"RetentionRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionPercentage","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocument","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentProduct","type":"DocumentProductRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClass","type":"PriceClassRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"WarehouseRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnit","type":"MeasurementUnitRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitAbbreviation","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentProductTaxRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPriceDiscounted","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPriceWithTaxes","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPriceNet","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPriceDiscounted","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPriceWithTaxes","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPriceNet","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"appliedValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[DocumentProductCustomFieldRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productAT","type":"DocumentProductATRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductSupplierRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product","type":"ProductRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveredQty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReasonName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retention","type":"RetentionRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionPercentage","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"originatingDocument","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocument","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentProduct","type":"DocumentProductSupplierRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClass","type":"PriceClassRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"WarehouseRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnit","type":"MeasurementUnitRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitAbbreviation","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentProductTaxRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPriceDiscounted","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPriceWithTaxes","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPriceNet","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPriceDiscounted","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPriceWithTaxes","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPriceNet","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"appliedValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[DocumentProductCustomFieldRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierReference","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductTaxRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductTaxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tax","type":"TaxRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cumulative","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidenceValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceType","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceTypeMode","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentRelatables","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Documents","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DocumentSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSet","kind":"OBJECT","description":"**Queries for a DocumentSet.**\n\nReturns the DocumentSet with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATCodeAvailableValidation","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentSetATCodeAvailableValidationData]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATCodeAvailableValidationData","kind":"OBJECT","description":"","fields":[{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isAvailable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATCodeValidation","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatus","kind":"OBJECT","description":"**Queries for a DocumentSet.**\n\nReturns the DocumentSetATStatus with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DocumentSetATStatusRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatuses","kind":"OBJECT","description":"**Queries for every DocumentSet.**\n\nReturns every DocumentSetATStatus that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentSetATStatusRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentSetATStatusOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DocumentSetATStatusFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DocumentSetATStatusOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentSetATStatusFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentSetATStatusSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DocumentSetATStatusOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusRead","kind":"OBJECT","description":"","fields":[{"name":"documentSetATStatusId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"logDate","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"communicationStatus","type":"DocumentSetATStatusEnum!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actionType","type":"DocumentSetCommunicationActionsEnum!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resultCode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resultMsg","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isRetriable","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DocumentSetATStatusSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeAssociationRead","kind":"OBJECT","description":"Deprecated. DocumentSetRead now has 'documentTypes' of type [DocumentSetDocumentTypeRead!]\n\n**Reads a Document Set - Document Type association.**\n\nNote: The 'at' property is only relevant for companies within the Portuguese fiscal zone.","fields":[{"name":"documentSetDocumentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumber","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"inUse","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"at","type":"DocumentSetDocumentTypeATRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeATRead","kind":"OBJECT","description":"**Represents the Document Set Document Type AT details.**\n\nThis type is only relevant to companies within the Portuguese fiscal zone.","fields":[{"name":"documentSetDocumentTypeATId","type":"ID!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"endNum","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"state","type":"DocumentSetDocumentTypeATState!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isAutomatic","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetDocumentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeRead","kind":"OBJECT","description":"**Reads details of a DocumentSetDocumentType.**\n\nIncludes information about the association and the 'at' property, which is relevant for companies within the Portuguese fiscal zone.","fields":[{"name":"documentSetDocumentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumber","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"inUse","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"at","type":"DocumentSetDocumentTypeATRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DocumentSetFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DocumentSetOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentSetFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentSetSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DocumentSetOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetRead","kind":"OBJECT","description":"**Reads a DocumentSet.**\n\nReturns a DocumentSet with the specified ID.","fields":[{"name":"documentSetId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplate","type":"IdentificationTemplateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksBySettings","type":"[DocumentSetsLockRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksByDocumentType","type":"[DocumentSetsLockRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypes","type":"[DocumentSetDocumentTypeRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumbers","type":"[DocumentSetDocumentTypeAssociationRead]","description":"","isDeprecated":true,"deprecationReason":"Use documentTypes instead"}]},{"name":"DocumentSets","kind":"OBJECT","description":"**Queries for every DocumentSet.**\n\nReturns every DocumentSet that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentSetRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentSetOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DocumentSetSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetsForDocument","kind":"OBJECT","description":"**Queries for available DocumentSet for the given documentType.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentSetRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetsForDocuments","kind":"OBJECT","description":"**Queries for available DocumentSet for the given documentTypes.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentSetsForDocumentsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetsForDocumentsRead","kind":"OBJECT","description":"**Queries for available DocumentSet for the given documentTypes.**","fields":[{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSets","type":"[DocumentSetRead!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetsLockRead","kind":"OBJECT","description":"","fields":[{"name":"id","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"field","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"text","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exclusive","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"appliesTo","type":"[String]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetsLockReadsRead","kind":"OBJECT","description":"","fields":[{"name":"bySetting","type":"[DocumentSetsLockRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"byDocumentType","type":"[DocumentSetsLockRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTaxRead","kind":"OBJECT","description":"**Document taxes array**\n\nReturns an array with all the taxes in the specified document","fields":[{"name":"id","type":"String!","description":"'id' might be useful for caching purposes","isDeprecated":false,"deprecationReason":null},{"name":"taxId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidenceValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceType","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceTypeMode","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentType","kind":"OBJECT","description":"**Queries for a DocumentType.**\n\nReturns the DocumentType with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentTypeOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"DocumentTypeFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[DocumentTypeOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentTypeSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentTypeFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"DocumentTypeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeRead","kind":"OBJECT","description":"**Reads a DocumentType.**\n\nReturns a DocumentType with the specified ID.","fields":[{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"group","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityType","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"saftDocCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"apiCode","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"apiCodePlural","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPhraseWhenOpen","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPhraseWhenClosed","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentagePhrase","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValuePhrase","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesPhrase","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"canHaveOutOfSeqDate","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"canHaveFinancialDiscount","type":"Boolean","description":"","isDeprecated":true,"deprecationReason":"This is not in use. Use the fields to figure out if this docType has financial discount"},{"name":"salesOperator","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costsOperator","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isSelfPaid","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashflowMultiplier","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"balanceMultiplier","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"billingMultiplier","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchaseBillingMultiplier","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vatMultiplier","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stockMultiplier","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconcilesBalances","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minCopies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"generatesHash","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedEditable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedDeletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedRevocable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedDraftable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unreconcilable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"settings","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"useInPos","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[DocumentTypeTranslationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].title","isDeprecated":false,"deprecationReason":null},{"name":"titlePlural","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].titlePlural","isDeprecated":false,"deprecationReason":null},{"name":"titleLanguageId","type":"Int","description":"Represents a shorthand for translations[options.defaultLanguageId].languageId","isDeprecated":false,"deprecationReason":null},{"name":"canConvertTo","type":"[DocumentTypeRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"canBeConvertedFrom","type":"[DocumentTypeRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypes","kind":"OBJECT","description":"**Queries for every DocumentType.**\n\nReturns every DocumentType that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentTypeRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"DocumentTypeOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"DocumentTypeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeTranslationRead","kind":"OBJECT","description":"**Reads DocumentType translations**\n\nReturns the available translations for the selected DocumentType.\nDocumentTypeOptions defaultLanguageId parameter will specify the language returned.","fields":[{"name":"documentTypeTranslationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"titlePlural","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCode","kind":"OBJECT","description":"**Queries for a EconomicActivityClassificationCode.**\n\nReturns the EconomicActivityClassificationCode with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[EconomicActivityClassificationCodeOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"EconomicActivityClassificationCodeSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"EconomicActivityClassificationCodeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeRead","kind":"OBJECT","description":"**Reads a EconomicActivityClassificationCode.**\n\nReturns a EconomicActivityClassificationCode with the specified ID.","fields":[{"name":"economicActivityClassificationCodeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodes","kind":"OBJECT","description":"**Queries for every EconomicActivityClassificationCode.**\n\nReturns every EconomicActivityClassificationCode that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[EconomicActivityClassificationCodeRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"EconomicActivityClassificationCodeOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"EconomicActivityClassificationCodeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Error","kind":"OBJECT","description":"**Error**","fields":[{"name":"field","type":"String!","description":"Field where the opperation failed","isDeprecated":false,"deprecationReason":null},{"name":"msg","type":"String!","description":"Error that caused opperation failure","isDeprecated":false,"deprecationReason":null}]},{"name":"Estimate","kind":"OBJECT","description":"**Estimate Response**\n\nResponse when you access an Estimate.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"EstimateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"EstimateOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"EstimateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateNextNumber","kind":"OBJECT","description":"**Next number for Estimates**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateNumberRead","kind":"OBJECT","description":"**Get the next number for a Estimates**","fields":[{"name":"data","type":"EstimateNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[EstimateOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[EstimateFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"EstimateSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"EstimateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateRead","kind":"OBJECT","description":"**Reads a Estimates**\n\nReturn a Estimates with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"EstimateRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with Estimate**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[EstimateRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"EstimateOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Estimates","kind":"OBJECT","description":"**Estimate Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[EstimateRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"EstimateOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"EstimateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Event","kind":"OBJECT","description":"**Queries for an event**\n\nReturns the event with the specified ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"EventRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventActionRead","kind":"OBJECT","description":"**Reads an event action**\n\nReturns an event action with its configuration.","fields":[{"name":"eventActionId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fields","type":"JSON","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"EventFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[EventOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"EventSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[EventFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"EventOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventRead","kind":"OBJECT","description":"**Reads an event**\n\nReturns an event with a specific ID and its configuration.","fields":[{"name":"eventId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDraft","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isHandled","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"DocumentRead","description":"","isDeprecated":true,"deprecationReason":"Use documentId"},{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventDate","type":"Date!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetition","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetitionValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySunday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyMonday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyTuesday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyWednesday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyThursday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyFriday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySaturday","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"monthlyValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventActions","type":"[EventActionRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Events","kind":"OBJECT","description":"**Queries for all events**\n\nReturns all events that match the selected parameters.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[EventRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"EventOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"EventSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Family","kind":"OBJECT","description":"","fields":[{"name":"data","type":"[FamilyRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FamilyRead","kind":"OBJECT","description":"","fields":[{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"channelTitle","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"channel","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"id","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneExemptionSettingsRead","kind":"OBJECT","description":"**Fiscal zone exemption settings.**","fields":[{"name":"visible","type":"ExemptionVisibility","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"FiscalZoneSettingsInputType","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reasons","type":"[FiscalZoneSettingsDictionaryRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneFinanceTypeModesRead","kind":"OBJECT","description":"**Format of fiscal zone finance type modes.**","fields":[{"name":"typeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"ModeVisibility","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"FiscalZoneSettingsInputType","description":"","isDeprecated":false,"deprecationReason":null},{"name":"values","type":"[FiscalZoneSettingsDictionaryRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneFinanceTypeTypeRead","kind":"OBJECT","description":"**Format of fiscal zone finance types.**","fields":[{"name":"id","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isVAT","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneFlagsRead","kind":"OBJECT","description":"**Fiscal zone flags.**","fields":[{"name":"flagId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerDocuments","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierDocuments","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showValueInDocuments","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lockFlags","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneNegativeQuantities","kind":"OBJECT","description":"","fields":[{"name":"allow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exceptDocumentTypes","type":"[String]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneSettingsDictionaryRead","kind":"OBJECT","description":"**Dictionary type for several fiscal zone settings.**","fields":[{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZonesTaxSettings","kind":"OBJECT","description":"**Queries for FiscalZonesTaxSettings.**\n\nReturns the fiscal zones tax settings.","fields":[{"name":"data","type":"[FiscalZoneTaxSettings]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"FiscalZoneTaxSettingsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneTaxSettings","kind":"OBJECT","description":"**Queries for a FiscalZoneTaxSettings.**\n\nReturns the settings for a fiscal zone.","fields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceTypes","type":"[FiscalZoneFinanceTypeTypeRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneModes","type":"[FiscalZoneFinanceTypeModesRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFlags","type":"[FiscalZoneFlagsRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasFinancialDiscount","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"requireCustomerAddress","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasCommercialRegistryOffice","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasCommercialRegistryNumber","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"availabilityPhraseMandatory","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allowZeroValue","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allowVatZeroValue","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemption","type":"FiscalZoneExemptionSettingsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocks","type":"DocumentSetsLockReadsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultMaxOldness","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"additionalOutOfSeqDate","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullifiedAllowOutOfSeqDate","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"overrideMaxOldness","type":"[DocumentMaxOldeness!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"negativeQuantities","type":"FiscalZoneNegativeQuantities","description":"","isDeprecated":false,"deprecationReason":null},{"name":"extraEditableDocuments","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValueLimits","type":"TotalValueLimits","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSettingsOverrides","type":"DocumentSettingsOverrides","description":"","isDeprecated":false,"deprecationReason":null},{"name":"forbiddenDocumentTypeIds","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneTaxSettingsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"FiscalZoneTaxSettingsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"FiscalZoneTaxSettingsComparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneTaxSettingsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[FiscalZoneTaxSettingsFilter]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GenerateATInventoryResponse","kind":"OBJECT","description":"","fields":[{"name":"data","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GenerateEDIResponse","kind":"OBJECT","description":"","fields":[{"name":"data","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GenerateSAFTResponse","kind":"OBJECT","description":"","fields":[{"name":"data","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZone","kind":"OBJECT","description":"**Queries for a Geographic Zone.**\n\nReturns the Geographic Zone with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"GeographicZoneFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[GeographicZoneOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[GeographicZoneFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"GeographicZoneSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"GeographicZoneOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneRead","kind":"OBJECT","description":"**Reads a Geographic Zone.**\n\nReturns a Geographic Zone with the specified ID.","fields":[{"name":"geographicZoneId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZones","kind":"OBJECT","description":"**Queries for every Geographic Zone.**\n\nReturns every Company that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[GeographicZoneRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"GeographicZoneOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"GeographicZoneSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Hook","kind":"OBJECT","description":"**Queries for a Hook**","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"HookRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"HookFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookModelOperations","kind":"OBJECT","description":"Returns a array of all available hooks.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[HookModelOperationsRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookModelOperationsOperation","kind":"OBJECT","description":"Returns a array of operations for a model.","fields":[{"name":"operation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookModelOperationsRead","kind":"OBJECT","description":"Returns a array of all available hooks","fields":[{"name":"model","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operations","type":"[HookModelOperationsOperation]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[HookOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[HookFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"HookSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"HookOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookRead","kind":"OBJECT","description":"**Reads a Hook**","fields":[{"name":"hookId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"model","type":"HookModelField","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operation","type":"HookOperationField","description":"","isDeprecated":false,"deprecationReason":null},{"name":"url","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Hooks","kind":"OBJECT","description":"**Queries Hooks**","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[HookRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"HookOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"HookSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateBankingInfoRead","kind":"OBJECT","description":"**Reads a IdentTemplate - IdentTemplate Banking info association.**","fields":[{"name":"identTemplateBankingInfoId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfo","type":"BankingInfoRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplate","type":"IdentificationTemplateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfos","type":"BankingInfoRead","description":"","isDeprecated":true,"deprecationReason":"It will be removed. Use 'bankingInfo' instead."},{"name":"identificationTemplates","type":"IdentificationTemplateRead","description":"","isDeprecated":true,"deprecationReason":"It will be removed. Use 'identificationTemplate' instead."}]},{"name":"IdentificationTemplateFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"IdentificationTemplateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[IdentificationTemplateOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"IdentificationTemplateSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[IdentificationTemplateFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"IdentificationTemplateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateRead","kind":"OBJECT","description":"**Read a IdentTemplate**\n\nReturns a identificationTemplate with a specific ID","fields":[{"name":"identTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"templateName","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentFooter","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderAddress","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCompanyShowVATPrefix","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfo","type":"[IdentificationTemplateBankingInfoRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplates","kind":"OBJECT","description":"**Queries for every IdentTemplate.**\n\nReturns every IdentTemplate that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[IdentificationTemplateRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"IdentificationTemplateOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"IdentificationTemplateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentTemplate","kind":"OBJECT","description":"**Queries for a IdentTemplate.**\n\nReturns the IdentTemplate with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"IdentificationTemplateRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ImportSheetErrorsToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"ImportSheetErrorsTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ImportSheetErrorsTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ImportSheetWarningsToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"ImportSheetWarningsTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ImportSheetWarningsTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ImportToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"ImportTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ImportTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Invoice","kind":"OBJECT","description":"**Invoice Response**\n\nResponse when you access an Invoice.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"InvoiceRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"InvoiceOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"InvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceNextNumber","kind":"OBJECT","description":"**Next number for Invoices**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceNumberRead","kind":"OBJECT","description":"**Get the next number for a Invoices**","fields":[{"name":"data","type":"InvoiceNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[InvoiceOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[InvoiceFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"InvoiceSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"InvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceRead","kind":"OBJECT","description":"**Reads a Invoices**\n\nReturn a Invoices with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithTicketBAI","DocumentWithAT"]},{"name":"InvoiceReceipt","kind":"OBJECT","description":"**InvoiceReceipt Response**\n\nResponse when you access an InvoiceReceipt.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"InvoiceReceiptRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"InvoiceReceiptOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"InvoiceReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptNextNumber","kind":"OBJECT","description":"**Next number for InvoiceReceipts**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptNumberRead","kind":"OBJECT","description":"**Get the next number for a InvoiceReceipts**","fields":[{"name":"data","type":"InvoiceReceiptNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[InvoiceReceiptOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[InvoiceReceiptFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"InvoiceReceiptSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"InvoiceReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptRead","kind":"OBJECT","description":"**Reads a InvoiceReceipts**\n\nReturn a InvoiceReceipts with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterMovement","type":"DocumentCashRegisterMovementRead","description":"Cash register (terminal) movement generated by this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"InvoiceReceiptRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with InvoiceReceipt**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[InvoiceReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"InvoiceReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceipts","kind":"OBJECT","description":"**InvoiceReceipt Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[InvoiceReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"InvoiceReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"InvoiceReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with Invoice**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[InvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"InvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Invoices","kind":"OBJECT","description":"**Invoice Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[InvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"InvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"InvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplate","kind":"OBJECT","description":"","fields":[{"name":"data","type":"LabelTemplateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateDefaults","kind":"OBJECT","description":"","fields":[{"name":"data","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateField","kind":"OBJECT","description":"","fields":[{"name":"name","type":"LabelTemplateFieldName!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pos","type":"LabelTemplateFieldPosition!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","type":"LabelTemplateFieldSize!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"strikethrough","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lines","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateRead","kind":"OBJECT","description":"","fields":[{"name":"labelTemplateId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"collate","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fields","type":"[LabelTemplateField!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplates","kind":"OBJECT","description":"","fields":[{"name":"data","type":"[LabelTemplateRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Language","kind":"OBJECT","description":"**Queries for a Language.**\n\nReturns the Language with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"LanguageFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[LanguageOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"LanguageSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[LanguageFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"LanguageOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageRead","kind":"OBJECT","description":"**Reads a Language.**\n\nReturns a Language with the specified ID.","fields":[{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso3166","type":"String!","description":"Country code (ISO 3166) (i.g. en)","isDeprecated":false,"deprecationReason":null},{"name":"flag","type":"String","description":"Flag image source","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null}]},{"name":"Languages","kind":"OBJECT","description":"**Queries for every Language.**\n\nReturns every Language that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[LanguageRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"LanguageOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"LanguageSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LastOperationsRead","kind":"OBJECT","description":"","fields":[{"name":"createdBy","type":"String","description":"Who created the document, either draft or closed.","isDeprecated":false,"deprecationReason":null},{"name":"lastUpdatedBy","type":"String","description":"Who last updated the document","isDeprecated":false,"deprecationReason":null},{"name":"closedBy","type":"String","description":"Who closed the document","isDeprecated":false,"deprecationReason":null},{"name":"closedAt","type":"DateTime","description":"When the document was closed","isDeprecated":false,"deprecationReason":null},{"name":"nullifiedBy","type":"String","description":"Who nullified the document","isDeprecated":false,"deprecationReason":null},{"name":"nullifiedAt","type":"DateTime","description":"When the document was nullified","isDeprecated":false,"deprecationReason":null}]},{"name":"LastUserLoggedInRead","kind":"OBJECT","description":"","fields":[{"name":"userId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lastLoggedIn","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductCategoryRead","kind":"OBJECT","description":"","fields":[{"name":"productCategoryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"ListStockMovementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductMeasurementUnitRead","kind":"OBJECT","description":"","fields":[{"name":"measurementUnitId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[ProductOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ListStockProductFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ProductSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"StockMovementsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductParentRead","kind":"OBJECT","description":"","fields":[{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategory","type":"ListStockProductCategoryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnit","type":"ListStockProductMeasurementUnitRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroup","type":"PropertyGroupRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productAT","type":"ProductATRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"ListStockProductWarehouseRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","type":"[ListStockProductWarehouseAssociation!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductPropertyGroupRead","kind":"OBJECT","description":"","fields":[{"name":"propertyGroupId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductRead","kind":"OBJECT","description":"","fields":[{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategory","type":"ListStockProductCategoryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnit","type":"ListStockProductMeasurementUnitRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent","type":"ListStockProductParentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceWithTaxes","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroup","type":"ListStockProductPropertyGroupRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productAT","type":"ProductATRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"variants","type":"[ListStockProductRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"variantsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"ListStockProductWarehouseRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","type":"[ListStockProductWarehouseAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalCostPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalSale","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"usingLowestSupplierCost","type":"Boolean!","description":"There are cases where the costs could be calculated using the lowest supplier costs. For example if there are date filters and there are no movements in the date range.","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProducts","kind":"OBJECT","description":"Deprecated. Look into 'StockProducts'","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[ProductRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ListStockProductOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductWarehouse","kind":"OBJECT","description":"","fields":[{"name":"warehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductWarehouseAssociation","kind":"OBJECT","description":"","fields":[{"name":"warehouse","type":"ListStockProductWarehouse!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockProductWarehouseRead","kind":"OBJECT","description":"","fields":[{"name":"warehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockTotals","kind":"OBJECT","description":"**Queries for products stock total costs and sales values**\n\nReturns the total values that matches the selected parameters","fields":[{"name":"data","type":"ListStockTotalsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ListStockTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockTotalsOptionsRead","kind":"OBJECT","description":"**List totals options read**","fields":[{"name":"filter","type":"[ListStockProductFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"StockMovementsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockTotalsRead","kind":"OBJECT","description":"**Reads a Product stock totals**\n\nReturns the stock total costs and sales","fields":[{"name":"totalCosts","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalSales","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"usingLowestSupplierCost","type":"Boolean!","description":"There are cases where the total costs could be calculated using the lowest supplier costs. For example if there are date filters and there are no movements in the date range.","isDeprecated":false,"deprecationReason":null}]},{"name":"LogInfo","kind":"OBJECT","description":"","fields":[{"name":"operation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"username","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operationTime","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"relatedId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[LogOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"LogOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogRead","kind":"OBJECT","description":"**Reads a Log.**\n\nReturns a Log with the specified ID.","fields":[{"name":"logId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"oldValues","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"newValues","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"username","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operationTime","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Logs","kind":"OBJECT","description":"**Queries for every Logs.**\n\nReturns every Logs that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[LogRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"LogOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogsUUID","kind":"OBJECT","description":"**Queries for every Logs.**\n\nReturns every Logs that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[LogUUIDRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"LogUUIDOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogUUIDOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"relatedId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[LogOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogUUIDRead","kind":"OBJECT","description":"**Reads a Log.**\n\nReturns a Log with the specified ID.","fields":[{"name":"logId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"oldValues","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"newValues","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"username","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operationTime","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDate","kind":"OBJECT","description":"**Queries for a Maturity Date.**\n\nReturns the Maturity Date with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MaturityDateRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MaturityDateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MaturityDateOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MaturityDateFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MaturityDateSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MaturityDateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateRead","kind":"OBJECT","description":"**Reads a Maturity Date.**\n\nReturns a Maturity Date with the specified ID.","fields":[{"name":"maturityDateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"days","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDates","kind":"OBJECT","description":"**Queries for every Maturity Date.**\n\nReturns every Maturity Date that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MaturityDateRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MaturityDateOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MaturityDateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Me","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MeRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivity","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MeActivityRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MeActivityOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityApiClient","kind":"OBJECT","description":"","fields":[{"name":"apiClientId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityFilter","kind":"OBJECT","description":"","fields":[{"name":"field","type":"MeActivityFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityOptionsRead","kind":"OBJECT","description":"","fields":[{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MeActivityFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[MeActivityOrder!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityOrder","kind":"OBJECT","description":"","fields":[{"name":"field","type":"MeActivityOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityRead","kind":"OBJECT","description":"","fields":[{"name":"userActivityId","type":"ID!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"MeActivityAction!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ip","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userAgent","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"apiClientId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"apiClient","type":"MeActivityApiClient","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"JSON","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnit","kind":"OBJECT","description":"**Queries for a MeasurementUnit.**\n\nReturns the MeasurementUnit with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MeasurementUnitRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MeasurementUnitDefaultFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MeasurementUnitDefaultOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MeasurementUnitDefaultFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MeasurementUnitDefaultSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MeasurementUnitDefaultOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultRead","kind":"OBJECT","description":"**Reads a Measurement Unit.**\n\nReturns a Measurement Unit with the specified ID.","fields":[{"name":"unitDefaultId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].description","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].abreviation","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[MeasurementUnitDefaultTranslationRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaults","kind":"OBJECT","description":"**Queries for every Measurement Unit.**\n\nReturns every Measurement Unit that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MeasurementUnitDefaultRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MeasurementUnitDefaultOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MeasurementUnitDefaultSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultTranslationRead","kind":"OBJECT","description":"**Reads Measurement Unit translations**\n\nReturns the available translations for the selected Measurement Unit.\nMeasurement UnitOptions defaultLanguageId parameter will specify the language returned.","fields":[{"name":"unitDefaultTranslationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MeasurementUnitFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MeasurementUnitOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MeasurementUnitFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MeasurementUnitSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MeasurementUnitOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitRead","kind":"OBJECT","description":"**Reads a MeasurementUnit.**\n\nReturns a MeasurementUnit with the specified ID.","fields":[{"name":"measurementUnitId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitUNECERId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitUNECER","type":"MeasurementUnitUNECERRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnits","kind":"OBJECT","description":"**Queries for every MeasurementUnit.**\n\nReturns every MeasurementUnit that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MeasurementUnitRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MeasurementUnitOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MeasurementUnitSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitUNECERRead","kind":"OBJECT","description":"**Reads a MeasurementUnitUNECER.**\n\nReturns a MeasurementUnitUNECER with the specified ID.","fields":[{"name":"measurementUnitUNECERId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[MeasurementUnitUNECERTranslationRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].name","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].description","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitUNECERTranslationRead","kind":"OBJECT","description":"","fields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeRead","kind":"OBJECT","description":"**Reads the logged in User**","fields":[{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"role","type":"MyRole","description":"","isDeprecated":false,"deprecationReason":null},{"name":"verified","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"termsAcceptedAt","type":"DateTime","description":"The date the user accepted the terms of service","isDeprecated":false,"deprecationReason":null},{"name":"hasPassword","type":"Boolean","description":"Flag that indicates if the user has password set","isDeprecated":false,"deprecationReason":null},{"name":"hasGoogle","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyRole","type":"CompanyRoleRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userCompanies","type":"[CompanyUserRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agent","type":"AgentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lastLoggedIn","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeTwoFactorMethods","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MeTwoFactorMethodsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeTwoFactorMethodsRead","kind":"OBJECT","description":"","fields":[{"name":"method","type":"UserAuthMethods!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"default","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNote","kind":"OBJECT","description":"**MigratedCreditNote Response**\n\nResponse when you access an MigratedCreditNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedCreditNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedCreditNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedCreditNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteNextNumber","kind":"OBJECT","description":"**Next number for MigratedCreditNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedCreditNotes**","fields":[{"name":"data","type":"MigratedCreditNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedCreditNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedCreditNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedCreditNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedCreditNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteRead","kind":"OBJECT","description":"**Reads a MigratedCreditNotes**\n\nReturn a MigratedCreditNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"MigratedCreditNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedCreditNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedCreditNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedCreditNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNotes","kind":"OBJECT","description":"**MigratedCreditNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedCreditNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedCreditNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedCreditNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNote","kind":"OBJECT","description":"**MigratedDebitNote Response**\n\nResponse when you access an MigratedDebitNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedDebitNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedDebitNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedDebitNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteNextNumber","kind":"OBJECT","description":"**Next number for MigratedDebitNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedDebitNotes**","fields":[{"name":"data","type":"MigratedDebitNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedDebitNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedDebitNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedDebitNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedDebitNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteRead","kind":"OBJECT","description":"**Reads a MigratedDebitNotes**\n\nReturn a MigratedDebitNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"MigratedDebitNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedDebitNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedDebitNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedDebitNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNotes","kind":"OBJECT","description":"**MigratedDebitNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedDebitNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedDebitNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedDebitNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimate","kind":"OBJECT","description":"**MigratedEstimate Response**\n\nResponse when you access an MigratedEstimate.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedEstimateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedEstimateOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedEstimateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateNextNumber","kind":"OBJECT","description":"**Next number for MigratedEstimates**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedEstimates**","fields":[{"name":"data","type":"MigratedEstimateNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedEstimateOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedEstimateFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedEstimateSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedEstimateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateRead","kind":"OBJECT","description":"**Reads a MigratedEstimates**\n\nReturn a MigratedEstimates with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"MigratedEstimateRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedEstimate**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedEstimateRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedEstimateOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimates","kind":"OBJECT","description":"**MigratedEstimate Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedEstimateRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedEstimateOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedEstimateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoice","kind":"OBJECT","description":"**MigratedInvoice Response**\n\nResponse when you access an MigratedInvoice.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedInvoiceRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedInvoiceOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceNextNumber","kind":"OBJECT","description":"**Next number for MigratedInvoices**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedInvoices**","fields":[{"name":"data","type":"MigratedInvoiceNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedInvoiceOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedInvoiceFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedInvoiceSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceRead","kind":"OBJECT","description":"**Reads a MigratedInvoices**\n\nReturn a MigratedInvoices with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"MigratedInvoiceReceipt","kind":"OBJECT","description":"**MigratedInvoiceReceipt Response**\n\nResponse when you access an MigratedInvoiceReceipt.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedInvoiceReceiptRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedInvoiceReceiptOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedInvoiceReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptNextNumber","kind":"OBJECT","description":"**Next number for MigratedInvoiceReceipts**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedInvoiceReceipts**","fields":[{"name":"data","type":"MigratedInvoiceReceiptNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedInvoiceReceiptOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedInvoiceReceiptFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedInvoiceReceiptSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedInvoiceReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptRead","kind":"OBJECT","description":"**Reads a MigratedInvoiceReceipts**\n\nReturn a MigratedInvoiceReceipts with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"MigratedInvoiceReceiptRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedInvoiceReceipt**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedInvoiceReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedInvoiceReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceipts","kind":"OBJECT","description":"**MigratedInvoiceReceipt Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedInvoiceReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedInvoiceReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedInvoiceReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedInvoice**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoices","kind":"OBJECT","description":"**MigratedInvoice Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrder","kind":"OBJECT","description":"**MigratedPurchaseOrder Response**\n\nResponse when you access an MigratedPurchaseOrder.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedPurchaseOrderRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedPurchaseOrderOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedPurchaseOrderFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderNextNumber","kind":"OBJECT","description":"**Next number for MigratedPurchaseOrders**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedPurchaseOrders**","fields":[{"name":"data","type":"MigratedPurchaseOrderNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedPurchaseOrderOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedPurchaseOrderFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedPurchaseOrderSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedPurchaseOrderOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderRead","kind":"OBJECT","description":"**Reads a MigratedPurchaseOrders**\n\nReturn a MigratedPurchaseOrders with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"MigratedPurchaseOrderRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedPurchaseOrder**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedPurchaseOrderRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedPurchaseOrderOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrders","kind":"OBJECT","description":"**MigratedPurchaseOrder Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedPurchaseOrderRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedPurchaseOrderOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedPurchaseOrderSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceipt","kind":"OBJECT","description":"**MigratedReceipt Response**\n\nResponse when you access an MigratedReceipt.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedReceiptRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedReceiptOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptNextNumber","kind":"OBJECT","description":"**Next number for MigratedReceipts**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedReceipts**","fields":[{"name":"data","type":"MigratedReceiptNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedReceiptOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedReceiptFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedReceiptSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptRead","kind":"OBJECT","description":"**Reads a MigratedReceipts**\n\nReturn a MigratedReceipts with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs"]},{"name":"MigratedReceiptRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedReceipt**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceipts","kind":"OBJECT","description":"**MigratedReceipt Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoice","kind":"OBJECT","description":"**MigratedSimplifiedInvoice Response**\n\nResponse when you access an MigratedSimplifiedInvoice.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MigratedSimplifiedInvoiceRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedSimplifiedInvoiceOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"MigratedSimplifiedInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceNextNumber","kind":"OBJECT","description":"**Next number for MigratedSimplifiedInvoices**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceNumberRead","kind":"OBJECT","description":"**Get the next number for a MigratedSimplifiedInvoices**","fields":[{"name":"data","type":"MigratedSimplifiedInvoiceNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[MigratedSimplifiedInvoiceOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedSimplifiedInvoiceFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedSimplifiedInvoiceSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"MigratedSimplifiedInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceRead","kind":"OBJECT","description":"**Reads a MigratedSimplifiedInvoices**\n\nReturn a MigratedSimplifiedInvoices with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"MigratedSimplifiedInvoiceRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with MigratedSimplifiedInvoice**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[MigratedSimplifiedInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedSimplifiedInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoices","kind":"OBJECT","description":"**MigratedSimplifiedInvoice Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[MigratedSimplifiedInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"MigratedSimplifiedInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"MigratedSimplifiedInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MyPermission","kind":"OBJECT","description":"**Reads the logged in User Permissions**","fields":[{"name":"resource","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"assertion","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MyRole","kind":"OBJECT","description":"**Reads the logged in User Role**","fields":[{"name":"roleId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"permissions","type":"[MyPermission!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent","type":"RoleRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Notification","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"NotificationRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationAcknowledgeAll","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationFilter","kind":"OBJECT","description":"","fields":[{"name":"field","type":"NotificationFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationOptionsRead","kind":"OBJECT","description":"","fields":[{"name":"userOnly","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[NotificationFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[NotificationOrder!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationOrder","kind":"OBJECT","description":"","fields":[{"name":"field","type":"NotificationOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationRead","kind":"OBJECT","description":"","fields":[{"name":"notificationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ackd","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"titleParams","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"extraParams","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user","type":"UserRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Notifications","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[NotificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"NotificationOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Pagination","kind":"OBJECT","description":"**Pagination information**","fields":[{"name":"page","type":"Int!","description":"Page where pagination starts","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Int!","description":"Number of elements per page","isDeprecated":false,"deprecationReason":null},{"name":"count","type":"Int!","description":"Total number of elements","isDeprecated":false,"deprecationReason":null}]},{"name":"PartnerProposal","kind":"OBJECT","description":"**Queries for a PartnerProposal.**\n\nReturns the PartnerProposal with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PartnerProposalRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PartnerProposalRead","kind":"OBJECT","description":"**Reads a PartnerProposal.**\n\nReturns a PartnerProposal with the specified ID.","fields":[{"name":"partnerProposalId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"acceptsPublication","type":"Boolean","description":"Accepts Publication, if true represents that it accepts publication","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accountManagerName","type":"String","description":"Account Manager Name","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img1","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportMail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"approved","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"partner","type":"PartnerRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PartnerRead","kind":"OBJECT","description":"**Reads a Partner.**\n\nReturns a Partner with the specified ID.","fields":[{"name":"partnerId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"acceptsPublication","type":"Boolean","description":"Accepts Publication, if true represents that it accepts publication","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"Partner unique code (i.g. XPTO123)","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accountManagerName","type":"String","description":"Account Manager Name","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"City","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"mapLat","type":"Float","description":"Map latitude (i.g. 66.57)","isDeprecated":false,"deprecationReason":null},{"name":"mapLng","type":"Float","description":"Map longitude (i.g. -7.74)","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img1","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportMail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethod","kind":"OBJECT","description":"**Queries for a PaymentMethod.**\n\nReturns the PaymentMethod with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PaymentMethodRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PaymentMethodFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PaymentMethodOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PaymentMethodFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PaymentMethodSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PaymentMethodOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodRead","kind":"OBJECT","description":"**Reads a PaymentMethod.**\n\nReturns a PaymentMethod with the specified ID.","fields":[{"name":"paymentMethodId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fixedCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethods","kind":"OBJECT","description":"**Queries for every PaymentMethod.**\n\nReturns every PaymentMethod that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PaymentMethodRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PaymentMethodOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"PaymentMethodSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturn","kind":"OBJECT","description":"**PaymentReturn Response**\n\nResponse when you access an PaymentReturn.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PaymentReturnRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PaymentReturnOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PaymentReturnFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnNextNumber","kind":"OBJECT","description":"**Next number for PaymentReturns**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnNumberRead","kind":"OBJECT","description":"**Get the next number for a PaymentReturns**","fields":[{"name":"data","type":"PaymentReturnNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PaymentReturnOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PaymentReturnFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PaymentReturnSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PaymentReturnOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnRead","kind":"OBJECT","description":"**Reads a PaymentReturns**\n\nReturn a PaymentReturns with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterMovement","type":"DocumentCashRegisterMovementRead","description":"Cash register (terminal) movement generated by this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs"]},{"name":"PaymentReturnRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with PaymentReturn**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[PaymentReturnRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PaymentReturnOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturns","kind":"OBJECT","description":"**PaymentReturn Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PaymentReturnRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PaymentReturnOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"PaymentReturnSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PDFToken","kind":"OBJECT","description":"**PDFToken Response**\n\nResponse for PDFToken request.","fields":[{"name":"data","type":"PDFTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PDFTokenRead","kind":"OBJECT","description":"**Reads a PDF Token**","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PermissionDependency","kind":"OBJECT","description":"","fields":[{"name":"resource","type":"AuthResource!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actions","type":"PermissionActions","description":"If you need to type this property, it consists of either [AuthAction] or [[AuthAction]]","isDeprecated":false,"deprecationReason":null},{"name":"optionalActions","type":"PermissionActions","description":"If you need to type this property, it consists of either [AuthAction] or [[AuthAction]]","isDeprecated":false,"deprecationReason":null}]},{"name":"PlanPermissionRead","kind":"OBJECT","description":"**Reads a Plan Permission.**\n\nReturns a Plan Permission with the specified ID.","fields":[{"name":"planPermissionId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resourceName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resource","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actionName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"limit","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dependencies","type":"JSON","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PlanRead","kind":"OBJECT","description":"**Reads a Plan.**\n\nReturns a Plan with the specified ID.","fields":[{"name":"planId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"monthlyPrice","type":"Float","description":"Monthly Price","isDeprecated":false,"deprecationReason":null},{"name":"quarterlyPrice","type":"Float","description":"Quarterly Price","isDeprecated":false,"deprecationReason":null},{"name":"semesterlyPrice","type":"Float","description":"Semesterly Price","isDeprecated":false,"deprecationReason":null},{"name":"yearlyPrice","type":"Float","description":"Yearly Price","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].title","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].notes","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[PlanTranslationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"permissions","type":"[PlanPermissionRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PlanTranslationRead","kind":"OBJECT","description":"**Reads Plan translations**\n\nReturns the available translations for the selected Plan.\nPlanOptions defaultLanguageId parameter will specify the language returned.","fields":[{"name":"planTranslationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocuments","kind":"OBJECT","description":"**Queries for Customer related documents.**\nReturns Customer related documents with the inserted ID.","fields":[{"name":"data","type":"[DocumentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PossibleDocumentsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PossibleDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PossibleDocumentsOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PossibleDocumentsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PossibleDocumentsSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PossibleDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"PossibleDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClass","kind":"OBJECT","description":"**Queries for a PriceClass.**\n\nReturns the PriceClass with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PriceClassRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassApplied","kind":"OBJECT","description":"**Queries for info about the applied price class.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PriceClassAppliedRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassAppliedRead","kind":"OBJECT","description":"**Reads a PriceClass.**\n\nReturns a PriceClass with the specified ID.","fields":[{"name":"progressiveTaskId","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassDuplicated","kind":"OBJECT","description":"**Queries for info about the duplicated price class.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PriceClassDuplicatedRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassDuplicatedRead","kind":"OBJECT","description":"**Queries for info about the duplicated price class.**","fields":[{"name":"priceClass","type":"PriceClassRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"progressiveTaskId","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClasses","kind":"OBJECT","description":"**Queries for every PriceClass.**\n\nReturns every PriceClass that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PriceClassRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PriceClassOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PriceClassFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PriceClassOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PriceClassFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PriceClassSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PriceClassOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassProductCount","kind":"OBJECT","description":"**Queries for a PriceClass.**\n\nReturns the PriceClass with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"count","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassRead","kind":"OBJECT","description":"**Reads a PriceClass.**\n\nReturns a PriceClass with the specified ID.","fields":[{"name":"priceClassId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassRemoved","kind":"OBJECT","description":"**Queries for info about the removed price class.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"removed","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"PriceClassSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Product","kind":"OBJECT","description":"**Queries for a Product.**\n\nReturns the Product with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ProductRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductATRead","kind":"OBJECT","description":"AT product attributes","fields":[{"name":"productATId","type":"ID!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productType","type":"ProductATType!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategories","kind":"OBJECT","description":"**Queries for every ProductCategory.**\n\nReturns every ProductCategory that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[ProductCategoryRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProductCategoryOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategory","kind":"OBJECT","description":"**Queries for a ProductCategory.**\n\nReturns the ProductCategory with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ProductCategoryRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"ProductCategoryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[ProductCategoryOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ProductCategorySearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProductCategoryFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"ProductCategoryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryRead","kind":"OBJECT","description":"**Reads a ProductCategory.**\n\nReturns a ProductCategory with the specified ID.","fields":[{"name":"productCategoryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posVisible","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cntChildCategories","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cntChildProducts","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cntInactiveChildProducts","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent","type":"ProductCategoryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"child","type":"[ProductCategoryRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategorySearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"ProductCategorySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCustomFieldRead","kind":"OBJECT","description":"","fields":[{"name":"productCustomFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customField","type":"CustomFieldRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocuments","kind":"OBJECT","description":"**Queries for every Product.**\n\nReturns every Product that matches the selected parameters","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[ProductDocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProductDocumentsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"ProductDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[ProductDocumentsOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProductDocumentsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"ProductDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"ProductFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductIdentificationRead","kind":"OBJECT","description":"","fields":[{"name":"productIdentificationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"ProductIdentificationType!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"favorite","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"text","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[ProductOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProductFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ProductSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"includeVariants","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"ProductOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductPriceClassAssociationRead","kind":"OBJECT","description":"","fields":[{"name":"priceClass","type":"PriceClassRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"appliedPercentage","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductRead","kind":"OBJECT","description":"**Reads a Product.**\n\nReturns a Product with the specified ID.","fields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategory","type":"ProductCategoryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posFavorite","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnExport","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceWithTaxes","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReasonName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroup","type":"PropertyGroupRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyPairs","type":"[ProductVariantPropertyPairsAssociationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"WarehouseRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnit","type":"MeasurementUnitRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent","type":"ProductRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"variants","type":"[ProductRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[ProductCustomFieldRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"favoriteIdentifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","type":"[ProductPriceClassAssociationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","type":"[ProductWarehouseAssociationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers","type":"[ProductSupplierAssociationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[ProductTaxAssociationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStockMovements","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalCostPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalSale","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"variantsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productAT","type":"ProductATRead","description":"Used for specific AT product attributes","isDeprecated":false,"deprecationReason":null}]},{"name":"Products","kind":"OBJECT","description":"**Queries for every Product.**\n\nReturns every Product that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[ProductRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProductOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"ProductSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductSupplierAssociationRead","kind":"OBJECT","description":"","fields":[{"name":"supplier","type":"SupplierRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costPriceDiscounted","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductTaxAssociationRead","kind":"OBJECT","description":"","fields":[{"name":"tax","type":"TaxRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cumulative","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductVariantPropertyPairsAssociationRead","kind":"OBJECT","description":"","fields":[{"name":"propertyId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyValueId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"property","type":"PropertyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyValue","type":"PropertyValueRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductWarehouseAssociationRead","kind":"OBJECT","description":"","fields":[{"name":"productWarehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"WarehouseRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsByProduct","kind":"OBJECT","description":"**Returns the Profit margin by product**","fields":[{"name":"data","type":"[ProfitMarginsByProductRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProfitMarginsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsByProductRead","kind":"OBJECT","description":"","fields":[{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product","type":"ProductRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"avgCostPrice","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"avgSellingPrice","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qtySold","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalProfitMargin","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"percentageProfitMargin","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"markupPercentage","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"markupIndex","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsDocumentsRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"ProfitMarginsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[ProfitMarginsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[ProfitMarginsOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"ProfitMarginsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"ProfitMarginsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsProductDocuments","kind":"OBJECT","description":"**Returns the profit margin product documents.**","fields":[{"name":"data","type":"[ProfitMarginsProductDocumentsRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProfitMarginsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsProductDocumentsRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product","type":"ProductRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"ProfitMarginsDocumentsRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsTotals","kind":"OBJECT","description":"**Returns the profit margin totals.**","fields":[{"name":"data","type":"ProfitMarginsTotalsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProfitMarginsTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsTotalsOptionsRead","kind":"OBJECT","description":"**Totals Options Read**","fields":[{"name":"filter","type":"[ProfitMarginsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"ProfitMarginsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsTotalsRead","kind":"OBJECT","description":"","fields":[{"name":"productsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsQtySold","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalProfitMargin","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"percentageProfitMargin","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"markupPercentage","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"markupIndex","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsUserSettingsTemplates","kind":"OBJECT","description":"**Query for every UserSettingsTemplate.**\n\nReturns every UserSettingsTemplates","fields":[{"name":"data","type":"[ProfitMarginsUserTemplateSettingsRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsUserTemplateSettingsRead","kind":"OBJECT","description":"**Reads a UserSettingsTemplate.**\n\nReturns a UserSettingsTemplate with the specified ID.","fields":[{"name":"userSettingsTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"formName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user","type":"UserRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"settings","type":"ProfitMarginsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoice","kind":"OBJECT","description":"**ProFormaInvoice Response**\n\nResponse when you access an ProFormaInvoice.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ProFormaInvoiceRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProFormaInvoiceOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"ProFormaInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceNextNumber","kind":"OBJECT","description":"**Next number for ProFormaInvoices**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceNumberRead","kind":"OBJECT","description":"**Get the next number for a ProFormaInvoices**","fields":[{"name":"data","type":"ProFormaInvoiceNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[ProFormaInvoiceOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProFormaInvoiceFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ProFormaInvoiceSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"ProFormaInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceRead","kind":"OBJECT","description":"**Reads a ProFormaInvoices**\n\nReturn a ProFormaInvoices with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"ProFormaInvoiceRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with ProFormaInvoice**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[ProFormaInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProFormaInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoices","kind":"OBJECT","description":"**ProFormaInvoice Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[ProFormaInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ProFormaInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"ProFormaInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroup","kind":"OBJECT","description":"**Queries for a PropertyGroup.**\n\nReturns the PropertyGroup with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PropertyGroupRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PropertyGroupFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PropertyGroupOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PropertyGroupFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PropertyGroupSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PropertyGroupOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupRead","kind":"OBJECT","description":"**Reads a PropertyGroup.**\n\nReturns a PropertyGroup with the specified ID.","fields":[{"name":"propertyGroupId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"properties","type":"[PropertyRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroups","kind":"OBJECT","description":"**Queries for every PropertyGroup.**\n\nReturns every PropertyGroup that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PropertyGroupRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PropertyGroupOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"PropertyGroupSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyRead","kind":"OBJECT","description":"","fields":[{"name":"propertyId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"values","type":"[PropertyValueRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyValueRead","kind":"OBJECT","description":"","fields":[{"name":"propertyValueId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrder","kind":"OBJECT","description":"**PurchaseOrder Response**\n\nResponse when you access an PurchaseOrder.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PurchaseOrderRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchaseOrderOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PurchaseOrderFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderNextNumber","kind":"OBJECT","description":"**Next number for PurchaseOrders**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderNumberRead","kind":"OBJECT","description":"**Get the next number for a PurchaseOrders**","fields":[{"name":"data","type":"PurchaseOrderNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PurchaseOrderOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchaseOrderFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PurchaseOrderSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PurchaseOrderOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderRead","kind":"OBJECT","description":"**Reads a PurchaseOrders**\n\nReturn a PurchaseOrders with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"PurchaseOrderRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with PurchaseOrder**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[PurchaseOrderRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchaseOrderOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrders","kind":"OBJECT","description":"**PurchaseOrder Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchaseOrderRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchaseOrderOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"PurchaseOrderSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreement","kind":"OBJECT","description":"**PurchaseRecurringAgreement Response**\n\nResponse when you access an PurchaseRecurringAgreement.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PurchaseRecurringAgreementRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchaseRecurringAgreementOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PurchaseRecurringAgreementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementNextNumber","kind":"OBJECT","description":"**Next number for PurchaseRecurringAgreements**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementNumberRead","kind":"OBJECT","description":"**Get the next number for a PurchaseRecurringAgreements**","fields":[{"name":"data","type":"PurchaseRecurringAgreementNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PurchaseRecurringAgreementOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchaseRecurringAgreementFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PurchaseRecurringAgreementSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PurchaseRecurringAgreementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementRead","kind":"OBJECT","description":"**Reads a PurchaseRecurringAgreements**\n\nReturn a PurchaseRecurringAgreements with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"event","type":"EventRead","description":"Single recurring event. Deprecated in favor of events array","isDeprecated":true,"deprecationReason":"Use events instead"},{"name":"events","type":"[EventRead!]","description":"Scheduled recurring events associated with this document","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"PurchaseRecurringAgreementRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with PurchaseRecurringAgreement**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[PurchaseRecurringAgreementRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchaseRecurringAgreementOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreements","kind":"OBJECT","description":"**PurchaseRecurringAgreement Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchaseRecurringAgreementRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchaseRecurringAgreementOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"PurchaseRecurringAgreementSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByDate","kind":"OBJECT","description":"**Returns the purchases analysis**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchasesAnalysisByDateRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByDateDocs","kind":"OBJECT","description":"**Returns the purchases analysis**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchasesAnalysisByDateDocsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByDateDocsRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"PurchasesAnalysisDocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByDateRead","kind":"OBJECT","description":"","fields":[{"name":"purchasesAnalysisByDateId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProduct","kind":"OBJECT","description":"**Returns the purchases analysis**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchasesAnalysisByProductRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProductCategory","kind":"OBJECT","description":"**Returns the purchases analysis**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchasesAnalysisByProductCategoryRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProductCategoryDocs","kind":"OBJECT","description":"**Returns the purchases analysis**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchasesAnalysisByProductCategoryDocsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProductCategoryDocsRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"PurchasesAnalysisDocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProductCategoryRead","kind":"OBJECT","description":"","fields":[{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProductDocs","kind":"OBJECT","description":"**Returns the purchases analysis**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchasesAnalysisByProductDocsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProductDocsRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"PurchasesAnalysisDocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisByProductRead","kind":"OBJECT","description":"","fields":[{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PurchasesAnalysisFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PurchasesAnalysisOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesAnalysisFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PurchasesAnalysisOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisTotals","kind":"OBJECT","description":"**Returns the purchases analysis totals.**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesAnalysisTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PurchasesAnalysisTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[PurchasesAnalysisFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisTotalsRead","kind":"OBJECT","description":"**Returns the purchases analysis totals data.**","fields":[{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliersCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListByDate","kind":"OBJECT","description":"**Returns the Purchases Pending list**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesPendingListOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accumulator","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListBySupplier","kind":"OBJECT","description":"**Returns the Purchases Pending list**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesPendingListOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[PurchasesPendingListBySupplierRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListBySupplierRead","kind":"OBJECT","description":"**Returns a single Purchases pending item.**","fields":[{"name":"supplier","type":"SupplierRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountTotal","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPaid","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPending","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"delay","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PurchasesPendingListFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PurchasesPendingListOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesPendingListFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PurchasesPendingListOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListSupplier","kind":"OBJECT","description":"**Returns the Purchases Pending list**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesPendingListOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accumulator","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListTotals","kind":"OBJECT","description":"**Returns the Purchases Pending list totals.**","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesPendingListTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PurchasesPendingListTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[PurchasesPendingListFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListTotalsRead","kind":"OBJECT","description":"**Returns the Purchases statements totals data.**","fields":[{"name":"ammountTotal","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPaid","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPending","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPendingPercent","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"delayAverage","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListUserSettingsTemplates","kind":"OBJECT","description":"**Query for every UserSettingsTemplate**\n\nReturns every UserSettingsTemplates.","fields":[{"name":"data","type":"[PurchasesPendingListUserTemplateSettingsRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListUserTemplateSettingsRead","kind":"OBJECT","description":"**Reads a UserSettingsTemplate**\n\nReturns a UserSettingsTemplate with the specified ID.","fields":[{"name":"userSettingsTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"formName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user","type":"UserRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"settings","type":"PurchasesPendingListOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatement","kind":"OBJECT","description":"**Returns the Purchases statements**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesStatementOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"PurchasesStatementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PurchasesStatementOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesStatementFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"PurchasesStatementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementTotals","kind":"OBJECT","description":"**Returns the purchases statements totals.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"PurchasesStatementTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"PurchasesStatementTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[PurchasesStatementOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesStatementFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementTotalsRead","kind":"OBJECT","description":"**Returns the purchases statements totals data.**","fields":[{"name":"grossValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliersCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Receipt","kind":"OBJECT","description":"**Receipt Response**\n\nResponse when you access an Receipt.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ReceiptRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ReceiptOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"ReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptNextNumber","kind":"OBJECT","description":"**Next number for Receipts**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptNumberRead","kind":"OBJECT","description":"**Get the next number for a Receipts**","fields":[{"name":"data","type":"ReceiptNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[ReceiptOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ReceiptFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ReceiptSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"ReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptRead","kind":"OBJECT","description":"**Reads a Receipts**\n\nReturn a Receipts with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterMovement","type":"DocumentCashRegisterMovementRead","description":"Cash register (terminal) movement generated by this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithAT"]},{"name":"ReceiptRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with Receipt**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[ReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Receipts","kind":"OBJECT","description":"**Receipt Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[ReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"ReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientFilter","kind":"OBJECT","description":"**Filter Type Document Mail Recipient Read**","fields":[{"name":"field","type":"RecipientFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientLogRead","kind":"OBJECT","description":"","fields":[{"name":"logId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"msg","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientOptionsRead","kind":"OBJECT","description":"**Document Mail Options Recipient Read**","fields":[{"name":"order","type":"[RecipientOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[RecipientFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"RecipientSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientOrder","kind":"OBJECT","description":"**Order Type Document Mail Recipient Read**","fields":[{"name":"field","type":"RecipientOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientRead","kind":"OBJECT","description":"","fields":[{"name":"recipientId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"internalStatus","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mailServiceResponseId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"logs","type":"[RecipientLogRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Recipients","kind":"OBJECT","description":"","fields":[{"name":"data","type":"[RecipientRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"RecipientOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientSearch","kind":"OBJECT","description":"**Search Type Document Mail Recipient Read**","fields":[{"name":"field","type":"RecipientSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreement","kind":"OBJECT","description":"**RecurringAgreement Response**\n\nResponse when you access an RecurringAgreement.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"RecurringAgreementRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"RecurringAgreementOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"RecurringAgreementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementNextNumber","kind":"OBJECT","description":"**Next number for RecurringAgreements**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementNumberRead","kind":"OBJECT","description":"**Get the next number for a RecurringAgreements**","fields":[{"name":"data","type":"RecurringAgreementNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[RecurringAgreementOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[RecurringAgreementFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"RecurringAgreementSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"RecurringAgreementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementRead","kind":"OBJECT","description":"**Reads a RecurringAgreements**\n\nReturn a RecurringAgreements with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"event","type":"EventRead","description":"Single recurring event. Deprecated in favor of events array","isDeprecated":true,"deprecationReason":"Use events instead"},{"name":"events","type":"[EventRead!]","description":"Scheduled recurring events associated with this document","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":false,"deprecationReason":null},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"RecurringAgreementRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with RecurringAgreement**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[RecurringAgreementRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"RecurringAgreementOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreements","kind":"OBJECT","description":"**RecurringAgreement Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[RecurringAgreementRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"RecurringAgreementOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"RecurringAgreementSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RelatedDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"relatedDocument","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mainDocument","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"appliedValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Retention","kind":"OBJECT","description":"**Queries for a Retention.**\n\nReturns the Retention with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"RetentionRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"RetentionFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[RetentionOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[RetentionFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"RetentionSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"RetentionOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionRead","kind":"OBJECT","description":"**Reads a Retention.**\n\nReturns a Retention with the specified ID.","fields":[{"name":"retentionId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Retentions","kind":"OBJECT","description":"**Queries for every Retention.**\n\nReturns every Retention that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[RetentionRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"RetentionOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"RetentionSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RoleAllowsRead","kind":"OBJECT","description":"","fields":[{"name":"allowed","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RolePermission","kind":"OBJECT","description":"**Reads a Role Permission**","fields":[{"name":"companyAdmin","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resourceName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resource","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actionName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscriptionExpiredAllowed","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dependencies","type":"JSON","description":"","isDeprecated":false,"deprecationReason":null},{"name":"assertion","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RoleRead","kind":"OBJECT","description":"**Reads a Role.**\n\nReturns a Role with the specified ID.\nParent field is a set of permissions inherited from another role","fields":[{"name":"roleId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"admin","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"permissions","type":"[RolePermission!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"users","type":"[UserRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent","type":"RoleRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null}]},{"name":"SAFTImporterErrorsFileToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"SAFTImporterErrorsFileTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SAFTImporterErrorsFileTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SaftImportToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"SaftImportTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SaftImportTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByDate","kind":"OBJECT","description":"**Returns the Sales Analysis**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalesAnalysisByDateRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByDateDocs","kind":"OBJECT","description":"**Returns the Sales Analysis**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalesAnalysisByDateDocsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByDateDocsRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"SalesAnalysisDocumentRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByDateRead","kind":"OBJECT","description":"","fields":[{"name":"salesAnalysisByDateId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProduct","kind":"OBJECT","description":"**Returns the Sales Analysis**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalesAnalysisByProductRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProductCategory","kind":"OBJECT","description":"**Returns the Sales Analysis**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalesAnalysisByProductCategoryRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProductCategoryDocs","kind":"OBJECT","description":"**Returns the Sales Analysis**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalesAnalysisByProductCategoryDocsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProductCategoryDocsRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"SalesAnalysisDocumentRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProductCategoryRead","kind":"OBJECT","description":"","fields":[{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProductDocs","kind":"OBJECT","description":"**Returns the Sales Analysis**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesAnalysisOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalesAnalysisByProductDocsRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProductDocsRead","kind":"OBJECT","description":"","fields":[{"name":"documentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"SalesAnalysisDocumentRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisByProductRead","kind":"OBJECT","description":"","fields":[{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentificationRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product","type":"ProductRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productParentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalesAnalysisFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalesAnalysisOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesAnalysisFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalesAnalysisOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisTotals","kind":"OBJECT","description":"**Returns the sales analysis totals.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesAnalysisTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SalesAnalysisTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[SalesAnalysisFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisTotalsRead","kind":"OBJECT","description":"**Returns the sales analysis totals data.**","fields":[{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customersCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListByCustomer","kind":"OBJECT","description":"**Returns the Sales Pending list**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesPendingListOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalesPendingListByCustomerRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListByCustomerRead","kind":"OBJECT","description":"**Returns a single sales pending item.**","fields":[{"name":"customerId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountTotal","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPaid","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPending","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"delay","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListByDate","kind":"OBJECT","description":"**Returns the Sales Pending list**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesPendingListOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accumulator","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListClient","kind":"OBJECT","description":"**Returns the Sales Pending list**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesPendingListOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accumulator","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalesPendingListFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalesPendingListOrder!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesPendingListFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalesPendingListOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListTotals","kind":"OBJECT","description":"**Returns the Sales Pending list totals.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesPendingListTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SalesPendingListTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[SalesPendingListFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListTotalsRead","kind":"OBJECT","description":"**Returns the sales statements totals data.**","fields":[{"name":"ammountTotal","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPaid","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPending","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ammountPendingPercent","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"delayAverage","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Salesperson","kind":"OBJECT","description":"**Queries for a Salesperson.**\n\nReturns the Salesperson with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonSingleOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"salespersonCommissionDocumentId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciled","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remaining","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fullyReconciled","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissions","kind":"OBJECT","description":"**Queries for every Salesperson.**\n\nReturns every Salesperson that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalespersonCommissionDocumentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonCommissionsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalespersonCommissionsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalespersonCommissionsOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonCommissionsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsOrder","kind":"OBJECT","description":"**Order options read**","fields":[{"name":"field","type":"SalespersonCommissionsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalespersonFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalespersonOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SalespersonSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalespersonOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPayment","kind":"OBJECT","description":"**SalespersonPayment Response**\n\nResponse when you access an SalespersonPayment.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SalespersonPaymentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonPaymentOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentCommissions","kind":"OBJECT","description":"","fields":[{"name":"data","type":"[CommissionsRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonPaymentCommissionsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentCommissionsOptionsRead","kind":"OBJECT","description":"**Salesperson Payment Commissions Options Read**","fields":[{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"salespersonPaymentDocumentId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciled","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalespersonPaymentFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentNextNumber","kind":"OBJECT","description":"**Next number for SalespersonPayments**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentNumberRead","kind":"OBJECT","description":"**Get the next number for a SalespersonPayments**","fields":[{"name":"data","type":"SalespersonPaymentNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalespersonPaymentOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonPaymentFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SalespersonPaymentSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalespersonPaymentOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentRead","kind":"OBJECT","description":"**Reads a SalespersonPayments**\n\nReturn a SalespersonPayments with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"commissions","type":"[CommissionsRead]","description":"Commission breakdown per salesperson for this document","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs"]},{"name":"SalespersonPaymentRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SalespersonPayment**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SalespersonPaymentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonPaymentOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPayments","kind":"OBJECT","description":"**SalespersonPayment Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalespersonPaymentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonPaymentOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SalespersonPaymentSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRead","kind":"OBJECT","description":"**Reads a Salesperson.**\n\nReturns a Salesperson with the specified ID.","fields":[{"name":"salespersonId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"baseCommission","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCopies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocuments","kind":"OBJECT","description":"**Queries for Salesperson related documents.**\n\nReturns Salesperson related documents with the inserted ID.","fields":[{"name":"data","type":"[SalespersonRelatedDocumentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonRelatedDocumentsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalespersonRelatedDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalespersonRelatedDocumentsOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonRelatedDocumentsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SalespersonRelatedDocumentsSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalespersonRelatedDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SalespersonRelatedDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Salespersons","kind":"OBJECT","description":"**Queries for every Salesperson.**\n\nReturns every Salesperson that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalespersonRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SalespersonSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonSingleOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryBySalesperson","kind":"OBJECT","description":"**Returns the Salespeople payments history by Salesperson**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonsPaymentsHistoryOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalespersonsPaymentsHistoryBySalespersonRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryBySalespersonRead","kind":"OBJECT","description":"","fields":[{"name":"salespersonId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalDocsValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryDocs","kind":"OBJECT","description":"**Returns the Salespeople payments history documents**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonsPaymentsHistoryOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalespersonsPaymentsHistoryDocsRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accumulator","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryDocsRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalespersonsPaymentsHistoryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalespersonsPaymentsHistoryOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonsPaymentsHistoryFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalespersonsPaymentsHistoryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryTotals","kind":"OBJECT","description":"**Returns the Salespeople payments history totals.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonsPaymentsHistoryTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SalespersonsPaymentsHistoryTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[SalespersonsPaymentsHistoryFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryTotalsRead","kind":"OBJECT","description":"","fields":[{"name":"docsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalDocsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingBySalesperson","kind":"OBJECT","description":"**Returns the Salespeople payments pending by Salesperson**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonsPaymentsPendingOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalespersonsPaymentsPendingBySalespersonRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingBySalespersonRead","kind":"OBJECT","description":"","fields":[{"name":"salespersonId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalDocsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalRemainingCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalReconciledCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingDocs","kind":"OBJECT","description":"**Returns the Salespeople payments pending documents**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonsPaymentsPendingOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SalespersonsPaymentsPendingDocsRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accumulator","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingDocsDocRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingDocsRead","kind":"OBJECT","description":"","fields":[{"name":"salespersonCommissionDocumentId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciled","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remaining","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fullyReconciled","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"SalespersonsPaymentsPendingDocsDocRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalespersonsPaymentsPendingFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalespersonsPaymentsPendingOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonsPaymentsPendingFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalespersonsPaymentsPendingOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingTotals","kind":"OBJECT","description":"**Returns the Salespeople payments pending totals.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalespersonsPaymentsPendingTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SalespersonsPaymentsPendingTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[SalespersonsPaymentsPendingFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingTotalsRead","kind":"OBJECT","description":"","fields":[{"name":"docsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"avgCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"avgDelayDays","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatement","kind":"OBJECT","description":"**Returns the Sales Statements**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesStatementOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[DocumentRead]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SalesStatementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalesStatementOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesStatementFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SalesStatementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementTotals","kind":"OBJECT","description":"**Returns the sales statements totals.**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SalesStatementTotalsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SalesStatementTotalsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementTotalsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SalesStatementOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesStatementFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementTotalsRead","kind":"OBJECT","description":"**Returns the sales statements totals data.**","fields":[{"name":"grossValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValues","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customersCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"docsCount","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNote","kind":"OBJECT","description":"**SettlementNote Response**\n\nResponse when you access an SettlementNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SettlementNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SettlementNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SettlementNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteNextNumber","kind":"OBJECT","description":"**Next number for SettlementNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a SettlementNotes**","fields":[{"name":"data","type":"SettlementNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SettlementNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SettlementNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SettlementNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SettlementNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteRead","kind":"OBJECT","description":"**Reads a SettlementNotes**\n\nReturn a SettlementNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs"]},{"name":"SettlementNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SettlementNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SettlementNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SettlementNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNotes","kind":"OBJECT","description":"**SettlementNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SettlementNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SettlementNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SettlementNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimpleCompanyATRead","kind":"OBJECT","description":"","fields":[{"name":"automaticInvoice","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticTransport","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticDocSets","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoiceChangedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticTransportChangedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticDocSetsChangedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoiceDelay","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimpleCompanyRead","kind":"OBJECT","description":"","fields":[{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"slug","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyAT","type":"SimpleCompanyATRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoice","kind":"OBJECT","description":"**SimplifiedInvoice Response**\n\nResponse when you access an SimplifiedInvoice.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SimplifiedInvoiceRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SimplifiedInvoiceOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SimplifiedInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceNextNumber","kind":"OBJECT","description":"**Next number for SimplifiedInvoices**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceNumberRead","kind":"OBJECT","description":"**Get the next number for a SimplifiedInvoices**","fields":[{"name":"data","type":"SimplifiedInvoiceNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SimplifiedInvoiceOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SimplifiedInvoiceFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SimplifiedInvoiceSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SimplifiedInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceRead","kind":"OBJECT","description":"**Reads a SimplifiedInvoices**\n\nReturn a SimplifiedInvoices with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterMovement","type":"DocumentCashRegisterMovementRead","description":"Cash register (terminal) movement generated by this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithTicketBAI","DocumentWithAT"]},{"name":"SimplifiedInvoiceRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SimplifiedInvoice**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SimplifiedInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SimplifiedInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoices","kind":"OBJECT","description":"**SimplifiedInvoice Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SimplifiedInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SimplifiedInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SimplifiedInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SingleBankRemittanceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxScheme","kind":"OBJECT","description":"**Queries for a SpecialTaxScheme.**\n\nReturns the SpecialTaxScheme with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SpecialTaxSchemeRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SpecialTaxSchemeFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SpecialTaxSchemeOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SpecialTaxSchemeFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SpecialTaxSchemeSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SpecialTaxSchemeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeRead","kind":"OBJECT","description":"**Reads a SpecialTaxScheme.**\n\nReturns a SpecialTaxScheme with the specified ID. country field is an array of country objects.","fields":[{"name":"specialTaxSchemeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"Valued added tax code (i.g. pt)","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].title","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Represents a shorthand for translations[options.defaultLanguageId].notes","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations","type":"[SpecialTaxSchemeTranslationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemes","kind":"OBJECT","description":"**Queries for every SpecialTaxScheme.**\n\nReturns every SpecialTaxScheme that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SpecialTaxSchemeRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SpecialTaxSchemeOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SpecialTaxSchemeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeTranslationRead","kind":"OBJECT","description":"**Reads SpecialTaxScheme translations**\n\nReturns the available translations for the selected SpecialTaxScheme.\nSpecialTaxSchemeOptions defaultLanguageId parameter will specify the language returned.","fields":[{"name":"specialTaxSchemeTranslationId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovement","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"StockMovementRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"StockMovementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[StockMovementOrder!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[StockMovementFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"StockMovementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementRead","kind":"OBJECT","description":"**Stock movement**\n\nType is 0: document, 1: manual or 2: inter-warehouse.\n\nDirection is 0: entry, 1: exit, 2: inter-warehouse","fields":[{"name":"stockMovementId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"direction","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"acc","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lineUnitPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fifoStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lifoStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fifoProfit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lifoProfit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","type":"DocumentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseMovements","type":"[WarehouseMovementRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent","type":"StockMovementRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovements","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[StockMovementRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"StockMovementOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockProducts","kind":"OBJECT","description":"**Queries for every Product.**\n\nReturns every Product that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[ListStockProductRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"ListStockProductOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockUserSettingsTemplates","kind":"OBJECT","description":"**Query for every UserSettingsTemplate.**\n\nReturns every UserSettingsTemplates","fields":[{"name":"data","type":"[StockUserTemplateSettingsRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockUserTemplateSettingsRead","kind":"OBJECT","description":"**Reads a UserSettingsTemplate.**\n\nReturns a UserSettingsTemplate with the specified ID.","fields":[{"name":"userSettingsTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"formName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user","type":"UserRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"settings","type":"ListStockProductOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"StockMovementsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SubscriptionConfiguration","kind":"OBJECT","description":"","fields":[{"name":"paymentMode","type":"PlanPaymentMode!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"modules","type":"[SubscriptionModule!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isManaging","type":"Boolean","description":"This flag tells us when we are \"updating\" an active subscription instead of making a new one.","isDeprecated":false,"deprecationReason":null}]},{"name":"SubscriptionDocumentRead","kind":"OBJECT","description":"**Subscription Document**\n\nRepresents a document associated with a subscription","fields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SubscriptionExtraRead","kind":"OBJECT","description":"**Read a Subscription extra**\n\nReturns a subscription extra with a specific ID","fields":[{"name":"subscriptionExtraId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paid","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resource","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"extras","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lastPaymentDate","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"saleDocumentIssued","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscription","type":"SubscriptionRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SubscriptionModule","kind":"OBJECT","description":"","fields":[{"name":"module","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"upgradeDiscount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"changed","type":"Boolean!","description":"Flag that indicates if this module was changed during a subscription manage","isDeprecated":false,"deprecationReason":null}]},{"name":"SubscriptionRead","kind":"OBJECT","description":"**Read a Subscription**\n\nReturns a subscription with a specific ID","fields":[{"name":"subscriptionId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMode","type":"paymentModeValues!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"upgradeDiscount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"associatedCompanyVat","type":"String","description":"Associated Company Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"associatedCompanyNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"startDate","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"endDate","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paid","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lastPaymentDate","type":"DateTime","description":"Last Payment Date","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"saleDocumentIssued","type":"Boolean!","description":"Sale Document Issued. Value True represents that sale document has been issued","isDeprecated":false,"deprecationReason":null},{"name":"mail1Sent","type":"Boolean!","description":"Mail 1 sent (True represents that mail was sent)","isDeprecated":false,"deprecationReason":null},{"name":"mail1SentDate","type":"DateTime","description":"Mail 1 sent date","isDeprecated":false,"deprecationReason":null},{"name":"mail1SentRecipient","type":"String","description":"Mail 1 sent recipient","isDeprecated":false,"deprecationReason":null},{"name":"mail2Sent","type":"Boolean!","description":"Mail 2 sent (True represents that mail was sent)","isDeprecated":false,"deprecationReason":null},{"name":"mail2SentDate","type":"DateTime","description":"Mail 2 sent date","isDeprecated":false,"deprecationReason":null},{"name":"mail2SentRecipient","type":"String","description":"Mail 2 sent recipient","isDeprecated":false,"deprecationReason":null},{"name":"mail3Sent","type":"Boolean!","description":"Mail 3 sent (True represents that mail was sent)","isDeprecated":false,"deprecationReason":null},{"name":"mail3SentDate","type":"DateTime","description":"Mail 3 sent date","isDeprecated":false,"deprecationReason":null},{"name":"mail3SentRecipient","type":"String","description":"Mail 31 sent recipient","isDeprecated":false,"deprecationReason":null},{"name":"mail4Sent","type":"Boolean!","description":"Mail 4 sent (True represents that mail was sent)","isDeprecated":false,"deprecationReason":null},{"name":"mail4SentDate","type":"DateTime","description":"Mail 4 sent date","isDeprecated":false,"deprecationReason":null},{"name":"mail4SentRecipient","type":"String","description":"Mail 4 sent recipient","isDeprecated":false,"deprecationReason":null},{"name":"mail5Sent","type":"Boolean!","description":"Mail 5 sent (True represents that mail was sent)","isDeprecated":false,"deprecationReason":null},{"name":"mail5SentDate","type":"DateTime","description":"Mail 5 sent date","isDeprecated":false,"deprecationReason":null},{"name":"mail5SentRecipient","type":"String","description":"Mail 5 sent recipient","isDeprecated":false,"deprecationReason":null},{"name":"mail6Sent","type":"Boolean!","description":"Mail 6 sent (True represents that mail was sent)","isDeprecated":false,"deprecationReason":null},{"name":"mail6SentDate","type":"DateTime","description":"Mail 6 sent date","isDeprecated":false,"deprecationReason":null},{"name":"mail6SentRecipient","type":"String","description":"Mail 6 sent recipient","isDeprecated":false,"deprecationReason":null},{"name":"temporaryPaymentMode","type":"paymentModeValues","description":"","isDeprecated":false,"deprecationReason":null},{"name":"temporaryPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"temporaryExpiracy","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"associatedCompany","type":"CompanyRead","description":"Associated Company","isDeprecated":false,"deprecationReason":null},{"name":"plan","type":"PlanRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"temporaryPlan","type":"PlanRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscriptionExtras","type":"[SubscriptionExtraRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscriptionDocuments","type":"[SubscriptionDocumentRead!]","description":"Subscription Documents","isDeprecated":false,"deprecationReason":null},{"name":"configuration","type":"SubscriptionConfiguration!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Supplier","kind":"OBJECT","description":"**Queries for a Supplier.**\n\nReturns the Supplier with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SupplierRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLading","kind":"OBJECT","description":"**SupplierBillsOfLading Response**\n\nResponse when you access an SupplierBillsOfLading.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SupplierBillsOfLadingRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierBillsOfLadingOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SupplierBillsOfLadingFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingNextNumber","kind":"OBJECT","description":"**Next number for SupplierBillsOfLadings**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingNumberRead","kind":"OBJECT","description":"**Get the next number for a SupplierBillsOfLadings**","fields":[{"name":"data","type":"SupplierBillsOfLadingNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SupplierBillsOfLadingOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierBillsOfLadingFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierBillsOfLadingSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SupplierBillsOfLadingOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingRead","kind":"OBJECT","description":"**Reads a SupplierBillsOfLadings**\n\nReturn a SupplierBillsOfLadings with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"SupplierBillsOfLadingRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SupplierBillsOfLading**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SupplierBillsOfLadingRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierBillsOfLadingOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadings","kind":"OBJECT","description":"**SupplierBillsOfLading Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SupplierBillsOfLadingRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierBillsOfLadingOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SupplierBillsOfLadingSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNote","kind":"OBJECT","description":"**SupplierCreditNote Response**\n\nResponse when you access an SupplierCreditNote.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SupplierCreditNoteRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierCreditNoteOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SupplierCreditNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteNextNumber","kind":"OBJECT","description":"**Next number for SupplierCreditNotes**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteNumberRead","kind":"OBJECT","description":"**Get the next number for a SupplierCreditNotes**","fields":[{"name":"data","type":"SupplierCreditNoteNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SupplierCreditNoteOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierCreditNoteFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierCreditNoteSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SupplierCreditNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteRead","kind":"OBJECT","description":"**Reads a SupplierCreditNotes**\n\nReturn a SupplierCreditNotes with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"SupplierCreditNoteRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SupplierCreditNote**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SupplierCreditNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierCreditNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNotes","kind":"OBJECT","description":"**SupplierCreditNote Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SupplierCreditNoteRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierCreditNoteOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SupplierCreditNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierDocumentTypeCopyAssociationRead","kind":"OBJECT","description":"","fields":[{"name":"supplierDocumentTypeCopyId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SupplierFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoice","kind":"OBJECT","description":"**SupplierInvoice Response**\n\nResponse when you access an SupplierInvoice.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SupplierInvoiceRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierInvoiceOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SupplierInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceNextNumber","kind":"OBJECT","description":"**Next number for SupplierInvoices**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceNumberRead","kind":"OBJECT","description":"**Get the next number for a SupplierInvoices**","fields":[{"name":"data","type":"SupplierInvoiceNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SupplierInvoiceOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierInvoiceFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierInvoiceSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SupplierInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceRead","kind":"OBJECT","description":"**Reads a SupplierInvoices**\n\nReturn a SupplierInvoices with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"SupplierInvoiceRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SupplierInvoice**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SupplierInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoices","kind":"OBJECT","description":"**SupplierInvoice Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SupplierInvoiceRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierInvoiceOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SupplierInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SupplierOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SupplierOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrder","kind":"OBJECT","description":"**SupplierPurchaseOrder Response**\n\nResponse when you access an SupplierPurchaseOrder.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SupplierPurchaseOrderRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierPurchaseOrderOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SupplierPurchaseOrderFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderNextNumber","kind":"OBJECT","description":"**Next number for SupplierPurchaseOrders**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderNumberRead","kind":"OBJECT","description":"**Get the next number for a SupplierPurchaseOrders**","fields":[{"name":"data","type":"SupplierPurchaseOrderNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SupplierPurchaseOrderOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierPurchaseOrderFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierPurchaseOrderSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SupplierPurchaseOrderOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderRead","kind":"OBJECT","description":"**Reads a SupplierPurchaseOrders**\n\nReturn a SupplierPurchaseOrders with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductSupplierRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeCode","type":"String","description":"Economic activity classification code value (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeName","type":"String","description":"Economic activity classification code description (resolved from ID)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes"]},{"name":"SupplierPurchaseOrderRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SupplierPurchaseOrder**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SupplierPurchaseOrderRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierPurchaseOrderOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrders","kind":"OBJECT","description":"**SupplierPurchaseOrder Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SupplierPurchaseOrderRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierPurchaseOrderOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SupplierPurchaseOrderSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRead","kind":"OBJECT","description":"**Reads a Supplier.**\n\nReturns a Supplier with the specified ID.","fields":[{"name":"supplierId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[SupplierDocumentTypeCopyAssociationRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethod","type":"PaymentMethodRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[SupplierTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceipt","kind":"OBJECT","description":"**SupplierReceipt Response**\n\nResponse when you access an SupplierReceipt.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"SupplierReceiptRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierReceiptOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SupplierReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptNextNumber","kind":"OBJECT","description":"**Next number for SupplierReceipts**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptNumberRead","kind":"OBJECT","description":"**Get the next number for a SupplierReceipts**","fields":[{"name":"data","type":"SupplierReceiptNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SupplierReceiptOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierReceiptFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierReceiptSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SupplierReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptRead","kind":"OBJECT","description":"**Reads a SupplierReceipts**\n\nReturn a SupplierReceipts with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplier","type":"SupplierRead","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodRead]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"String","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs"]},{"name":"SupplierReceiptRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with SupplierReceipt**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[SupplierReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceipts","kind":"OBJECT","description":"**SupplierReceipt Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SupplierReceiptRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierReceiptOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SupplierReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentRead","kind":"OBJECT","description":"","fields":[{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocuments","kind":"OBJECT","description":"**Queries for Supplier related documents.**\n\nReturns Supplier related documents with the inserted ID.","fields":[{"name":"data","type":"[SupplierRelatedDocumentRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierRelatedDocumentsOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"SupplierRelatedDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[SupplierRelatedDocumentsOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierRelatedDocumentsFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierRelatedDocumentsSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"SupplierRelatedDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SupplierRelatedDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Suppliers","kind":"OBJECT","description":"**Queries for every Supplier.**\n\nReturns every Supplier that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[SupplierRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"SupplierOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"SupplierSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierTaxRead","kind":"OBJECT","description":"","fields":[{"name":"supplierTaxId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cumulative","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tax","type":"TaxRead!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Table","kind":"OBJECT","description":"**Queries for a Table.**\n\nReturns the Table with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"TableRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TableOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsult","kind":"OBJECT","description":"**TableConsult Response**\n\nResponse when you access an TableConsult.\nReturns data or any errors it may have","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"TableConsultRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TableConsultOptionsSingleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"TableConsultFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultNextNumber","kind":"OBJECT","description":"**Next number for TableConsults**","fields":[{"name":"number","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultNumberRead","kind":"OBJECT","description":"**Get the next number for a TableConsults**","fields":[{"name":"data","type":"TableConsultNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[TableConsultOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TableConsultFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TableConsultSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultOptionsSingleRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"TableConsultOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultRead","kind":"OBJECT","description":"**Reads a TableConsults**\n\nReturn a TableConsults with the specified ID.","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","type":"Float","description":"Gross value of the document before taxes and discounts (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","type":"Float","description":"Monetary value of the global discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","type":"Float","description":"Monetary value of the commercial discount applied to the document (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"totalDiscountValue","type":"Float","description":"Total discount monetary value across all discount types (calculated)","isDeprecated":false,"deprecationReason":null},{"name":"taxesValue","type":"Float","description":"Total tax amount applied to the document (calculated from product lines)","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDate","type":"MaturityDateRead","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","type":"Int","description":"Number of days for the maturity period (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","type":"String","description":"Name of the maturity date preset (resolved from maturityDateId)","isDeprecated":false,"deprecationReason":null},{"name":"timezone","type":"TimezoneRead","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customer","type":"CustomerRead","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddress","type":"AlternateAddressRead","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salesperson","type":"SalespersonRead","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCode","type":"EconomicActivityClassificationCodeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentRead]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentRead]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductRead!]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethod","type":"DeliveryMethodRead","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryMethodName","type":"String","description":"Delivery/shipping method name (resolved from deliveryMethodId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicle","type":"VehicleRead","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleName","type":"String","description":"Name/description of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryVehicleLicensePlate","type":"String","description":"License plate of the transportation vehicle (resolved from vehicleId)","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountry","type":"CountryRead","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountry","type":"CountryRead","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"interfaces":["DocumentRead","ItemWithLogs","DocumentWithTaxes","DocumentWithAT"]},{"name":"TableConsultRelatableDocuments","kind":"OBJECT","description":"**Relatable documents with TableConsult**\n\nReturns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"data","type":"[TableConsultRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TableConsultOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsults","kind":"OBJECT","description":"**TableConsult Response**\n\nResponse when you access multiple items Returns data or any errors it may have.\nThe data result is based on the options you query with (*pagination*, *order*, *filter*, *search*)","fields":[{"name":"errors","type":"[Error!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[TableConsultRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TableConsultOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"TableConsultSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableFilter","kind":"OBJECT","description":"Filter Type Read","fields":[{"name":"field","type":"TableFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableOptionsRead","kind":"OBJECT","description":"Options Read","fields":[{"name":"order","type":"[TableOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TableFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TableSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableOptionsSingleRead","kind":"OBJECT","description":"Options Read","fields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableOrder","kind":"OBJECT","description":"Order Type Read","fields":[{"name":"field","type":"TableOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableRead","kind":"OBJECT","description":"**Reads a Table.**\n\nReturns a Table with the specified ID.","fields":[{"name":"tableId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"width","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"height","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posX","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posY","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rotation","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"color","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"chairs","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"areaId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"activeRequestsCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Tables","kind":"OBJECT","description":"**Queries for every Table.**\n\nReturns every Table that matches the selected parameters","fields":[{"name":"errors","type":"[Error!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[TableRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TableOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableSearch","kind":"OBJECT","description":"Search Type Read","fields":[{"name":"field","type":"TableSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Tax","kind":"OBJECT","description":"**Queries for a Tax.**\n\nReturns the Tax with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"TaxRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Taxes","kind":"OBJECT","description":"**Queries for every Tax.**\n\nReturns every Tax that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[TaxRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TaxOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMap","kind":"OBJECT","description":"**Returns the Salespeople payments history by Salesperson**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TaxesMapOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[TaxesMapRead!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMap2","kind":"OBJECT","description":"**Returns the Salespeople payments history by Salesperson**","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TaxesMapOptionsRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[TaxesMapRead2!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapByGlobalRead","kind":"OBJECT","description":"","fields":[{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidence","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"total","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidencePositive","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPositive","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidenceNegative","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalNegative","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapByGlobalRead2","kind":"OBJECT","description":"","fields":[{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidence","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"total","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidencePositive","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPositive","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidenceNegative","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalNegative","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"TaxesMapFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"filter","type":"[TaxesMapFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapRead","kind":"OBJECT","description":"","fields":[{"name":"group","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[TaxesMapByGlobalRead!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapRead2","kind":"OBJECT","description":"","fields":[{"name":"group","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totals","type":"TaxesMapRead2Totals!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[TaxesMapByGlobalRead2!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapRead2Totals","kind":"OBJECT","description":"","fields":[{"name":"incidence","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"total","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidencePositive","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalPositive","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"incidenceNegative","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalNegative","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"TaxFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[TaxOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TaxFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TaxSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"TaxOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxRead","kind":"OBJECT","description":"**Reads a Tax.**\n\nReturns a Tax with the specified ID.","fields":[{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"specialTaxScheme","type":"SpecialTaxSchemeRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceType","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceTypeMode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"flags","type":"[FiscalZoneFlagsRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneTaxSettings","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"TaxSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Timezone","kind":"OBJECT","description":"**Queries for a Timezone.**\n\nReturns the Timezone with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"TimezoneRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"TimezoneFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[TimezoneOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TimezoneFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TimezoneSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"TimezoneOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneRead","kind":"OBJECT","description":"**Reads a Timezone.**\n\nReturns a Timezone with the specified ID. country field is an array of country objects.","fields":[{"name":"timezoneId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tzName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"offset","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Timezones","kind":"OBJECT","description":"**Queries for every Timezone.**\n\nReturns every Timezone that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[TimezoneRead]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"TimezoneOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"TimezoneSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"UnitDefault","kind":"OBJECT","description":"**Queries for a Measurement Unit.**\n\nReturns the Measurement Unit with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"MeasurementUnitDefaultRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"UserPermissionRead","kind":"OBJECT","description":"**Reads User Permissions**\n\nReturn a users set of specific permissions","fields":[{"name":"userPermissionId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resourceName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resource","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actionName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscriptionExpiredAllowed","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"limit","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dependencies","type":"JSON","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"UserRead","kind":"OBJECT","description":"**Reads a User**\n\nReturns a user with their sets of permissions and company associations.","fields":[{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"roleId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"role","type":"RoleRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"permissions","type":"[UserPermissionRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userCompanies","type":"[CompanyUserRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"language","type":"LanguageRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lastLoggedIn","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"locked","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"inCooldown","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companiesCount","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agent","type":"AgentRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"verified","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ignore2fa","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"termsAcceptedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"twoFactorEnabled","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Vehicle","kind":"OBJECT","description":"**Queries for a Vehicle.**\n\nReturns the Vehicle with the inserted ID.","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"VehicleRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"VehicleFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[VehicleOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[VehicleFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"VehicleSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"VehicleOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleRead","kind":"OBJECT","description":"**Reads a Vehicle.**\n\nReturns a Vehicle with the specified ID.","fields":[{"name":"vehicleId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"licensePlate","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Vehicles","kind":"OBJECT","description":"**Queries for every Vehicle.**\n\nReturns every Vehicle that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[VehicleRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"VehicleOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"VehicleSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ViesCheck","kind":"OBJECT","description":"**Queries for Vies Checking**\n\nCheck if the customer VAT is either valid or invalid","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"ViesCheckRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ViesCheckRead","kind":"OBJECT","description":"Returns ViesCheck Result","fields":[{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryCode","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Warehouse","kind":"OBJECT","description":"**Queries for a Warehouse.**\n\nReturns the Warehouse with the inserted ID.","fields":[{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"WarehouseRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseFilter","kind":"OBJECT","description":"**Filter Type Read**","fields":[{"name":"field","type":"WarehouseFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseMovementInfo","kind":"OBJECT","description":"","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"WarehouseMovementInfoRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseMovementInfoRead","kind":"OBJECT","description":"","fields":[{"name":"fromWarehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"toWarehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsMovedCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productsSetDefaultCnt","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseMovementRead","kind":"OBJECT","description":"**Warehouse stock movement**\n\nType is 0: document, 1: manual or 2: inter-warehouse.\n\nDirection is 0: entry, 1: exit, 2: inter-warehouse","fields":[{"name":"warehouseMovementId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"acc","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"wasFrom","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouse","type":"WarehouseRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stockMovement","type":"StockMovementRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseOptionsRead","kind":"OBJECT","description":"**Options Read**","fields":[{"name":"order","type":"[WarehouseOrder]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[WarehouseFilter]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"WarehouseSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"Pagination","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseOrder","kind":"OBJECT","description":"**Order Type Read**","fields":[{"name":"field","type":"WarehouseOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseRead","kind":"OBJECT","description":"**Reads a Warehouse.**\n\nReturns a Warehouse with the specified ID.","fields":[{"name":"warehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Flags if an item can be deleted If set to true, this item can't be deleted","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Warehouses","kind":"OBJECT","description":"**Queries for every Warehouse.**\n\nReturns every Warehouse that matches the selected parameters","fields":[{"name":"errors","type":"[Error]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"data","type":"[WarehouseRead!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"WarehouseOptionsRead","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseSearch","kind":"OBJECT","description":"**Search Type Read**","fields":[{"name":"field","type":"WarehouseSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"XLSXToken","kind":"OBJECT","description":"**XLSXToken Response**\n\nResponse for XLSXToken request.","fields":[{"name":"data","type":"XLSXTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"XLSXTokenRead","kind":"OBJECT","description":"**Reads a XLSX Token**","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"XMLToken","kind":"OBJECT","description":"","fields":[{"name":"data","type":"XMLTokenRead","description":"","isDeprecated":false,"deprecationReason":null},{"name":"errors","type":"[Error]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"XMLTokenRead","kind":"OBJECT","description":"","fields":[{"name":"token","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"path","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filename","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]}],"inputs":[{"name":"ActiveSubscriptionOptions","kind":"INPUT_OBJECT","description":"**Input ActiveSubscriptionOptions Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"AlternateAddressInsert","kind":"INPUT_OBJECT","description":"**Creates a Customer - Alternate Addresses**\nCreates an association between a customerId and a documentTypeId.","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"AlternateAddressUpdate","kind":"INPUT_OBJECT","description":"**Creates a Customer - Alternate Addresses**\nCreates an association between a customerId and a documentTypeId.","inputFields":[{"name":"alternateAddressId","type":"Int","description":"","isDeprecated":true,"deprecationReason":"Use code as identifier"},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATInventoryV1Options","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"dateEnd","type":"Date!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"format","type":"ATInventoryFormats!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATInventoryV2Options","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"costingMethod","type":"ATInventoryCostingMethods!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dateStart","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dateEnd","type":"Date!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"format","type":"ATInventoryFormats!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATSettingsUpdateInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoice","type":"Boolean","description":"Activate/Deactivate automatic invoice documents submission","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoiceIncludeCurrentMonth","type":"Boolean","description":"When activating automaticInvoice, this flag can be used to include documents from the start of this month","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoiceIncludePreviousMonth","type":"Boolean","description":"When activating automaticInvoice, this flag can be used to include documents from the start of the previous month","isDeprecated":false,"deprecationReason":null},{"name":"automaticTransport","type":"Boolean","description":"Activate/Deactivate automatic transport documents submission","isDeprecated":false,"deprecationReason":null},{"name":"automaticDocSets","type":"Boolean","description":"Activate/Deactivate automatic document sets submission","isDeprecated":false,"deprecationReason":null},{"name":"automaticInvoiceDelay","type":"Int","description":"Allows to deffer the submission of invoice documents by the given days. Max 5 days.","isDeprecated":false,"deprecationReason":null},{"name":"userId","type":"Int","description":"The AT user id, a positive integer number","isDeprecated":false,"deprecationReason":null},{"name":"password","type":"String","description":"The AT user password","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoDefault","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"bankingInfoId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoIdentTemplate","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"order","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoInsert","kind":"INPUT_OBJECT","description":"**Creates a new BankingInfo.**","inputFields":[{"name":"ordering","type":"Int","description":"**Deprecated:** It will be removed","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplateBankingInfos","type":"[BankingInfoIdentTemplate]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"associateWithCompany","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[BankingInfoOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"BankingInfoSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"BankingInfoOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"BankingInfoSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoUpdate","kind":"INPUT_OBJECT","description":"**Updates a BankingInfo.**\n\nUpdates the selected BankingInfo with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"bankingInfoId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"**Deprecated:** It will be removed","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplateBankingInfos","type":"[BankingInfoIdentTemplate]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"associateWithCompany","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"BankRemittanceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceInsert","kind":"INPUT_OBJECT","description":"**Creates a new BankRemittance.**","inputFields":[{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documents","type":"[Int]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[BankRemittanceOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[BankRemittanceFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"BankRemittanceSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"BankRemittanceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"BankRemittanceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceUpdate","kind":"INPUT_OBJECT","description":"**Updates a BankRemittance.**\nUpdates the selected BankRemittance with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"bankRemittanceId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"handled","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documents","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple BillsOfLadings**","inputFields":[{"name":"documents","type":"[BillsOfLadingInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"BillsOfLadingFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingInsert","kind":"INPUT_OBJECT","description":"**Creates a new BillsOfLadings**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime!","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[BillsOfLadingOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[BillsOfLadingFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"BillsOfLadingSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"BillsOfLadingOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"BillsOfLadingSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingUpdate","kind":"INPUT_OBJECT","description":"**Updates a BillsOfLading.**\n\nUpdates the selected BillsOfLading with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"CommissionsInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"reconciled","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommissionDocumentId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyBusinessAreaInput","kind":"INPUT_OBJECT","description":"Only send title if it's a suggestion, otherwise send only the businessAreaId.\nIf both are sent, the title will be ignored.\n\nIf the business area is \"Other\" and the user does not provide a suggestion title, send title and businessAreaId with null value.","inputFields":[{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessAreaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyDocumentTypeDefaultDocumentSetInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"documentSetId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CompanyFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CompanyOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CompanyFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CompanySearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CompanyOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CompanyRoleFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleInsert","kind":"INPUT_OBJECT","description":"**Creates a new Company Role.**","inputFields":[{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"permissions","type":"[CompanyRolePermissionInput]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CompanyRoleOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CompanyRoleFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CompanyRoleSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CompanyRoleOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRolePermissionInput","kind":"INPUT_OBJECT","description":"**Inserts a Company Role permission**","inputFields":[{"name":"resource","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allow","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CompanyRoleSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleUpdate","kind":"INPUT_OBJECT","description":"**Updates a Company Role.**\n\nUpdates the selected Company Role with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"roleId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"permissions","type":"[CompanyRolePermissionInput]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CompanySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySubscriptionFilterOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"CompanySubscriptionFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySubscriptionOptions","kind":"INPUT_OBJECT","description":"**Input options for query companySubscriptions**","inputFields":[{"name":"order","type":"[CompanySubscriptionOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CompanySubscriptionFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySubscriptionOrderOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"CompanySubscriptionOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUpdate","kind":"INPUT_OBJECT","description":"**Updates a Company.**\n\nUpdates the selected Company with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialRegistryNumber","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialRegistryOffice","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"capital","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isRetailerOrTSP","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateCountryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderAddress","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoicingEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoicingContact","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"decimalSeparator","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"thousandsSeparator","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"homepageShowGraphics","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showInactiveCustomers","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showInactiveProducts","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showCustomerDocumentSet","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sortCodesNumerically","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sendOverdueDocumentsNotifications","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertQtyAboveStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertNoStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertMinStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailAlertStockAddress","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailAlertNoStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailAlertMinStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentFooter","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCommercialInfoFooter","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCompanyInfoPos","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentFontType","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"numDecimalPlacesDocs","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowRelated","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showTotalHUD","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowClientPhone","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentDeliveryNoteShowValues","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentBillOfLadingShowValues","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentServiceNoteShowValues","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCustomerReturnNoteShowValues","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentLineShowPriceWithTaxes","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCustomerShowVATPrefix","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCompanyShowVATPrefix","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowCompanyNotes","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowProductSummary","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowProductIdentification","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentEstimateShowProductImages","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAlertLowPrice","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSupplierBuyChangesPrices","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentConfirmClose","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentShowProductUnitValueWithTaxes","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentPreserveNetValue","type":"Boolean","description":"","isDeprecated":true,"deprecationReason":"Use documentCalculationsMode instead"},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"forceNumCopies","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transportMovesStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transportDateNow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"conversionOriginalDate","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesDocsShowSalesperson","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityNextWeekday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityNoAutoWhenOptional","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"showProductRowsByDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img1","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentPrintModelId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createNewDocumentSetsEveryNewYear","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIReport","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAISettings","type":"CompanyTicketBAISettingsUpdate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksBySettings","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessAreas","type":"[CompanyBusinessAreaInput!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[Copies!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfoDefault","type":"[BankingInfoDefault!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypesDefaultDocumentSets","type":"[CompanyDocumentTypeDefaultDocumentSetInput!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"specialTaxSchemeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CompanyUserFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserInsert","kind":"INPUT_OBJECT","description":"**Creates a Company User**\n\nCreates a user with the given data.\nEmail has to be a valid email","inputFields":[{"name":"email","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"roleId","type":"Int","description":"Role of the user in the company If not sent, it will be the default companyAdmin role","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CompanyUserOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CompanyUserSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CompanyUserFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CompanyUserOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CompanyUserSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserUpdate","kind":"INPUT_OBJECT","description":"**Updates a Company User**\n\nUpdates the user with the submitted id, with the submitted data","inputFields":[{"name":"userId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"roleId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Copies","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CountryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CountryOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CountryFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CountrySearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CountryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountrySearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CountrySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple CreditNotes**","inputFields":[{"name":"documents","type":"[CreditNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CreditNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new CreditNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CreditNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CreditNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CreditNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CreditNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CreditNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a CreditNote.**\n\nUpdates the selected CreditNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationFilterOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"CurrencyDenominationFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"order","type":"[CurrencyDenominationOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CurrencyDenominationFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CurrencyDenominationSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationOrderOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"CurrencyDenominationOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationSearchOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"CurrencyDenominationSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CurrencyExchangeFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CurrencyExchangeOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CurrencyExchangeSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CurrencyExchangeFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CurrencyExchangeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CurrencyExchangeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CurrencyFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CurrencyOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CurrencyFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CurrencySearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CurrencyOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencySearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CurrencySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerDocumentTypeCopyInsert","kind":"INPUT_OBJECT","description":"**Creates a Customer - Document Type Copies**\n\nCreates an association between a customerId and a documentTypeId.","inputFields":[{"name":"copies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerDocumentTypeCopyUpdate","kind":"INPUT_OBJECT","description":"**Creates a Customer - Document Type Copies**\n\nCreates an association between a customerId and a documentTypeId.","inputFields":[{"name":"copies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CustomerFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerGdprEmailData","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"to","type":"MailAddress!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cc","type":"[MailAddress!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bcc","type":"[MailAddress!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"CustomerGdprEmailType!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CustomerHistoryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CustomerHistoryOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerHistoryFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CustomerHistoryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryXLSOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"type","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerInsert","kind":"INPUT_OBJECT","description":"**Creates a new Customer.**\n\nVisible is an integer that ranges from 0 to 1.","inputFields":[{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"Unique identifier","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"City","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentDay","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxId","type":"Int","description":"","isDeprecated":true,"deprecationReason":"Use taxes instead."},{"name":"taxes","type":"[CustomerTaxInsert!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[CustomerDocumentTypeCopyInsert!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddresses","type":"[AlternateAddressInsert!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CustomerOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CustomerSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CustomerOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CustomerRelatedDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CustomerRelatedDocumentsOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerRelatedDocumentsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CustomerRelatedDocumentsSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CustomerRelatedDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CustomerRelatedDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple CustomerReturnNotes**","inputFields":[{"name":"documents","type":"[CustomerReturnNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CustomerReturnNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new CustomerReturnNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime!","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[CustomerReturnNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomerReturnNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CustomerReturnNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CustomerReturnNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CustomerReturnNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a CustomerReturnNote.**\n\nUpdates the selected CustomerReturnNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CustomerSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerTaxInsert","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cumulative","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerUpdate","kind":"INPUT_OBJECT","description":"**Updates a Customer.**\n\nUpdates the selected Customer with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String","description":"Unique identifier","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"City","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentDay","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxId","type":"Int","description":"","isDeprecated":true,"deprecationReason":"Use taxes instead."},{"name":"createdAt","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[CustomerDocumentTypeCopyUpdate!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gdprNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gdprFile","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gdprFileOriginal","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddresses","type":"[AlternateAddressUpdate!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[CustomerTaxInsert!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"CustomFieldFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldInsert","kind":"INPUT_OBJECT","description":"**Creates a new CustomField.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"CustomFieldTypeEnum!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mandatory","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"printOnDocuments","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"[String!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"search","type":"CustomFieldSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[CustomFieldFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[CustomFieldOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"CustomFieldOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"CustomFieldSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldTypeOptions","kind":"INPUT_OBJECT","description":"**Reads a CustomFieldTypeOption.**","inputFields":[{"name":"optionId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldUpdate","kind":"INPUT_OBJECT","description":"**Updates a new CustomField.**","inputFields":[{"name":"customFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"CustomFieldTypeEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mandatory","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"printOnDocuments","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"options","type":"[CustomFieldTypeOptions!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple DebitNotes**","inputFields":[{"name":"documents","type":"[DebitNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DebitNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new DebitNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DebitNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DebitNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DebitNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DebitNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DebitNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a DebitNote.**\n\nUpdates the selected DebitNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DeliveryMethodFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodInsert","kind":"INPUT_OBJECT","description":"**Creates a new DeliveryMethod.**\n\nPayment Mode has to be one of the enum values.","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DeliveryMethodOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DeliveryMethodSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DeliveryMethodFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DeliveryMethodOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DeliveryMethodSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodUpdate","kind":"INPUT_OBJECT","description":"**Updates a DeliveryMethod.**\n\nUpdates the selected DeliveryMethod with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"deliveryMethodId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple DeliveryNotes**","inputFields":[{"name":"documents","type":"[DeliveryNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DeliveryNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new DeliveryNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime!","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DeliveryNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DeliveryNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DeliveryNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DeliveryNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DeliveryNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a DeliveryNote.**\n\nUpdates the selected DeliveryNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DocumentATCommunicationStatusFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DocumentATCommunicationStatusOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentATCommunicationStatusFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DocumentATCommunicationStatusOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATUpdate","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transportAtCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DocumentFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentLinkOptions","kind":"INPUT_OBJECT","description":"**Options Input**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateInsert","kind":"INPUT_OBJECT","description":"**Creates a new DocumentMailMessageTemplate.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"content","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DocumentMailMessageTemplateOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentMailMessageTemplateSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DocumentMailMessageTemplateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DocumentMailMessageTemplateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateUpdate","kind":"INPUT_OBJECT","description":"**Updates a DocumentMailMessageTemplate.**\n\nUpdates the selected DocumentMailMessageTemplate with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"documentMailMessageTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"content","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailOptions","kind":"INPUT_OBJECT","description":"**Input Document Mail Options**","inputFields":[{"name":"order","type":"[DocumentMailOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Document Mail Options**","inputFields":[{"name":"field","type":"DocumentMailOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DocumentOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DocumentOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPaymentMethodInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodName","type":"String","description":"This field is no longer used, it's value is ignored.\nPlease don't use it, it will be removed.","isDeprecated":false,"deprecationReason":null},{"name":"creditDocumentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DocumentPrintModelFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DocumentPrintModelOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentPrintModelFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentPrintModelSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DocumentPrintModelOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DocumentPrintModelSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductCustomFieldInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"customFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"optionId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"Discount value between 0 and 100 (percentage)","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveredQty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentProductTaxInput!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[DocumentProductCustomFieldInput!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierReference","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductSupplierInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveredQty","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedDocumentProductId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[DocumentProductTaxInput!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[DocumentProductCustomFieldInput!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentProductTaxInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cumulative","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DocumentSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DocumentSetATStatusFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DocumentSetATStatusOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentSetATStatusFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentSetATStatusSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DocumentSetATStatusOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DocumentSetATStatusSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeAssociationInsert","kind":"INPUT_OBJECT","description":"Deprecated. DocumentSetCreate now uses 'documentTypes' of type [DocumentSetDocumentTypeUpsert!]\n\n**Creates a Document Set - Document Type association**\n\nCreates an association between a documentSetId and a documentTypeId, with a set of Initial Numbers.\nIncludes the 'at' property, which is relevant for companies within the Portuguese fiscal zone.","inputFields":[{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumber","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"at","type":"DocumentSetDocumentTypeATUpsert","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeAssociationUpdate","kind":"INPUT_OBJECT","description":"Deprecated. DocumentSetUpdate now uses 'documentTypes' of type [DocumentSetDocumentTypeUpsert!]\n\n**Updates a Document Set - Document Type association.**\n\nIncludes the 'at' property, which is relevant for companies within the Portuguese fiscal zone.","inputFields":[{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumber","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"at","type":"DocumentSetDocumentTypeATUpsert","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeATUpsert","kind":"INPUT_OBJECT","description":"Config for the document set document type AT item All the data is required since, when used through a DocumentSetUpdate, all the previously saved lines are dropped and the sent ones saved This input is only relevant to companies within the Portuguese fiscal zone.","inputFields":[{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"state","type":"DocumentSetDocumentTypeATState!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isAutomatic","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeUpsert","kind":"INPUT_OBJECT","description":"**Upsert association between document sets and document types**\n\nIncludes the 'at' property for companies in the Portuguese fiscal zone.\nKeep in mind this is an \"upsert\". All document type associations to the document set will be deleted and the sent ones will stay. So all associations need to always be sent in the DocumentSetCreate or DocumentSetUpdate.","inputFields":[{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumber","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"at","type":"DocumentSetDocumentTypeATUpsert","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DocumentSetFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetInsert","kind":"INPUT_OBJECT","description":"**Creates a new DocumentSet.**\n\nVisible is an integer that ranges from 0 to 1.","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identTemplateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksBySettings","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksByDocumentType","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypes","type":"[DocumentSetDocumentTypeUpsert!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumbers","type":"[DocumentSetDocumentTypeAssociationInsert!]","description":"","isDeprecated":true,"deprecationReason":"Use documentTypes instead"}]},{"name":"DocumentSetOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DocumentSetOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentSetFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentSetSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DocumentSetOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DocumentSetSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetUpdate","kind":"INPUT_OBJECT","description":"**Updates a DocumentSet.**\n\nUpdates the selected DocumentSet with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"documentSetId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identTemplateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksBySettings","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetsLocksByDocumentType","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypes","type":"[DocumentSetDocumentTypeUpsert!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"initialNumbers","type":"[DocumentSetDocumentTypeAssociationUpdate!]","description":"","isDeprecated":true,"deprecationReason":"Use documentTypes instead"}]},{"name":"DocumentTypeFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"DocumentTypeFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[DocumentTypeOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"DocumentTypeSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[DocumentTypeFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"DocumentTypeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"DocumentTypeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeInsert","kind":"INPUT_OBJECT","description":"**Creates a new EconomicActivityClassificationCode.**","inputFields":[{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[EconomicActivityClassificationCodeOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"EconomicActivityClassificationCodeSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"EconomicActivityClassificationCodeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"EconomicActivityClassificationCodeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeUpdate","kind":"INPUT_OBJECT","description":"**Updates a EconomicActivityClassificationCode.**\n\nUpdates the selected EconomicActivityClassificationCode with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"economicActivityClassificationCodeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple Estimates**","inputFields":[{"name":"documents","type":"[EstimateInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"EstimateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateInsert","kind":"INPUT_OBJECT","description":"**Creates a new Estimates**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[EstimateOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[EstimateFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"EstimateSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"EstimateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"EstimateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateUpdate","kind":"INPUT_OBJECT","description":"**Updates a Estimate.**\n\nUpdates the selected Estimate with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"EventActionInput","kind":"INPUT_OBJECT","description":"**Updates or creates an event action**\n\nSend email (action = 0): Provide action Int and fields with recipient and subject strings.\n\nCreate document (action = 1): Provide action Int and fields with documentTypeId, documentId, customerId, supplierId, targetDocumentType, shouldClose, and optional recipientName, recipientEmail, message.","inputFields":[{"name":"action","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fields","type":"JSON!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"EventFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventInput","kind":"INPUT_OBJECT","description":"**Creates a new event**\n\nPayment Mode has to be one of the enum values.","inputFields":[{"name":"eventId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDraft","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isHandled","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetition","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetitionValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySunday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyMonday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyTuesday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyWednesday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyThursday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyFriday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySaturday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"monthlyValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventActions","type":"[EventActionInput!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventInsert","kind":"INPUT_OBJECT","description":"**Creates a new event**\n\nInserts a new event with the specified configuration.","inputFields":[{"name":"isDraft","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventDate","type":"Date!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetition","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetitionValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySunday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyMonday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyTuesday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyWednesday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyThursday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyFriday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySaturday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"monthlyValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventActions","type":"[EventActionInput!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[EventOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"EventSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[EventFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"EventOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"EventSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventUpdate","kind":"INPUT_OBJECT","description":"**Updates an event**\n\nUpdates the selected event with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"isDraft","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetition","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetitionValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySunday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyMonday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyTuesday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyWednesday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyThursday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklyFriday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"weeklySaturday","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"monthlyValue","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventActions","type":"[EventActionInput]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneTaxSettingsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"FiscalZoneTaxSettingsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"FiscalZoneTaxSettingsComparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneTaxSettingsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[FiscalZoneTaxSettingsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"GeographicZoneFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneInsert","kind":"INPUT_OBJECT","description":"**Creates a new Geographic Zone.**\n\nVisible is an integer that ranges from 0 to 1.","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[GeographicZoneOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[GeographicZoneFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"GeographicZoneSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"GeographicZoneOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"GeographicZoneSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneUpdate","kind":"INPUT_OBJECT","description":"**Updates a Geographic Zone.**\n\nUpdates the selected Geographic Zone with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"geographicZoneId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GetNextCustomerNumberOptions","kind":"INPUT_OBJECT","description":"**GetNextCustomerNumberOptions Read**","inputFields":[{"name":"filter","type":"[CustomerFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"CustomerSearchOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"HookFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookInsert","kind":"INPUT_OBJECT","description":"**Creates a new Hook**","inputFields":[{"name":"model","type":"HookModelField","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operation","type":"HookOperationField","description":"","isDeprecated":false,"deprecationReason":null},{"name":"url","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[HookOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[HookFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"HookSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"HookOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"HookSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookUpdate","kind":"INPUT_OBJECT","description":"**Updates a Hook.**","inputFields":[{"name":"hookId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"model","type":"HookModelField","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operation","type":"HookOperationField","description":"","isDeprecated":false,"deprecationReason":null},{"name":"url","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateBankingInfoInsert","kind":"INPUT_OBJECT","description":"**Creates a IdentTemplate - IdentTemplate Banking info association**\n\nCreates an association between a identTemplateId and a bankingInfoId","inputFields":[{"name":"order","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfoId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateBankingInfoUpsert","kind":"INPUT_OBJECT","description":"**Updates or Creates a IdentTemplateBankingInfo**\n\nTakes the inserted data and checks if that identTemplateId/bankingInfoId pair exists. If it does, it's updated with the new data. If it doesn't exist, it's created.","inputFields":[{"name":"identTemplateBankingInfoId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identTemplateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfoId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"IdentificationTemplateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateInsert","kind":"INPUT_OBJECT","description":"**Creates a new IdentTemplate.**\n\nPayment Mode has to be one of the enum values.","inputFields":[{"name":"templateName","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessName","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentFooter","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderAddress","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCompanyShowVATPrefix","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfo","type":"[IdentificationTemplateBankingInfoInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[IdentificationTemplateOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"IdentificationTemplateSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[IdentificationTemplateFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"IdentificationTemplateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"IdentificationTemplateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateUpdate","kind":"INPUT_OBJECT","description":"**Updates a IdentTemplate.**\n\nUpdates the selected IdentTemplate with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"identTemplateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"templateName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentFooter","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderAddress","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCompanyShowVATPrefix","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfo","type":"[IdentificationTemplateBankingInfoUpsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple Invoices**","inputFields":[{"name":"documents","type":"[InvoiceInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"InvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceInsert","kind":"INPUT_OBJECT","description":"**Creates a new Invoices**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[InvoiceOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[InvoiceFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"InvoiceSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"InvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple InvoiceReceipts**","inputFields":[{"name":"documents","type":"[InvoiceReceiptInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"InvoiceReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptInsert","kind":"INPUT_OBJECT","description":"**Creates a new InvoiceReceipts**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]!","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[InvoiceReceiptOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[InvoiceReceiptFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"InvoiceReceiptSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"InvoiceReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"InvoiceReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptUpdate","kind":"INPUT_OBJECT","description":"**Updates a InvoiceReceipt.**\n\nUpdates the selected InvoiceReceipt with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"InvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceUpdate","kind":"INPUT_OBJECT","description":"**Updates a Invoice.**\n\nUpdates the selected Invoice with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelExportField","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"img","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lines","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"strikethrough","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"LabelTemplateFieldName!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pos","type":"LabelTemplateFieldPosition!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","type":"LabelTemplateFieldSize!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelExportPDFOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"entity","type":"EntityEnum!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"collate","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fields","type":"[LabelExportField!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"numLabels","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[LabelExportProduct!]!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentName","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelExportProduct","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"qty","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateFieldInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"name","type":"LabelTemplateFieldName!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pos","type":"LabelTemplateFieldPosition!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","type":"LabelTemplateFieldSize!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"strikethrough","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lines","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateFilter","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"LabelTemplateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateInsert","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"collate","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fields","type":"[LabelTemplateFieldInput!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"filter","type":"[LabelTemplateFilter!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[LabelTemplateOrder!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"LabelTemplateSearch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateOrder","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"LabelTemplateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateSearch","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"LabelTemplateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateUpdate","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"collate","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fields","type":"[LabelTemplateFieldInput!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"LanguageFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[LanguageOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"LanguageSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[LanguageFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"LanguageOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"LanguageSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockMovementFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"ListStockMovementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockMovementOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[ProductOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ListStockMovementFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"StockMovementsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockTotalsOptions","kind":"INPUT_OBJECT","description":"**Input list totals options**","inputFields":[{"name":"filter","type":"[ListStockMovementFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"StockMovementsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"relatedId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[LogOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"LogOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogUUIDOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"relatedId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[LogOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MailAddress","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MailData","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"to","type":"MailAddress!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cc","type":"[MailAddress!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bcc","type":"[MailAddress!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"attachment","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"message","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MaturityDateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateInsert","kind":"INPUT_OBJECT","description":"**Creates a new Maturity Date.**\n\nVisible is an integer that ranges from 0 to 1.","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"days","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MaturityDateOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MaturityDateFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MaturityDateSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MaturityDateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MaturityDateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateUpdate","kind":"INPUT_OBJECT","description":"**Updates a Maturity Date.**\n\nUpdates the selected Maturity Date with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"maturityDateId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"days","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityFilterOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"MeActivityFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MeActivityFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[MeActivityOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityOrderOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"MeActivityOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MeasurementUnitDefaultFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MeasurementUnitDefaultOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MeasurementUnitDefaultFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MeasurementUnitDefaultSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MeasurementUnitDefaultOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MeasurementUnitDefaultSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MeasurementUnitFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitImport","kind":"INPUT_OBJECT","description":"**Imports a new MeasurementUnit.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitUNECERId","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitInsert","kind":"INPUT_OBJECT","description":"**Creates a new MeasurementUnit.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitUNECERId","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MeasurementUnitOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MeasurementUnitFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MeasurementUnitSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MeasurementUnitOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MeasurementUnitSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitUpdate","kind":"INPUT_OBJECT","description":"**Updates a MeasurementUnit.**\n\nUpdates the selected MeasurementUnit with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"measurementUnitId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitUNECERId","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeCreatePassword","kind":"INPUT_OBJECT","description":"**Create password for the current user**\n\nCreate first password for the current user","inputFields":[{"name":"pwd","type":"String!","description":"New password","isDeprecated":false,"deprecationReason":null}]},{"name":"MeUpdate","kind":"INPUT_OBJECT","description":"**Updates the current user**\n\nUpdates the current user with the submitted data","inputFields":[{"name":"currentPwd","type":"String","description":"The current password, required to change some fields","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"The email Required to also send currentPwd","isDeprecated":false,"deprecationReason":null},{"name":"pwd","type":"String","description":"The new password Required to also send currentPwd","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"The new avatar, or null to clear it","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"roleId","type":"Int","description":"","isDeprecated":true,"deprecationReason":"Not used"},{"name":"permissions","type":"[UserPermissionUpsert!]","description":"","isDeprecated":true,"deprecationReason":"Not used"},{"name":"companyId","type":"Int","description":"","isDeprecated":true,"deprecationReason":"Not used"}]},{"name":"MigratedCreditNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedCreditNotes**","inputFields":[{"name":"documents","type":"[MigratedCreditNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedCreditNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedCreditNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedCreditNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedCreditNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedCreditNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedCreditNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedCreditNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedCreditNote.**\n\nUpdates the selected MigratedCreditNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedDebitNotes**","inputFields":[{"name":"documents","type":"[MigratedDebitNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedDebitNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedDebitNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedDebitNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedDebitNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedDebitNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedDebitNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedDebitNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedDebitNote.**\n\nUpdates the selected MigratedDebitNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedEstimates**","inputFields":[{"name":"documents","type":"[MigratedEstimateInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedEstimateFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedEstimates**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedEstimateOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedEstimateFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedEstimateSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedEstimateOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedEstimateSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedEstimate.**\n\nUpdates the selected MigratedEstimate with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedInvoices**","inputFields":[{"name":"documents","type":"[MigratedInvoiceInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedInvoices**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedInvoiceOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedInvoiceFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedInvoiceSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedInvoiceReceipts**","inputFields":[{"name":"documents","type":"[MigratedInvoiceReceiptInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedInvoiceReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedInvoiceReceipts**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedInvoiceReceiptOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedInvoiceReceiptFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedInvoiceReceiptSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedInvoiceReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedInvoiceReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedInvoiceReceipt.**\n\nUpdates the selected MigratedInvoiceReceipt with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedInvoice.**\n\nUpdates the selected MigratedInvoice with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedPurchaseOrders**","inputFields":[{"name":"documents","type":"[MigratedPurchaseOrderInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedPurchaseOrderFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedPurchaseOrders**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"MigratedPurchaseOrderMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedPurchaseOrderOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedPurchaseOrderFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedPurchaseOrderSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedPurchaseOrderOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedPurchaseOrderSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedPurchaseOrder.**\n\nUpdates the selected MigratedPurchaseOrder with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"MigratedReceiptBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedReceipts**","inputFields":[{"name":"documents","type":"[MigratedReceiptInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedReceipts**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedReceiptOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedReceiptFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedReceiptSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedReceipt.**\n\nUpdates the selected MigratedReceipt with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple MigratedSimplifiedInvoices**","inputFields":[{"name":"documents","type":"[MigratedSimplifiedInvoiceInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"MigratedSimplifiedInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceInsert","kind":"INPUT_OBJECT","description":"**Creates a new MigratedSimplifiedInvoices**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"MigratedSimplifiedInvoiceMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[MigratedSimplifiedInvoiceOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[MigratedSimplifiedInvoiceFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"MigratedSimplifiedInvoiceSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"MigratedSimplifiedInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"MigratedSimplifiedInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceUpdate","kind":"INPUT_OBJECT","description":"**Updates a MigratedSimplifiedInvoice.**\n\nUpdates the selected MigratedSimplifiedInvoice with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents (indicates data migration state)","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"NotificationFilterOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"NotificationFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"userOnly","type":"Boolean","description":"If true, only the user notifications are returned The notifications from associated companies are ignored","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[NotificationFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[NotificationOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationOrderOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"field","type":"NotificationOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaginationOptions","kind":"INPUT_OBJECT","description":"**Pagination options**","inputFields":[{"name":"page","type":"Int!","description":"Page where pagination starts","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Int!","description":"Number of elements per page","isDeprecated":false,"deprecationReason":null}]},{"name":"PartnerProposalInsert","kind":"INPUT_OBJECT","description":"**Creates a new PartnerProposal.**\n\nVisible is an integer that ranges from 0 to 1.","inputFields":[{"name":"acceptsPublication","type":"Boolean!","description":"Accepts Publication, if true represents that it accepts publication","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accountManagerName","type":"String!","description":"Account Manager Name","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String!","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String!","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String!","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img1","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportMail","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportPhone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"partnerId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PartnerProposalUpdate","kind":"INPUT_OBJECT","description":"**Updates a PartnerProposal.**\n\nUpdates the selected PartnerProposal with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"partnerProposalId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"acceptsPublication","type":"Boolean","description":"Accepts Publication, if true represents that it accepts publication","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"accountManagerName","type":"String","description":"Account Manager Name","isDeprecated":false,"deprecationReason":null},{"name":"description","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"Vat Number","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"Address","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"Zip postal code","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img1","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportMail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"clientSupportPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"partnerId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PaymentMethodFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodInsert","kind":"INPUT_OBJECT","description":"**Creates a new PaymentMethod.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fixedCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PaymentMethodOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PaymentMethodFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PaymentMethodSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PaymentMethodOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"PaymentMethodSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodUpdate","kind":"INPUT_OBJECT","description":"**Updates a PaymentMethod.**\n\nUpdates the selected PaymentMethod with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"paymentMethodId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fixedCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple PaymentReturns**","inputFields":[{"name":"documents","type":"[PaymentReturnInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PaymentReturnFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnInsert","kind":"INPUT_OBJECT","description":"**Creates a new PaymentReturns**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PaymentReturnOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PaymentReturnFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PaymentReturnSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PaymentReturnOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"PaymentReturnSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnUpdate","kind":"INPUT_OBJECT","description":"**Updates a PaymentReturn.**\n\nUpdates the selected PaymentReturn with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PossibleDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PossibleDocumentsOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PossibleDocumentsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PossibleDocumentsSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PossibleDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"PossibleDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassApply","kind":"INPUT_OBJECT","description":"**Applies a PriceClass.**","inputFields":[{"name":"allProducts","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryIds","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productIds","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerIds","type":"[Int]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassDuplicate","kind":"INPUT_OBJECT","description":"**Applies a PriceClass.**\n\nOperator 1: New values\n\nOperator 2: Values based on original","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"originalPriceClassId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"percentage","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operator","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PriceClassFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassInsert","kind":"INPUT_OBJECT","description":"**Creates a new PriceClass.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PriceClassOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PriceClassFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PriceClassSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PriceClassOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"PriceClassSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassUpdate","kind":"INPUT_OBJECT","description":"**Updates a PriceClass.**\n\nUpdates the selected PriceClass with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"priceClassId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceWithTaxesOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"fiscalZone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entity","type":"EntityEnum!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductATInsert","kind":"INPUT_OBJECT","description":"AT product attributes","inputFields":[{"name":"productType","type":"ProductATType!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductATUpdate","kind":"INPUT_OBJECT","description":"AT product attributes","inputFields":[{"name":"productType","type":"ProductATType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"ProductCategoryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryImport","kind":"INPUT_OBJECT","description":"**Creates a new ProductCategory.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posVisible","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"child","type":"[ProductCategoryInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryInsert","kind":"INPUT_OBJECT","description":"**Creates a new ProductCategory.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posVisible","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"child","type":"[ProductCategoryInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[ProductCategoryOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ProductCategorySearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProductCategoryFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"ProductCategoryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategorySearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"ProductCategorySearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryUpdate","kind":"INPUT_OBJECT","description":"**Updates a ProductCategory.**\n\nUpdates the selected ProductCategory with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"productCategoryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posVisible","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCustomField","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"customFieldId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"ProductDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[ProductDocumentsOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProductDocumentsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"ProductDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"ProductFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductIdentification","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"type","type":"ProductIdentificationType!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"favorite","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"text","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductInsert","kind":"INPUT_OBJECT","description":"**Creates a new Product.**","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posFavorite","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnExport","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"variants","type":"[ProductVariantInsert!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentification!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[ProductCustomField!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","type":"[ProductPriceClassAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","type":"[ProductWarehouseInsertAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers","type":"[ProductSupplierAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[ProductTaxAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productAT","type":"ProductATInsert","description":"Used for specific AT product attributes","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[ProductOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProductFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ProductSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"includeVariants","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"ProductOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductPriceClassAssociation","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"priceClassId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"ProductSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductSupplierAssociation","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"supplierId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"costPrice","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductTaxAssociation","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cumulative","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductUpdate","kind":"INPUT_OBJECT","description":"**Updates a Product.**\n\nUpdates the selected Product with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posFavorite","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnExport","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAIExemptionReasonCode","type":"TicketBAIExemptionReasonEnum","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"variants","type":"[ProductVariantUpdate!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentification!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","type":"[ProductCustomField!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","type":"[ProductPriceClassAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","type":"[ProductWarehouseUpdateAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers","type":"[ProductSupplierAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[ProductTaxAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productAT","type":"ProductATUpdate","description":"Used for specific AT product attributes","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductVariantInsert","kind":"INPUT_OBJECT","description":"**Creates a new Variant Product.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentification!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","type":"[ProductPriceClassAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","type":"[ProductWarehouseInsertAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyPairs","type":"[ProductVariantPropertyPairsAssociation!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductVariantPropertyPairsAssociation","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"propertyId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyValueId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductVariantUpdate","kind":"INPUT_OBJECT","description":"**Updates a Product Variant.**","inputFields":[{"name":"productId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"img","type":"Upload","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyPairs","type":"[ProductVariantPropertyPairsAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications","type":"[ProductIdentification!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","type":"[ProductPriceClassAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","type":"[ProductWarehouseUpdateAssociation!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductWarehouseInsertAssociation","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"warehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductWarehouseUpdateAssociation","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"warehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"ProfitMarginsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[ProfitMarginsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[ProfitMarginsOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"ProfitMarginsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"ProfitMarginsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsTotalsOptions","kind":"INPUT_OBJECT","description":"**Input totals Options**","inputFields":[{"name":"filter","type":"[ProfitMarginsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"ProfitMarginsListType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple ProFormaInvoices**","inputFields":[{"name":"documents","type":"[ProFormaInvoiceInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"ProFormaInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceInsert","kind":"INPUT_OBJECT","description":"**Creates a new ProFormaInvoices**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[ProFormaInvoiceOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ProFormaInvoiceFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ProFormaInvoiceSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"ProFormaInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"ProFormaInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceUpdate","kind":"INPUT_OBJECT","description":"**Updates a ProFormaInvoice.**\n\nUpdates the selected ProFormaInvoice with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PropertyGroupFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupInsert","kind":"INPUT_OBJECT","description":"**Creates a new Property Group.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"properties","type":"[PropertyInsert!]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PropertyGroupOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PropertyGroupFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PropertyGroupSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PropertyGroupOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"PropertyGroupSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupUpdate","kind":"INPUT_OBJECT","description":"**Updates a PropertyGroup.**\n\nUpdates the selected PropertyGroup with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"propertyGroupId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"properties","type":"[PropertyUpdate!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyInsert","kind":"INPUT_OBJECT","description":"**Creates a new Property.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"values","type":"[PropertyValueInsert]!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyUpdate","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"propertyId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"values","type":"[PropertyValueUpdate!]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyValueInsert","kind":"INPUT_OBJECT","description":"**Creates a new Property Value.**","inputFields":[{"name":"code","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyValueUpdate","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"propertyValueId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple PurchaseOrders**","inputFields":[{"name":"documents","type":"[PurchaseOrderInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PurchaseOrderFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderInsert","kind":"INPUT_OBJECT","description":"**Creates a new PurchaseOrders**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PurchaseOrderOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchaseOrderFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PurchaseOrderSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PurchaseOrderOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"PurchaseOrderSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderUpdate","kind":"INPUT_OBJECT","description":"**Updates a PurchaseOrder.**\n\nUpdates the selected PurchaseOrder with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple PurchaseRecurringAgreements**","inputFields":[{"name":"documents","type":"[PurchaseRecurringAgreementInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PurchaseRecurringAgreementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementInsert","kind":"INPUT_OBJECT","description":"**Creates a new PurchaseRecurringAgreements**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"event","type":"EventInput","description":"Single recurring event. Deprecated in favor of events array","isDeprecated":true,"deprecationReason":"Use events instead"},{"name":"events","type":"[EventInput]","description":"Scheduled recurring events associated with this document","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int!","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"PurchaseRecurringAgreementMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PurchaseRecurringAgreementOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchaseRecurringAgreementFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"PurchaseRecurringAgreementSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PurchaseRecurringAgreementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"PurchaseRecurringAgreementSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementUpdate","kind":"INPUT_OBJECT","description":"**Updates a PurchaseRecurringAgreement.**\n\nUpdates the selected PurchaseRecurringAgreement with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"event","type":"EventInput","description":"Single recurring event. Deprecated in favor of events array","isDeprecated":true,"deprecationReason":"Use events instead"},{"name":"events","type":"[EventInput]","description":"Scheduled recurring events associated with this document","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"PurchasesAnalysisFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PurchasesAnalysisFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PurchasesAnalysisOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesAnalysisFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PurchasesAnalysisOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[PurchasesAnalysisFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisXLSOptions","kind":"INPUT_OBJECT","description":"**XLS Input Options**","inputFields":[{"name":"type","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"if type is 'purchasesAnalysisByDate'","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"if type is 'purchasesAnalysisByProduct' or 'purchasesAnalysisByDate'","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"if type is 'purchasesAnalysisByProductCategory'","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PurchasesPendingListFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PurchasesPendingListOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesPendingListFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PurchasesPendingListOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[PurchasesPendingListFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"PurchasesStatementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PurchasesStatementOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesStatementFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"PurchasesStatementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[PurchasesStatementOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[PurchasesStatementFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple Receipts**","inputFields":[{"name":"documents","type":"[ReceiptInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"ReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptInsert","kind":"INPUT_OBJECT","description":"**Creates a new Receipts**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]!","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[ReceiptOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[ReceiptFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"ReceiptSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"ReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"ReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptUpdate","kind":"INPUT_OBJECT","description":"**Updates a Receipt.**\n\nUpdates the selected Receipt with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Document Mail Recipient Read**","inputFields":[{"name":"field","type":"RecipientFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientOptions","kind":"INPUT_OBJECT","description":"**Input Document Mail Recipient Options**","inputFields":[{"name":"order","type":"[RecipientOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[RecipientFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"RecipientSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Document Mail Recipient Read**","inputFields":[{"name":"field","type":"RecipientOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Document Mail Recipient Read**","inputFields":[{"name":"field","type":"RecipientSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple RecurringAgreements**","inputFields":[{"name":"documents","type":"[RecurringAgreementInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"RecurringAgreementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementInsert","kind":"INPUT_OBJECT","description":"**Creates a new RecurringAgreements**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"event","type":"EventInput","description":"Single recurring event. Deprecated in favor of events array","isDeprecated":true,"deprecationReason":"Use events instead"},{"name":"events","type":"[EventInput]","description":"Scheduled recurring events associated with this document","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[RecurringAgreementOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[RecurringAgreementFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"RecurringAgreementSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"RecurringAgreementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"RecurringAgreementSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementUpdate","kind":"INPUT_OBJECT","description":"**Updates a RecurringAgreement.**\n\nUpdates the selected RecurringAgreement with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"event","type":"EventInput","description":"Single recurring event. Deprecated in favor of events array","isDeprecated":true,"deprecationReason":"Use events instead"},{"name":"events","type":"[EventInput]","description":"Scheduled recurring events associated with this document","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":false,"deprecationReason":null},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":false,"deprecationReason":null}]},{"name":"RelatedDocumentInput","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"relatedDocumentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"RetentionFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionInsert","kind":"INPUT_OBJECT","description":"**Creates a new Retention.**","inputFields":[{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[RetentionOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[RetentionFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"RetentionSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"RetentionOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"RetentionSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionUpdate","kind":"INPUT_OBJECT","description":"**Updates a Retention.**\n\nUpdates the selected Retention with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"retentionId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RoleAllowsPermission","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"resource","type":"AuthResource!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"AuthAction!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SAFTOptions","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"dateStart","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dateEnd","type":"DateTime!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalesAnalysisFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalesAnalysisOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesAnalysisFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalesAnalysisOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[SalesAnalysisFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisXLSOptions","kind":"INPUT_OBJECT","description":"**XLS Input Options**","inputFields":[{"name":"type","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"Date","description":"if type is 'salesAnalysisByDate'","isDeprecated":false,"deprecationReason":null},{"name":"productId","type":"Int","description":"if type is 'salesAnalysisByProduct' or 'salesAnalysisByDate'","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","type":"Int","description":"if type is 'salesAnalysisByProductCategory'","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalesPendingListFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalesPendingListOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesPendingListFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalesPendingListOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[SalesPendingListFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalespersonCommissionsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsOptions","kind":"INPUT_OBJECT","description":"**SalespersonCommissions Input Options**","inputFields":[{"name":"filter","type":"[SalespersonCommissionsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"order","type":"[SalespersonCommissionsOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"search: SalespersonCommissionsSearchOptions","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsOrderOptions","kind":"INPUT_OBJECT","description":"**Order input options**","inputFields":[{"name":"field","type":"SalespersonCommissionsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalespersonFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonInsert","kind":"INPUT_OBJECT","description":"**Creates a new Salesperson.**","inputFields":[{"name":"vat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"baseCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCopies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalespersonOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SalespersonSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalespersonOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SalespersonPayments**","inputFields":[{"name":"documents","type":"[SalespersonPaymentInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentCommissionsOptions","kind":"INPUT_OBJECT","description":"**Input Salesperson Payment Commissions Options**","inputFields":[{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalespersonPaymentFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentInsert","kind":"INPUT_OBJECT","description":"**Creates a new SalespersonPayments**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int!","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"commissions","type":"[CommissionsInput]!","description":"Commission breakdown per salesperson for this document","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalespersonPaymentOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonPaymentFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SalespersonPaymentSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalespersonPaymentOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SalespersonPaymentSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentUpdate","kind":"INPUT_OBJECT","description":"**Updates a SalespersonPayment.**\n\nUpdates the selected SalespersonPayment with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"commissions","type":"[CommissionsInput]","description":"Commission breakdown per salesperson for this document","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalespersonRelatedDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalespersonRelatedDocumentsOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonRelatedDocumentsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SalespersonRelatedDocumentsSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalespersonRelatedDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SalespersonRelatedDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SalespersonSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryExportOptions","kind":"INPUT_OBJECT","description":"**Export Options**","inputFields":[{"name":"type","type":"SalespersonsPaymentsHistoryExportTypes!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"required if type is 'salespersonsPaymentsHistoryBySalespersonSingle'","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalespersonsPaymentsHistoryFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalespersonsPaymentsHistoryOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonsPaymentsHistoryFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalespersonsPaymentsHistoryOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[SalespersonsPaymentsHistoryFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingExportOptions","kind":"INPUT_OBJECT","description":"**Export Options**","inputFields":[{"name":"type","type":"SalespersonsPaymentsPendingExportTypes!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"required if type is 'salespersonsPaymentsPendingBySalespersonSingle'","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalespersonsPaymentsPendingFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalespersonsPaymentsPendingOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalespersonsPaymentsPendingFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalespersonsPaymentsPendingOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[SalespersonsPaymentsPendingFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonUpdate","kind":"INPUT_OBJECT","description":"**Updates a Salesperson.**\n\nUpdates the selected Salesperson with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"salespersonId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"baseCommission","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCopies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SalesStatementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalesStatementOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesStatementFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SalesStatementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementTotalsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SalesStatementOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SalesStatementFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SettlementNotes**","inputFields":[{"name":"documents","type":"[SettlementNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SettlementNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new SettlementNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int!","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SettlementNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SettlementNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SettlementNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SettlementNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SettlementNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a SettlementNote.**\n\nUpdates the selected SettlementNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set. Assigned automatically on creation","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SimplifiedInvoices**","inputFields":[{"name":"documents","type":"[SimplifiedInvoiceInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SimplifiedInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceInsert","kind":"INPUT_OBJECT","description":"**Creates a new SimplifiedInvoices**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int!","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]!","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SimplifiedInvoiceMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SimplifiedInvoiceOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SimplifiedInvoiceFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SimplifiedInvoiceSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SimplifiedInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SimplifiedInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceUpdate","kind":"INPUT_OBJECT","description":"**Updates a SimplifiedInvoice.**\n\nUpdates the selected SimplifiedInvoice with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","type":"Float","description":"Financial discount percentage applied for early payment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SingleBankRemittanceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SpecialTaxSchemeFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SpecialTaxSchemeOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SpecialTaxSchemeFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SpecialTaxSchemeSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SpecialTaxSchemeOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SpecialTaxSchemeSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"StockMovementFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementManualInsert","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unitPrice","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[StockMovementOrderOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[StockMovementFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"StockMovementOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementWarehouseTransferInsert","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"productId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fromWarehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"toWarehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"qty","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SupplierBillsOfLadings**","inputFields":[{"name":"documents","type":"[SupplierBillsOfLadingInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SupplierBillsOfLadingFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingInsert","kind":"INPUT_OBJECT","description":"**Creates a new SupplierBillsOfLadings**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int!","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SupplierBillsOfLadingMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SupplierBillsOfLadingOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierBillsOfLadingFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierBillsOfLadingSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SupplierBillsOfLadingOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SupplierBillsOfLadingSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingUpdate","kind":"INPUT_OBJECT","description":"**Updates a SupplierBillsOfLading.**\n\nUpdates the selected SupplierBillsOfLading with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SupplierCreditNoteBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SupplierCreditNotes**","inputFields":[{"name":"documents","type":"[SupplierCreditNoteInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SupplierCreditNoteFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteInsert","kind":"INPUT_OBJECT","description":"**Creates a new SupplierCreditNotes**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int!","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SupplierCreditNoteOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierCreditNoteFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierCreditNoteSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SupplierCreditNoteOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SupplierCreditNoteSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteUpdate","kind":"INPUT_OBJECT","description":"**Updates a SupplierCreditNote.**\n\nUpdates the selected SupplierCreditNote with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierDocumentTypeCopyAssociation","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"copies","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SupplierFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInsert","kind":"INPUT_OBJECT","description":"**Creates a new Supplier.**","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[SupplierDocumentTypeCopyAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[CustomerTaxInsert!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SupplierInvoices**","inputFields":[{"name":"documents","type":"[SupplierInvoiceInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SupplierInvoiceFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceInsert","kind":"INPUT_OBJECT","description":"**Creates a new SupplierInvoices**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int!","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SupplierInvoiceMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SupplierInvoiceOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierInvoiceFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierInvoiceSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SupplierInvoiceOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SupplierInvoiceSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceUpdate","kind":"INPUT_OBJECT","description":"**Updates a SupplierInvoice.**\n\nUpdates the selected SupplierInvoice with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SupplierOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SupplierOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SupplierOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SupplierPurchaseOrders**","inputFields":[{"name":"documents","type":"[SupplierPurchaseOrderInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SupplierPurchaseOrderFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderInsert","kind":"INPUT_OBJECT","description":"**Creates a new SupplierPurchaseOrders**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductSupplierInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SupplierPurchaseOrderMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SupplierPurchaseOrderOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierPurchaseOrderFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierPurchaseOrderSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SupplierPurchaseOrderOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SupplierPurchaseOrderSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderUpdate","kind":"INPUT_OBJECT","description":"**Updates a SupplierPurchaseOrder.**\n\nUpdates the selected SupplierPurchaseOrder with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductSupplierInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"SupplierReceiptBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple SupplierReceipts**","inputFields":[{"name":"documents","type":"[SupplierReceiptInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SupplierReceiptFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptInsert","kind":"INPUT_OBJECT","description":"**Creates a new SupplierReceipts**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int!","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]!","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SupplierReceiptOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierReceiptFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierReceiptSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SupplierReceiptOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SupplierReceiptSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptUpdate","kind":"INPUT_OBJECT","description":"**Updates a SupplierReceipt.**\n\nUpdates the selected SupplierReceipt with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","type":"Int","description":"Supplier to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"payments","type":"[DocumentPaymentMethodInput]","description":"Payment methods and amounts used to settle this document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float","description":"Total monetary value of this settlement document","isDeprecated":false,"deprecationReason":null},{"name":"file","type":"Upload","description":"Attached file (e.g., scanned supplier invoice). Stored as a file path in reads","isDeprecated":false,"deprecationReason":null},{"name":"fileOriginal","type":"String","description":"Original file name of the uploaded attachment","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"SupplierRelatedDocumentsFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[SupplierRelatedDocumentsOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[SupplierRelatedDocumentsFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"SupplierRelatedDocumentsSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"SupplierRelatedDocumentsOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SupplierRelatedDocumentsSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"SupplierSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierUpdate","kind":"INPUT_OBJECT","description":"**Updates a Supplier.**\n\nUpdates the selected Supplier with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"supplierId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"website","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swift","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iban","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sepaDate","type":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnDocs","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentNotes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"copies","type":"[SupplierDocumentTypeCopyAssociation!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","type":"[CustomerTaxInsert!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultBulkInsert","kind":"INPUT_OBJECT","description":"**Bulk insert multiple TableConsults**","inputFields":[{"name":"documents","type":"[TableConsultInsert]","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"TableConsultFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultInsert","kind":"INPUT_OBJECT","description":"**Creates a new TableConsults**","inputFields":[{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int!","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime!","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date!","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput!]!","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"TableConsultMutateOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[TableConsultOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TableConsultFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TableConsultSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultOptionsSingle","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"TableConsultOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"TableConsultSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultUpdate","kind":"INPUT_OBJECT","description":"**Updates a TableConsult.**\n\nUpdates the selected TableConsult with the inserted data.","inputFields":[{"name":"documentId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set to which this document belongs","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","type":"Float","description":"Global discount percentage applied to the entire document","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document. Must follow sequential numbering rules per AT regulations","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","type":"Date","description":"Due date for the document, typically derived from the maturity date","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","type":"Int","description":"Maturity date preset identifier, used to calculate the expiration date","isDeprecated":false,"deprecationReason":null},{"name":"timezoneId","type":"Int","description":"Timezone identifier for the document issue date","isDeprecated":false,"deprecationReason":null},{"name":"customerId","type":"Int","description":"Customer to whom this document is issued","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddressId","type":"Int","description":"Alternate delivery/billing address for the entity","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","type":"Int","description":"Salesperson assigned to this document for commission tracking","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","type":"Float","description":"Commission percentage for the salesperson on this document","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","type":"Int","description":"Economic activity classification code (CAE) identifier, per AT SAF-T requirements","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn","type":"[RelatedDocumentInput]","description":"Documents originated from this document (e.g., receipts created from this invoice)","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith","type":"[RelatedDocumentInput]","description":"Source documents that originated this document (e.g., invoice referenced by a credit note)","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","type":"String","description":"Notes regarding related documents","isDeprecated":false,"deprecationReason":null},{"name":"products","type":"[DocumentProductInput]","description":"Line items (products/services) included in this document","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeId","type":"Int","description":"Currency exchange rate identifier when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"Free-text observations or notes for this document","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled. Nullified documents remain for audit but have no fiscal effect","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","type":"Float","description":"Withholding tax value applied to this document","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document (e.g., purchase order number)","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document (e.g., contract number, project code)","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate value applied when document uses a foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","type":"Int","description":"Delivery/shipping method identifier","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"vehicleId","type":"Int","description":"Vehicle identifier used for goods transportation","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadDate","type":"DateTime","description":"Date and time when goods are loaded for transport. Required for AT transport documents","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadAddress","type":"String","description":"Loading address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCity","type":"String","description":"Loading city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadZipCode","type":"String","description":"Loading postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryLoadCountryId","type":"Int","description":"Loading country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadAddress","type":"String","description":"Unloading/delivery address for goods transport. Required by AT for transport documents in Portugal","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCity","type":"String","description":"Unloading/delivery city for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadZipCode","type":"String","description":"Unloading/delivery postal code for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"},{"name":"deliveryUnloadCountryId","type":"Int","description":"Unloading/delivery country for goods transport","isDeprecated":true,"deprecationReason":"This document should not have transportation data"}]},{"name":"TableFilterOptions","kind":"INPUT_OBJECT","description":"Filter Input Options","inputFields":[{"name":"field","type":"TableFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableInsert","kind":"INPUT_OBJECT","description":"**Creates a new Table.**","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"width","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"height","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posX","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posY","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rotation","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"color","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"chairs","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"areaId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableOptions","kind":"INPUT_OBJECT","description":"Input Options","inputFields":[{"name":"order","type":"[TableOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TableFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TableSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableOptionsSingle","kind":"INPUT_OBJECT","description":"Input Options","inputFields":[{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableOrderOptions","kind":"INPUT_OBJECT","description":"Order Input Options","inputFields":[{"name":"field","type":"TableOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableSearchOptions","kind":"INPUT_OBJECT","description":"Search Input Options","inputFields":[{"name":"field","type":"TableSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableUpdate","kind":"INPUT_OBJECT","description":"**Updates a Table.**\n\nUpdates the selected Table with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"tableId","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"width","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"height","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posX","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posY","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rotation","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"color","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"chairs","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"areaId","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"TaxesMapFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quick","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"filter","type":"[TaxesMapFilterOptions!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listType","type":"TaxesMapListType!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"TaxFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxInsert","kind":"INPUT_OBJECT","description":"**Creates a new Tax.**\n\nVisible is an integer that ranges from 0 to 1.","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"specialTaxSchemeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceType","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceTypeMode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"flags","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[TaxOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TaxFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TaxSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"TaxOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"TaxSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxUpdate","kind":"INPUT_OBJECT","description":"**Updates a Tax.**\n\nUpdates the selected Tax with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"taxId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"specialTaxSchemeId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceType","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceTypeMode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"flags","type":"[Int!]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"Float","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"TimezoneFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[TimezoneOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[TimezoneFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"TimezoneSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"TimezoneOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"TimezoneSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"UserPermissionUpsert","kind":"INPUT_OBJECT","description":"**Creates or Updates user permissions**","inputFields":[{"name":"userPermissionId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resource","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"allow","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"limit","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"VehicleFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleInsert","kind":"INPUT_OBJECT","description":"**Creates a new Vehicle.**","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"licensePlate","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[VehicleOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[VehicleFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"VehicleSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"VehicleOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"VehicleSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleUpdate","kind":"INPUT_OBJECT","description":"**Updates a Vehicle.**\n\nUpdates the selected Vehicle with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"vehicleId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"licensePlate","type":"String","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseFilterOptions","kind":"INPUT_OBJECT","description":"**Filter Input Options**","inputFields":[{"name":"field","type":"WarehouseFilterField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"comparison","type":"Comparison!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseInsert","kind":"INPUT_OBJECT","description":"**Creates a new Warehouse.**\n\nVisible is an integer that ranges from 0 to 1.","inputFields":[{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseOptions","kind":"INPUT_OBJECT","description":"**Input Options**","inputFields":[{"name":"order","type":"[WarehouseOrderOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"filter","type":"[WarehouseFilterOptions]","description":"","isDeprecated":false,"deprecationReason":null},{"name":"search","type":"WarehouseSearchOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pagination","type":"PaginationOptions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"defaultLanguageId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseOrderOptions","kind":"INPUT_OBJECT","description":"**Order Input Options**","inputFields":[{"name":"field","type":"WarehouseOrderField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sort","type":"Sort!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseSearchOptions","kind":"INPUT_OBJECT","description":"**Search Input Options**","inputFields":[{"name":"field","type":"WarehouseSearchField!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","type":"String!","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseStockMovementUpdate","kind":"INPUT_OBJECT","description":"","inputFields":[{"name":"fromWarehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"toWarehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"setDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseUpdate","kind":"INPUT_OBJECT","description":"**Updates a Warehouse.**\n\nUpdates the selected Warehouse with the inserted data.\nOnly the fields sent are updated.","inputFields":[{"name":"warehouseId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","type":"Int","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","type":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","type":"String","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"","isDeprecated":false,"deprecationReason":null}]}],"enums":[{"name":"ApiCode","kind":"ENUM","description":"","enumValues":[{"name":"billsOfLading","description":"","isDeprecated":false,"deprecationReason":null},{"name":"consignmentInvoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"debitNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"estimate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceipt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ownAssetsMovementGuide","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentReturn","description":"","isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrder","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreement","description":"","isDeprecated":false,"deprecationReason":null},{"name":"receipt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreement","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonPayment","description":"","isDeprecated":false,"deprecationReason":null},{"name":"serviceSheet","description":"","isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLading","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrder","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierReceipt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tableConsult","description":"","isDeprecated":false,"deprecationReason":null},{"name":"waybill","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedBalancesCreditNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrder","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedReceipt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceipt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"settlementNote","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATInventoryCostingMethods","kind":"ENUM","description":"","enumValues":[{"name":"WAC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FIFO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Cheapest_Supplier_Cost","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATInventoryFormats","kind":"ENUM","description":"","enumValues":[{"name":"XML","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CSV","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ATLoginErrorEnum","kind":"ENUM","description":"","enumValues":[{"name":"passwordInvalid","description":"","isDeprecated":false,"deprecationReason":null},{"name":"passwordWrongSize","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tooManyAttempts","description":"","isDeprecated":false,"deprecationReason":null},{"name":"loginError","description":"","isDeprecated":false,"deprecationReason":null},{"name":"twoFactorAuth","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"AuthAction","kind":"ENUM","description":"","enumValues":[{"name":"atCodeValidation","description":"","isDeprecated":false,"deprecationReason":null},{"name":"close","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closeAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closeManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyCompleteness","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyPermissions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"consent","description":"","isDeprecated":false,"deprecationReason":null},{"name":"consentCreate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"consentDelete","description":"","isDeprecated":false,"deprecationReason":null},{"name":"consentRenew","description":"","isDeprecated":false,"deprecationReason":null},{"name":"consents","description":"","isDeprecated":false,"deprecationReason":null},{"name":"create","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createStockMovements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createTerminalFavoriteProduct","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createWarehouseTransfers","description":"","isDeprecated":false,"deprecationReason":null},{"name":"delete","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deleteAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deleteManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deleteStockMovements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deleteTerminalFavoriteProduct","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deleteWarehouseTransfers","description":"","isDeprecated":false,"deprecationReason":null},{"name":"draftable","description":"","isDeprecated":false,"deprecationReason":null},{"name":"export","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fullCompanyUserInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gdpr","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createATUser","description":"","isDeprecated":false,"deprecationReason":null},{"name":"checkATUser","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getATInventoryFile","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getATInventoryFileToken","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getAttachment","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getByFiscalZone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getCSV","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getEDIXML","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getEDIXMLToken","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getOne","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getOneAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getOneDocumentSetATStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getOneManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getOneRelatedDocuments","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getOneTerminalFavoriteProduct","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getPDF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getPDFToken","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getPossibleDocuments","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getSaftXML","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getSaftXMLToken","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getStocksPDF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getXlsx","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getXlsxToken","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getXML","description":"","isDeprecated":false,"deprecationReason":null},{"name":"getXMLToken","description":"","isDeprecated":false,"deprecationReason":null},{"name":"giftReceipt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"graphBilling","description":"","isDeprecated":false,"deprecationReason":null},{"name":"graphDebt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"graphTreasury","description":"","isDeprecated":false,"deprecationReason":null},{"name":"import","description":"","isDeprecated":false,"deprecationReason":null},{"name":"interWarehouseMovement","description":"","isDeprecated":false,"deprecationReason":null},{"name":"list","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listCustomer","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listDocumentATStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listDocumentSetATStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listSupplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"listTerminalFavoriteProduct","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullify","description":"","isDeprecated":false,"deprecationReason":null},{"name":"open","description":"","isDeprecated":false,"deprecationReason":null},{"name":"openAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"openManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pos","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"print","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productListDocuments","description":"","isDeprecated":false,"deprecationReason":null},{"name":"products","description":"","isDeprecated":false,"deprecationReason":null},{"name":"readLogs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"readLogsAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"readLogsManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"readMailsHistory","description":"","isDeprecated":false,"deprecationReason":null},{"name":"readNextNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"readStockMovements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"readTotals","description":"","isDeprecated":false,"deprecationReason":null},{"name":"resend","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retryDocumentATCommunication","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retryDocumentSetATCommunication","description":"","isDeprecated":false,"deprecationReason":null},{"name":"save","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sendMail","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscribe","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transactions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"transactionUpdate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"update","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updateAssociated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updateManaged","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updateStockMovements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"useCurrencyExchange","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userSettingsTemplateCreate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userSettingsTemplateCreateDefaults","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userSettingsTemplateDelete","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userSettingsTemplates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userSettingsTemplateUpdate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"AuthResource","kind":"ENUM","description":"","enumValues":[{"name":"agents","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agentTypes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"areasAndTables","description":"","isDeprecated":false,"deprecationReason":null},{"name":"banking","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankingInfos","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bankRemittances","description":"","isDeprecated":false,"deprecationReason":null},{"name":"billsOfLadings","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterManualMovements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterMovementPayments","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisterMovements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashRegisters","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companies","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyApiClients","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyRoles","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyUsers","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerHistory","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerReturnNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customers","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customFields","description":"","isDeprecated":false,"deprecationReason":null},{"name":"debitNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethods","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentMailMessageTemplates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documents","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSets","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"edi","description":"","isDeprecated":false,"deprecationReason":null},{"name":"estimates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"events","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneTaxSettings","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZones","description":"","isDeprecated":false,"deprecationReason":null},{"name":"graphs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hooks","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identificationTemplates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importJobs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoices","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoiceReceipts","description":"","isDeprecated":false,"deprecationReason":null},{"name":"labelTemplates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mandates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnits","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedCreditNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoices","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedInvoiceReceipts","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedEstimates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedDebitNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedPurchaseOrders","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedReceipts","description":"","isDeprecated":false,"deprecationReason":null},{"name":"migratedSimplifiedInvoices","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethods","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentReturns","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pos","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posRequestProducts","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posRequests","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses","description":"","isDeprecated":false,"deprecationReason":null},{"name":"printerSettings","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategories","description":"","isDeprecated":false,"deprecationReason":null},{"name":"products","description":"","isDeprecated":false,"deprecationReason":null},{"name":"profitMargins","description":"","isDeprecated":false,"deprecationReason":null},{"name":"proFormaInvoices","description":"","isDeprecated":false,"deprecationReason":null},{"name":"progressiveTasks","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroups","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchaseOrders","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchaseRecurringAgreements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchasesAnalysis","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchasesPendingList","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purchasesStatements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"receipts","description":"","isDeprecated":false,"deprecationReason":null},{"name":"recurringAgreements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentions","description":"","isDeprecated":false,"deprecationReason":null},{"name":"saftImporter","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesAnalysis","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesPendingList","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonPayments","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersons","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsHistory","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsPending","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesStatements","description":"","isDeprecated":false,"deprecationReason":null},{"name":"settlementNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"simplifiedInvoices","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stocks","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stores","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierBillsOfLadings","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierCreditNotes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierInvoices","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierPurchaseOrders","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierReceipts","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tableConsults","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxAuthority","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesMap","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxModels","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminals","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketbai","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userSettingsHomeGraphs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userSettingsLists","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vehicles","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","description":"**Deprecated:** It will be removed","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankingInfoSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"type","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"handled","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BankRemittanceSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"BillsOfLadingSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"companyId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isConfirmed","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasDefaultData","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"currencyId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userCompanies__userId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_hideInternalCompanies","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_hasAgentId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null},{"name":"capital","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subStartDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subEndDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"admin","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"code","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyRoleSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"slug","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null},{"name":"capital","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialRegistryNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialRegistryOffice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoicingEmail","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoicingContact","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agent__code","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agent__email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agent__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"agent__vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userCompanies__user__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userCompanies__user__email","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySubscriptionFilterField","kind":"ENUM","description":"","enumValues":[{"name":"paid","description":"","isDeprecated":false,"deprecationReason":null},{"name":"startDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"endDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanySubscriptionOrderField","kind":"ENUM","description":"","enumValues":[{"name":"startDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"endDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"createdAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user__language__languageId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user__userId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"role__roleId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"userCompanyId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"user__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user__email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"role__name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CompanyUserSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user__email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"user__phone","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Comparison","kind":"ENUM","description":"**Enum comparison operators**","enumValues":[{"name":"gt","description":"Greater than","isDeprecated":false,"deprecationReason":null},{"name":"gte","description":"Greater than or equal","isDeprecated":false,"deprecationReason":null},{"name":"lt","description":"Less than","isDeprecated":false,"deprecationReason":null},{"name":"lte","description":"Less than or equal","isDeprecated":false,"deprecationReason":null},{"name":"ne","description":"Not equal","isDeprecated":false,"deprecationReason":null},{"name":"eq","description":"Equal","isDeprecated":false,"deprecationReason":null},{"name":"not","description":"Not true","isDeprecated":false,"deprecationReason":null},{"name":"like","description":"Like","isDeprecated":false,"deprecationReason":null},{"name":"notLike","description":"Not like","isDeprecated":false,"deprecationReason":null},{"name":"in","description":"In","isDeprecated":false,"deprecationReason":null},{"name":"notIn","description":"Not in","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"iso3166_1","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__languageId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountryOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"ordering","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso3166_1","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CountrySearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__notes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso3166_1","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CreditNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationFilterField","kind":"ENUM","description":"","enumValues":[{"name":"type","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationOrderField","kind":"ENUM","description":"","enumValues":[{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationSearchField","kind":"ENUM","description":"","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyDenominationType","kind":"ENUM","description":"","enumValues":[{"name":"coin","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bill","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"from__currencyId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pair","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pair","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exchange","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyExchangeSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pair","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exchange","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"currencyId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso4217","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"largeCurrency","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__languageId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencyOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"iso4217","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CurrencySearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso4217","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__description","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"languageId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerGdprEmailType","kind":"ENUM","description":"","enumValues":[{"name":"personalData","description":"","isDeprecated":false,"deprecationReason":null},{"name":"consentAndPersonalData","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerHistoryOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentDay","description":"","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VAT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Customer__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerRelatedDocumentsSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerReturnNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomerSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactPhone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creditLimit","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paymentDay","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddresses__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddresses__code","description":"","isDeprecated":false,"deprecationReason":null},{"name":"alternateAddresses__address","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mandatory","description":"","isDeprecated":false,"deprecationReason":null},{"name":"printOnDocuments","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"CustomFieldTypeEnum","kind":"ENUM","description":"**The custom field types supported**","enumValues":[{"name":"STRING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTEGER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DECIMAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OPTIONS","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DebitNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryMethodSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DeliveryNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusEnum","kind":"ENUM","description":"","enumValues":[{"name":"pending","description":"","isDeprecated":false,"deprecationReason":null},{"name":"error","description":"","isDeprecated":false,"deprecationReason":null},{"name":"success","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentAT__document__documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT__document__documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT__document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT__document__customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"atReturnStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT__documentId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationStatusOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentAT__document__number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT__document__entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT__document__entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentAT__document__status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"actionType","description":"","isDeprecated":false,"deprecationReason":null},{"name":"atReturnStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"logDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentATCommunicationTypeEnum","kind":"ENUM","description":"","enumValues":[{"name":"transport","description":"","isDeprecated":false,"deprecationReason":null},{"name":"invoicing","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentCommunicationActionsEnum","kind":"ENUM","description":"","enumValues":[{"name":"registerInvoice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"changeInvoiceStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"registerWork","description":"","isDeprecated":false,"deprecationReason":null},{"name":"changeWorkStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"registerPayment","description":"","isDeprecated":false,"deprecationReason":null},{"name":"changePaymentStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__creditDocumentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith__relatedDocumentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedWith__mainDocumentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn__relatedDocumentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relatedIn__mainDocumentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailMessageTemplateSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"content","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentMailOrderField","kind":"ENUM","description":"**Enum order Document Mail Options**","enumValues":[{"name":"createdAt","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"css","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"title","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentPrintModelSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"css","description":"","isDeprecated":false,"deprecationReason":null},{"name":"template","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__description","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusEnum","kind":"ENUM","description":"","enumValues":[{"name":"success","description":"","isDeprecated":false,"deprecationReason":null},{"name":"error","description":"","isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"logDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"communicationStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetATStatusSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSet__documentTypes__at__code","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetCommunicationActionsEnum","kind":"ENUM","description":"","enumValues":[{"name":"register","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullify","description":"","isDeprecated":false,"deprecationReason":null},{"name":"finalize","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetDocumentTypeATState","kind":"ENUM","description":"","enumValues":[{"name":"initialise","description":"","isDeprecated":false,"deprecationReason":null},{"name":"active","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"finalized","description":"","isDeprecated":false,"deprecationReason":null},{"name":"error","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypes__at__code","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypes__at__state","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentSetSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"cashflowMultiplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"balanceMultiplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"billingMultiplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vatMultiplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stockMultiplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconcilesBalances","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minCopies","description":"","isDeprecated":false,"deprecationReason":null},{"name":"generatesHash","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedEditable","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedDeletable","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedRevocable","description":"","isDeprecated":false,"deprecationReason":null},{"name":"closedDraftable","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unreconcilable","description":"","isDeprecated":false,"deprecationReason":null},{"name":"useInPos","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"saftDocCode","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"DocumentTypeSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"saftDocCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"apiCode","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EconomicActivityClassificationCodeSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EDIFormats","kind":"ENUM","description":"","enumValues":[{"name":"UBL2_1","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CIUS_PT","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EntityEnum","kind":"ENUM","description":"","enumValues":[{"name":"supplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customer","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EstimateSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"eventDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDraft","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isHandled","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetition","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetitionValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"repetitionDay","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"eventDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"EventSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ExemptionVisibility","kind":"ENUM","description":"**Enumeration for exemption reason visibility.**","enumValues":[{"name":"ALWAYS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NEVER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOTVATSELECTED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOTVATSELECTEDORZEROVALUE","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneSettingsInputType","kind":"ENUM","description":"**Enumeration for several fiscal zone settings input types.**","enumValues":[{"name":"VALUES","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEXT","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneTaxSettingsComparison","kind":"ENUM","description":"**Enum Comparison for fiscal zones tax settings**","enumValues":[{"name":"ne","description":"Not Equal","isDeprecated":false,"deprecationReason":null},{"name":"in","description":"In","isDeprecated":false,"deprecationReason":null}]},{"name":"FiscalZoneTaxSettingsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"fiscalZone","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"GeographicZoneSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookModelField","kind":"ENUM","description":"**Enum Hook Models**","enumValues":[{"name":"BankingInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Customer","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DeliveryMethod","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Document","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DocumentSet","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GeographicZone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MaturityDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MeasurementUnit","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PaymentMethod","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PriceClass","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Product","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Property","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PropertyGroup","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PropertyValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Retention","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Salesperson","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Supplier","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Tax","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Vehicle","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Warehouse","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookOperationField","kind":"ENUM","description":"**Enum Hook Operations**","enumValues":[{"name":"create","description":"","isDeprecated":false,"deprecationReason":null},{"name":"update","description":"","isDeprecated":false,"deprecationReason":null},{"name":"delete","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pdfStartGenerating","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pdfGenerated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stockChanged","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"hookId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"model","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operation","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"HookSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"model","description":"","isDeprecated":false,"deprecationReason":null},{"name":"operation","description":"","isDeprecated":false,"deprecationReason":null},{"name":"url","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"templateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"IdentificationTemplateSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"templateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"businessName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fax","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emailSenderName","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ImportStatus","kind":"ENUM","description":"","enumValues":[{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"wasImported","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceReceiptSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"InvoiceSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateFieldName","kind":"ENUM","description":"","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifierImg","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceWithTaxes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pcPrice","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pcPriceWithTaxes","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateFieldPosition","kind":"ENUM","description":"","enumValues":[{"name":"topLeft","description":"","isDeprecated":false,"deprecationReason":null},{"name":"topCenter","description":"","isDeprecated":false,"deprecationReason":null},{"name":"topRight","description":"","isDeprecated":false,"deprecationReason":null},{"name":"middleLeft","description":"","isDeprecated":false,"deprecationReason":null},{"name":"middleCenter","description":"","isDeprecated":false,"deprecationReason":null},{"name":"middleRight","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bottomLeft","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bottomCenter","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bottomRight","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateFieldSize","kind":"ENUM","description":"","enumValues":[{"name":"big","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bigger","description":"","isDeprecated":false,"deprecationReason":null},{"name":"medium","description":"","isDeprecated":false,"deprecationReason":null},{"name":"small","description":"","isDeprecated":false,"deprecationReason":null},{"name":"smaller","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateFilterField","kind":"ENUM","description":"","enumValues":[{"name":"labelTemplateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"collate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null},{"name":"size","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateOrderField","kind":"ENUM","description":"","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null},{"name":"collate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LabelTemplateSearchField","kind":"ENUM","description":"","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"obs","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"languageId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso3166","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LanguageSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"iso3166","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ListStockMovementFilterField","kind":"ENUM","description":"","enumValues":[{"name":"productId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnExport","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers__supplier__supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stockMovements__warehouseMovements__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"movementsWarehouseId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_variants","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"LogOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"operationTime","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"days","description":"","isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MaturityDateSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"days","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityAction","kind":"ENUM","description":"","enumValues":[{"name":"logout","description":"","isDeprecated":false,"deprecationReason":null},{"name":"login","description":"","isDeprecated":false,"deprecationReason":null},{"name":"login2fa","description":"","isDeprecated":false,"deprecationReason":null},{"name":"changedEmail","description":"","isDeprecated":false,"deprecationReason":null},{"name":"changedPwd","description":"","isDeprecated":false,"deprecationReason":null},{"name":"failedLogin","description":"","isDeprecated":false,"deprecationReason":null},{"name":"failedLogin2FA","description":"","isDeprecated":false,"deprecationReason":null},{"name":"activated2FA","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deactivated2FA","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityFilterField","kind":"ENUM","description":"","enumValues":[{"name":"action","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeActivityOrderField","kind":"ENUM","description":"","enumValues":[{"name":"createdAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"action","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__languageId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"abbreviation","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitDefaultSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__description","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__abbreviation","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MeasurementUnitSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"abbreviation","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedCreditNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedDebitNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedEstimateSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceReceiptSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedInvoiceSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedPurchaseOrderSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedReceiptSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"MigratedSimplifiedInvoiceSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ModeVisibility","kind":"ENUM","description":"**Enumeration for finance type mode visibility.**","enumValues":[{"name":"ALWAYS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NEVER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TYPESELECTED","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationFilterField","kind":"ENUM","description":"","enumValues":[{"name":"ackd","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"NotificationOrderField","kind":"ENUM","description":"","enumValues":[{"name":"notificationId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fixedCommission","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentMethodSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fixedCommission","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"paymentModeValues","kind":"ENUM","description":"**Payment Mode Enumerator**","enumValues":[{"name":"monthly","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quarterly","description":"","isDeprecated":false,"deprecationReason":null},{"name":"semesterly","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yearly","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PaymentReturnSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PlanPaymentMode","kind":"ENUM","description":"","enumValues":[{"name":"monthly","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quarterly","description":"","isDeprecated":false,"deprecationReason":null},{"name":"annually","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VAT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PossibleDocumentsSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PriceClassSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductATType","kind":"ENUM","description":"AT Product Types","enumValues":[{"name":"M","description":"","isDeprecated":false,"deprecationReason":null},{"name":"P","description":"","isDeprecated":false,"deprecationReason":null},{"name":"A","description":"","isDeprecated":false,"deprecationReason":null},{"name":"S","description":"","isDeprecated":false,"deprecationReason":null},{"name":"T","description":"","isDeprecated":false,"deprecationReason":null},{"name":"B","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"productCategoryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posVisible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategoryOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductCategorySearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductDocumentsOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"productId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"posFavorite","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesOnExport","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hasStock","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategoryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"measurementUnitId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClassId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"propertyGroupId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers__supplier__supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"priceClasses__priceClass__priceClassId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouses__warehouse__warehouseId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications__text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications__type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"variants__visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"parent__visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxes__tax__taxId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductIdentificationType","kind":"ENUM","description":"**The identification types supported**","enumValues":[{"name":"EAN8","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EAN13","description":"","isDeprecated":false,"deprecationReason":null},{"name":"JAN13","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ISSN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ISBN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPCA","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPCE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CODE39","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CODE93","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATAMATRIX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PDF417","description":"","isDeprecated":false,"deprecationReason":null},{"name":"QRCODE","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","description":"","isDeprecated":false,"deprecationReason":null},{"name":"minStock","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProductSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exemptionReason","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"","isDeprecated":false,"deprecationReason":null},{"name":"identifications__text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suppliers__reference","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"productId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product__productCategoryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__terminalId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsListType","kind":"ENUM","description":"**Enum List type**","enumValues":[{"name":"FIFO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIFO","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product__reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_totalProfitMargin","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_percentageProfitMargin","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProfitMarginsXlsType","kind":"ENUM","description":"**Xls type**","enumValues":[{"name":"All","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Products","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ProductDocuments","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ProFormaInvoiceSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PropertyGroupSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseOrderSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchaseRecurringAgreementSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"productId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product__productCategoryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesAnalysisOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategory__name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesPendingListOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_amountTotal","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"PurchasesStatementOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"ReceiptSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientFilterField","kind":"ENUM","description":"**Enum filter Document Mail Recipient Options**","enumValues":[{"name":"internalStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientOrderField","kind":"ENUM","description":"**Enum order Document Mail Recipient Options**","enumValues":[{"name":"recipientId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"internalStatus","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecipientSearchField","kind":"ENUM","description":"**Enum search Document Mail Recipient Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RecurringAgreementSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"RetentionSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesAnalysisFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"productId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product__productCategoryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"product__price","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_onlyVariantProducts","description":"","isDeprecated":true,"deprecationReason":"Hidden admin filter"},{"name":"_paymentMode","description":"","isDeprecated":true,"deprecationReason":"Hidden admin filter"}]},{"name":"SalesAnalysisOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"productCategory__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_qty","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesPendingListOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":true,"deprecationReason":"Use _amountTotal instead"},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscountValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"commercialDiscountValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"_amountTotal","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"fullyReconciled","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommissionDocumentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonCommissionsOrderField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonPaymentSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VAT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Customer__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonRelatedDocumentsSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryExportTypes","kind":"ENUM","description":"**The Salespersons payments history export types**","enumValues":[{"name":"salespersonsPaymentsHistoryByDocuments","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsHistoryBySalesperson","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsHistoryBySalespersonHeaders","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsHistoryBySalespersonSingle","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsHistoryOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"salesperson__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingExportTypes","kind":"ENUM","description":"**The Salespersons payments pending export types**","enumValues":[{"name":"salespersonsPaymentsPendingByDocuments","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsPendingBySalesperson","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsPendingBySalespersonHeaders","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonsPaymentsPendingBySalespersonSingle","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalespersonsPaymentsPendingOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"commission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciled","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remaining","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salesperson__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__totalDiscountValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__taxesValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__retentionsValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SalesStatementOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SettlementNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"financialDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SimplifiedInvoiceSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"Sort","kind":"ENUM","description":"**Enum Order**","enumValues":[{"name":"ASC","description":"Ascending","isDeprecated":false,"deprecationReason":null},{"name":"DESC","description":"Descending","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__languageId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SpecialTaxSchemeSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"translations__notes","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementFilterField","kind":"ENUM","description":"","enumValues":[{"name":"warehouseMovements__warehouseId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"warehouseMovements__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document__clientId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fifoStock","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lifoStock","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fifoProfit","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lifoProfit","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"price","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stock","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"StockMovementsListType","kind":"ENUM","description":"**Enum List type**","enumValues":[{"name":"WAC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FIFO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIFO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Cheapest_Supplier_Cost","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierBillsOfLadingSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierCreditNoteSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierInvoiceSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierPurchaseOrderSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"supplierId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"payments__paymentMethodId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierReceiptSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VAT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Customer__name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierRelatedDocumentsSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"SupplierSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grossValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateDays","description":"","isDeprecated":false,"deprecationReason":null},{"name":"terminalId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customerId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"economicActivityClassificationCodeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"suspended","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nullified","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryMethodId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCountryId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCountryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ticketBAI__submittedAt","description":"","isDeprecated":false,"deprecationReason":null},{"name":"globalDiscount","description":"","isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"salespersonCommission","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadDate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableConsultSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetNameAndNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"maturityDateName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notesRelatedDocs","description":"","isDeprecated":false,"deprecationReason":null},{"name":"retentionsValue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryLoadCity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadAddress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deliveryUnloadCity","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableFilterField","kind":"ENUM","description":"Enum Filter Options","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"areaId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"area__storeId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableOrderField","kind":"ENUM","description":"Enum order Options","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TableSearchField","kind":"ENUM","description":"Enum Search Options","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notes","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"documentProduct__document__date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentProduct__document__documentTypeId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentProduct__document__documentSetId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"documentProduct__document__geographicZoneId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxesMapListType","kind":"ENUM","description":"**Enum List type**","enumValues":[{"name":"taxesMapGroupByGlobal","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesMapGroupByProductType","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesMapGroupByDocumentType","description":"","isDeprecated":false,"deprecationReason":null},{"name":"taxesMapGroupByDocumentSet","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"taxId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"justImported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","isDeprecated":false,"deprecationReason":null},{"name":"flags","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZoneFinanceType","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TaxSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"countryId","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ordering","description":"","isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TimezoneSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"TransportAtCodeMethodEnum","kind":"ENUM","description":"","enumValues":[{"name":"manual","description":"","isDeprecated":false,"deprecationReason":null},{"name":"autoAT","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"UserAuthMethods","kind":"ENUM","description":"","enumValues":[{"name":"authenticator","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"backup","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"vehicleId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"licensePlate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"licensePlate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"VehicleSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"licensePlate","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseFilterField","kind":"ENUM","description":"**Enum Filter Options**","enumValues":[{"name":"warehouseId","description":"","isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isDefault","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseOrderField","kind":"ENUM","description":"**Enum order Options**","enumValues":[{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null}]},{"name":"WarehouseSearchField","kind":"ENUM","description":"**Enum Search Options**","enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"address","description":"","isDeprecated":false,"deprecationReason":null},{"name":"city","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contactEmail","description":"","isDeprecated":false,"deprecationReason":null}]}],"scalars":[{"name":"Date","kind":"SCALAR","description":"Date custom scalar type as a string of format YYYY-MM-DD"},{"name":"DateTime","kind":"SCALAR","description":"DateTime custom scalar type as an ISO 8601 String"},{"name":"DocumentSettingsOverrides","kind":"SCALAR","description":"Custom JSON that defines the total value limits in the fiscal settings.\n\n```\ntype DocumentSettingsOverrides = Partial<Record<ApiCode, { notesRequired: boolean }>>;\n```\n\n```\ntype DocumentSettingsOverride = {\n  creditNote: {\n    notesRequired: boolean;\n  };\n}\n```"},{"name":"JSON","kind":"SCALAR","description":"The `JSON`scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf)."},{"name":"PermissionActions","kind":"SCALAR","description":"Custom JSON that defines the actions of a permission.\n[AuthAction] or [[AuthAction]]"},{"name":"SupplementAvailableModules","kind":"SCALAR","description":"Custom JSON that defines the supplement available modules"},{"name":"TotalValueLimits","kind":"SCALAR","description":"Custom JSON that defines the total value limits in the fiscal settings.\n\n```\ntype TotalValueLimits = Record<ApiCode, TotalValueLimit>;\n```\n\n```\ntype TotalValueLimit = {\n  value: number;\n  withTaxes: boolean;\n  level: 'error' | 'warn';\n  companySetting?: string;\n  companySettingValues?: (string | number | boolean)[];\n}\n```"},{"name":"Upload","kind":"SCALAR","description":"The `Upload`scalar type represents a file upload."}],"interfaces":[{"name":"DocumentRead","kind":"INTERFACE","description":"","fields":[{"name":"documentId","type":"Int!","description":"Unique identifier of the document","isDeprecated":false,"deprecationReason":null},{"name":"fiscalZone","type":"String","description":"Fiscal zone code for tax calculation purposes","isDeprecated":false,"deprecationReason":null},{"name":"documentTypeId","type":"Int!","description":"Document type identifier (e.g., invoice, credit note, receipt)","isDeprecated":false,"deprecationReason":null},{"name":"documentType","type":"DocumentTypeRead!","description":"Document type details","isDeprecated":false,"deprecationReason":null},{"name":"documentSet","type":"DocumentSetRead","description":"Document set this document belongs to","isDeprecated":false,"deprecationReason":null},{"name":"company","type":"CompanyRead!","description":"Company that owns this document","isDeprecated":false,"deprecationReason":null},{"name":"companyId","type":"Int!","description":"Company identifier","isDeprecated":false,"deprecationReason":null},{"name":"documentSetName","type":"String!","description":"Name of the document set","isDeprecated":false,"deprecationReason":null},{"name":"documentSetId","type":"Int","description":"Document set identifier","isDeprecated":false,"deprecationReason":null},{"name":"number","type":"Int","description":"Sequential document number within its document set","isDeprecated":false,"deprecationReason":null},{"name":"date","type":"DateTime","description":"Issue date of the document","isDeprecated":false,"deprecationReason":null},{"name":"geographicZoneId","type":"Int","description":"Geographic zone identifier for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"geographicZone","type":"GeographicZoneRead","description":"Geographic zone details for regional tax rules","isDeprecated":false,"deprecationReason":null},{"name":"year","type":"Int","description":"Fiscal year of the document","isDeprecated":false,"deprecationReason":null},{"name":"totalValue","type":"Float!","description":"Total monetary value of the document including taxes","isDeprecated":false,"deprecationReason":null},{"name":"documentTotal","type":"Float","description":"Calculated total of the document based on line items","isDeprecated":false,"deprecationReason":null},{"name":"totalRelatedAppliedValue","type":"Float","description":"Total value applied from related documents","isDeprecated":false,"deprecationReason":null},{"name":"reconciledValue","type":"Float","description":"Value already reconciled/settled against this document","isDeprecated":false,"deprecationReason":null},{"name":"remainingReconciledValue","type":"Float","description":"Remaining value to be reconciled","isDeprecated":false,"deprecationReason":null},{"name":"reconciliationPercentage","type":"Float","description":"Percentage of the document value that has been reconciled","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeTotalValue","type":"Float","description":"Total value converted to the foreign currency","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchange","type":"CurrencyExchangeRead","description":"Currency exchange rate details","isDeprecated":false,"deprecationReason":null},{"name":"currencyExchangeExchange","type":"Float","description":"Exchange rate applied to the document","isDeprecated":false,"deprecationReason":null},{"name":"documentCalculationsMode","type":"Int","description":"Calculation mode used for the document (e.g., tax-inclusive or tax-exclusive)","isDeprecated":false,"deprecationReason":null},{"name":"status","type":"Int","description":"Document status: 0 = draft, 1 = closed/finalized","isDeprecated":false,"deprecationReason":null},{"name":"suspended","type":"Boolean","description":"Whether the document is suspended (temporarily on hold)","isDeprecated":false,"deprecationReason":null},{"name":"nullified","type":"Boolean","description":"Whether the document has been voided/cancelled","isDeprecated":false,"deprecationReason":null},{"name":"pdfExport","type":"String","description":"Path to the PDF file at mediaAPI:\n- `null`= PDF generation not requested\n- empty string = PDF pending generation","isDeprecated":false,"deprecationReason":null},{"name":"deletable","type":"Boolean","description":"Whether this document can be deleted","isDeprecated":false,"deprecationReason":null},{"name":"nullifiable","type":"Boolean","description":"Whether this document can be nullified","isDeprecated":false,"deprecationReason":null},{"name":"entityVat","type":"String","description":"Tax identification number (VAT) of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityName","type":"String","description":"Name of the entity (customer/supplier), copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityNumber","type":"String","description":"Internal reference number of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityAddress","type":"String","description":"Address of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityZipCode","type":"String","description":"Postal code of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCity","type":"String","description":"City of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"entityCountryName","type":"String","description":"Country name of the entity, copied at document creation","isDeprecated":false,"deprecationReason":null},{"name":"countryId","type":"Int","description":"Country identifier of the entity","isDeprecated":false,"deprecationReason":null},{"name":"country","type":"CountryRead","description":"Country details of the entity","isDeprecated":false,"deprecationReason":null},{"name":"lastOperations","type":"LastOperationsRead","description":"Last operations performed on this document (created, closed, nullified)","isDeprecated":false,"deprecationReason":null},{"name":"emailsCount","type":"Int","description":"Number of emails sent for this document","isDeprecated":false,"deprecationReason":null},{"name":"hash","type":"String","description":"SAF-T hash signature for document integrity validation","isDeprecated":false,"deprecationReason":null},{"name":"hashControl","type":"String","description":"Hash control character used in the hash chain","isDeprecated":false,"deprecationReason":null},{"name":"yourReference","type":"String","description":"Customer's own reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"ourReference","type":"String","description":"Internal reference for this document","isDeprecated":false,"deprecationReason":null},{"name":"lastModified","type":"DateTime","description":"Date and time of the last modification","isDeprecated":false,"deprecationReason":null},{"name":"downloads","type":"Int","description":"Number of times the document PDF has been downloaded","isDeprecated":false,"deprecationReason":null},{"name":"createdAt","type":"DateTime!","description":"Timestamp when the document was created","isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","type":"DateTime!","description":"Timestamp when the document was last updated","isDeprecated":false,"deprecationReason":null},{"name":"importStatus","type":"ImportStatus","description":"Import status for migrated documents","isDeprecated":false,"deprecationReason":null},{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":["BillsOfLadingRead","CreditNoteRead","DebitNoteRead","DeliveryNoteRead","CustomerReturnNoteRead","EstimateRead","InvoiceRead","InvoiceReceiptRead","MigratedInvoiceRead","MigratedReceiptRead","MigratedSimplifiedInvoiceRead","MigratedCreditNoteRead","MigratedPurchaseOrderRead","MigratedInvoiceReceiptRead","MigratedEstimateRead","MigratedDebitNoteRead","PaymentReturnRead","ProFormaInvoiceRead","PurchaseOrderRead","PurchaseRecurringAgreementRead","ReceiptRead","RecurringAgreementRead","SalespersonPaymentRead","SettlementNoteRead","SimplifiedInvoiceRead","SupplierBillsOfLadingRead","SupplierCreditNoteRead","SupplierInvoiceRead","SupplierPurchaseOrderRead","SupplierReceiptRead","TableConsultRead"],"interfaces":["ItemWithLogs"]},{"name":"DocumentWithAT","kind":"INTERFACE","description":"","fields":[{"name":"documentAT","type":"DocumentATRead","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":["BillsOfLadingRead","CreditNoteRead","DebitNoteRead","DeliveryNoteRead","CustomerReturnNoteRead","EstimateRead","InvoiceRead","InvoiceReceiptRead","ProFormaInvoiceRead","PurchaseOrderRead","ReceiptRead","SimplifiedInvoiceRead","TableConsultRead"]},{"name":"DocumentWithTaxes","kind":"INTERFACE","description":"","fields":[{"name":"taxes","type":"[DocumentTaxRead!]!","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":["BillsOfLadingRead","CreditNoteRead","DebitNoteRead","DeliveryNoteRead","CustomerReturnNoteRead","EstimateRead","InvoiceRead","InvoiceReceiptRead","MigratedInvoiceRead","MigratedSimplifiedInvoiceRead","MigratedCreditNoteRead","MigratedPurchaseOrderRead","MigratedInvoiceReceiptRead","MigratedEstimateRead","MigratedDebitNoteRead","ProFormaInvoiceRead","PurchaseOrderRead","PurchaseRecurringAgreementRead","RecurringAgreementRead","SimplifiedInvoiceRead","SupplierBillsOfLadingRead","SupplierCreditNoteRead","SupplierInvoiceRead","SupplierPurchaseOrderRead","TableConsultRead"]},{"name":"ItemWithLogs","kind":"INTERFACE","description":"","fields":[{"name":"created","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"updated","type":"LogInfo","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":["BillsOfLadingRead","CreditNoteRead","DebitNoteRead","DeliveryNoteRead","CustomerReturnNoteRead","EstimateRead","InvoiceRead","InvoiceReceiptRead","MigratedInvoiceRead","MigratedReceiptRead","MigratedSimplifiedInvoiceRead","MigratedCreditNoteRead","MigratedPurchaseOrderRead","MigratedInvoiceReceiptRead","MigratedEstimateRead","MigratedDebitNoteRead","PaymentReturnRead","ProFormaInvoiceRead","PurchaseOrderRead","PurchaseRecurringAgreementRead","ReceiptRead","RecurringAgreementRead","SalespersonPaymentRead","SettlementNoteRead","SimplifiedInvoiceRead","SupplierBillsOfLadingRead","SupplierCreditNoteRead","SupplierInvoiceRead","SupplierPurchaseOrderRead","SupplierReceiptRead","TableConsultRead"]},{"name":"RoleAllows","kind":"INTERFACE","description":"","fields":[{"name":"companyId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"roleId","type":"Int!","description":"","isDeprecated":false,"deprecationReason":null},{"name":"isAllowed","type":"RoleAllowsRead!","description":"Resolves the sent permissions. If 'checkAll' is true, all the permissions must be allowed","isDeprecated":false,"deprecationReason":null}],"possibleTypes":["CompanyRoleRead"]}],"unions":[{"name":"CustomerHistoryDocumentRead","kind":"UNION","description":"","possibleTypes":["InvoiceRead","ReceiptRead","CreditNoteRead","DebitNoteRead","SupplierPurchaseOrderRead","InvoiceReceiptRead","SettlementNoteRead","SupplierInvoiceRead","SupplierReceiptRead","PaymentReturnRead","ProFormaInvoiceRead","EstimateRead","BillsOfLadingRead","DeliveryNoteRead","SimplifiedInvoiceRead","SupplierCreditNoteRead","CustomerReturnNoteRead","MigratedInvoiceRead","MigratedSimplifiedInvoiceRead","MigratedCreditNoteRead","MigratedReceiptRead","MigratedInvoiceReceiptRead","MigratedDebitNoteRead","MigratedEstimateRead"]},{"name":"ProductDocumentRead","kind":"UNION","description":"","possibleTypes":["InvoiceRead","CreditNoteRead","DebitNoteRead","DeliveryNoteRead","SupplierPurchaseOrderRead","SupplierInvoiceRead","MigratedInvoiceRead","RecurringAgreementRead","ProFormaInvoiceRead","EstimateRead","BillsOfLadingRead","MigratedCreditNoteRead","SimplifiedInvoiceRead","SupplierCreditNoteRead","MigratedDebitNoteRead","MigratedSimplifiedInvoiceRead","InvoiceReceiptRead","PurchaseOrderRead","CustomerReturnNoteRead","TableConsultRead","MigratedInvoiceReceiptRead","MigratedEstimateRead","SupplierBillsOfLadingRead","PurchaseRecurringAgreementRead","MigratedPurchaseOrderRead"]}]}