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 项目 仅 Replication 项目 。不支持数据管道项目。 目标更新方法
复制任务:
在数据湖任务中登陆数据:
管理元数据
无需手动生成元数据。 模式演变
只支持更改列数据类型 操作。 复制 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