Invoiced НА ЭТОЙ СТРАНИЦЕ
Invoiced offers tools to simplify invoicing, payment tracking, and account reconciliation.
Invoiced integration replicates data using the Invoiced REST API .
See the
Schema section for a list of objects available for replication.
Снимок функции Общий обзор этого коннектора, включая полезные ссылки и поддерживаемые функции.
Функция/возможность Сведения о поддержке Поддерживаемые проекты Qlik Talend Data Integration Только проекты репликации . Проекты конвейера данных не поддерживаются. Методы обновления целей
Задачи репликации:
Применить изменения
Сохранить изменения
Промежуточное хранение данных в озере данных:
Управление метаданными
Создание метаданных вручную не требуется. Эволюция схемы
Поддерживается только операция Изменить тип данных столбца . Репликация столбцов LOB (NCLOB, CLOB и BLOB) Не поддерживается. Запланированный CDC Требуется. Так целевой объект обновляется в соответствии с изменениями в источнике.
Для получения информации о задачах репликации см. раздел Планирование задач
Для получения информации о задачах промежуточного хранения в озере см. раздел Планирование CDC для задач промежуточного хранения в озере
Уведомления Частично поддерживается
Настройка уведомлений об изменениях в работе
Мониторинг Только CDC, так как полная загрузка для этого коннектора не актуальна.
Мониторинг индивидуальной задачи данных
Автоматическое извлечение вложенной полезной нагрузки столбцов JSON Не поддерживается. Вложенная полезная нагрузка столбцов JSON в исходных наборах данных не извлекается автоматически в цели.
Preparing for authentication To access your data, you need to authenticate the connection with your account credentials.
Примечание к информации Убедитесь, что используемая учетная запись имеет доступ для чтения к таблицам, которые требуется получить.
Creating the connection Для получения дополнительной информации см. раздел Подключение к приложениям SaaS .
Заполните необходимые свойства подключения. Заполните поле Имя подключения .
Установите флажок Открыть метаданные подключения , чтобы определить метаданные для подключения, когда оно будет создано.
Щелкните Создать .
Connection settings Setting Description Data gateway
Выберите шлюз Шлюз движения данных , если этого требует текущий сценарий использования.
Примечание к информации Это поле недоступно при использовании подписки Qlik Talend Cloud Starter , так как она не поддерживает Шлюз движения данных . Если используется другой уровень подписки или не требуется использовать Шлюз движения данных , выберите Нет .
Для получения информации о преимуществах Шлюз движения данных и о сценариях, требующих его использования, см. раздел Шлюз данных Qlik — движение данных .
Start Date Введите дату в формате MM/DD/YYYY, начиная с которой данные должны реплицироваться из источника в цель.
API Key API key. Connect to a sandbox environment Select this option if you are connecting to a sandbox environment.
SchemaПримечание к информации Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
credit_notes
The credit_notes table contains info about the credit notes in your Invoiced account. A credit note represents a balance you owe to a customer.
credit_notes table foreign keys Join credit_notes with on customers credit_notes.customer = customers.id estimates credit_notes.customer = estimates.customer credit_notes.id = estimates.id invoices credit_notes.customer = invoices.customer credit_notes.id = invoices.id subscriptions credit_notes.customer = subscriptions.customer transactions credit_notes.customer = transactions.customer credit_notes.id = transactions.id
credit_notes table schema
balance
NUMBER
closed
BOOLEAN
created_at
DATE-TIME
currency
STRING
customer
INTEGER
date
DATE-TIME
discounts
ARRAY
draft
BOOLEAN
id
INTEGER
invoice
INTEGER
items
ARRAY
metadata
OBJECT
name
STRING
notes
STRING
number
STRING
paid
BOOLEAN
status
STRING
subtotal
NUMBER
taxes
ARRAY
total
NUMBER
updated_at
DATE-TIME
customers
The customers table contains info about the customers in your Invoiced account.
customers table foreign keys customers table schema
address1
STRING
address2
STRING
attention_to
STRING
autopay
BOOLEAN
chase
BOOLEAN
chasing_cadence
INTEGER
city
STRING
country
STRING
created_at
DATE-TIME
credit_hold
BOOLEAN
credit_limit
NUMBER
email
STRING
id
INTEGER
language
STRING
metadata
OBJECT
name
STRING
next_chase_step
INTEGER
notes
STRING
number
STRING
parent_customer
INTEGER
payment_source
OBJECT
payment_terms
STRING
phone
STRING
postal_code
STRING
sign_up_page
INTEGER
state
STRING
tax_id
STRING
taxable
BOOLEAN
taxes
ARRAY
type
STRING
updated_at
DATE-TIME
estimates
The estimates table contains info about the estimates in your Invoiced account.
estimates table foreign keys Join estimates with on credit_notes estimates.customer = credit_notes.customer estimates.id = credit_notes.id customers estimates.customer = customers.id invoices estimates.customer = invoices.customer estimates.id = invoices.id subscriptions estimates.customer = subscriptions.customer transactions estimates.customer = transactions.customer estimates.id = transactions.id
estimates table schema
approval
OBJECT
approved
BOOLEAN
balance
NUMBER
closed
BOOLEAN
created_at
DATE-TIME
currency
STRING
customer
INTEGER
date
DATE-TIME
deposit
NUMBER
deposit_paid
BOOLEAN
discounts
ARRAY
draft
BOOLEAN
expiration_date
DATE-TIME
id
INTEGER
invoice
INTEGER
items
ARRAY
metadata
OBJECT
name
STRING
notes
STRING
number
STRING
paid
BOOLEAN
payment_terms
STRING
status
STRING
subtotal
NUMBER
taxes
ARRAY
total
NUMBER
updated_at
DATE-TIME
invoices
The invoices table contains info about the invoices in your Invoiced account. An invoice represents a balance owed to you by a customer.
invoices table foreign keys Join invoices with on credit_notes invoices.customer = credit_notes.customer invoices.id = credit_notes.id customers invoices.customer = customers.id estimates invoices.customer = estimates.customer invoices.id = estimates.id subscriptions invoices.customer = subscriptions.customer invoices.subscription = subscriptions.id transactions invoices.customer = transactions.customer invoices.id = transactions.id
invoices table schema
attempt_count
INTEGER
autopay
BOOLEAN
balance
NUMBER
closed
BOOLEAN
created_at
DATE-TIME
currency
STRING
customer
INTEGER
date
DATE-TIME
discounts
ARRAY
draft
BOOLEAN
due_date
DATE-TIME
id
INTEGER
items
ARRAY
metadata
OBJECT
name
STRING
needs_attention
BOOLEAN
next_payment_attempt
DATE-TIME
notes
STRING
number
STRING
paid
BOOLEAN
payment_terms
STRING
status
STRING
subscription
INTEGER
subtotal
NUMBER
taxes
ARRAY
total
NUMBER
updated_at
DATE-TIME
plans
The plans table contains info about the plans in your Invoiced account. A plan describes a fixed amount that is billed to customers over a recurring interval.
plans table schema
amount
NUMBER
catalog_item
STRING
created_at
INTEGER
currency
STRING
description
STRING
id
STRING
interval
STRING
interval_count
INTEGER
metadata
OBJECT
name
STRING
notes
STRING
object
STRING
pricing_mode
STRING
quantity_type
STRING
tiers
OBJECT
updated_at
INTEGER
subscriptions
The subscriptions table contains info about the subscriptions in your Invoiced account.
subscriptions table foreign keys Join subscriptions with on credit_notes subscriptions.customer = credit_notes.customer customers subscriptions.customer = customers.id estimates subscriptions.customer = estimates.customer invoices subscriptions.customer = invoices.customer subscriptions.id = invoices.subscription transactions subscriptions.customer = transactions.customer
subscriptions table schema
addons
ARRAY
approval
OBJECT
cancel_at_period_end
BOOLEAN
canceled_at
DATE-TIME
contract_period_end
DATE-TIME
contract_period_start
DATE-TIME
contract_renewal_cycles
INTEGER
contract_renewal_mode
STRING
created_at
DATE-TIME
customer
INTEGER
cycles
INTEGER
discounts
ARRAY
id
INTEGER
metadata
OBJECT
mrr
NUMBER
period_end
DATE-TIME
period_start
DATE-TIME
plan
STRING
quantity
NUMBER
recurring_total
NUMBER
renewed_last
DATE-TIME
renews_next
DATE-TIME
start_date
DATE-TIME
status
STRING
taxes
ARRAY
updated_at
DATE-TIME
transactions
The transactions table contains info about the transactions in your Invoiced account.
transactions table foreign keys Join transactions with on credit_notes transactions.customer = credit_notes.customer transactions.id = credit_notes.id customers transactions.customer = customers.id estimates transactions.customer = estimates.customer transactions.id = estimates.id invoices transactions.customer = invoices.customer transactions.id = invoices.id subscriptions transactions.customer = subscriptions.customer
transactions table schema
amount
NUMBER
created_at
DATE-TIME
credit_note
INTEGER
currency
STRING
customer
INTEGER
date
DATE-TIME
failure_reason
STRING
gateway
STRING
gateway_id
STRING
id
INTEGER
invoice
INTEGER
metadata
OBJECT
method
STRING
notes
STRING
parent_transaction
INTEGER
payment_source
OBJECT
status
STRING
type
STRING
updated_at
DATE-TIME