Invoiced OP DEZE PAGINA
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.
Momentopname functie Een beknopt overzicht van deze connector, inclusief nuttige koppelingen en ondersteunde functies.
Functie/mogelijkheden Ondersteuningsdetails Ondersteunde Qlik Talend Data Integration -projecten Alleen replicatieprojecten . Gegevenspijplijnprojecten worden niet ondersteund. Bijwerkmethoden doel
Replicatietaken:
Wijzigingen toepassen
Wijzigingen opslaan
Gegevens tijdelijk opslaan in een datalaketaak:
Metagegevens beheren
Handmatig metagegevens genereren is niet nodig. Schema-evolutie
Alleen de bewerking Type kolomgegevens wijzigen wordt ondersteund. Replicatie van LOB-kolommen (NCLOB, CLOB en BLOB) Niet ondersteund. Gepland CDC Vereist. Zo wordt het doel up-to-date gehouden met wijzigingen in de bron.
Voor replicatietaken raadpleegt u Taken plannen
Voor tussenopslagtaken voor lake, raadpleegt u CDC plannen voor tussenopslagtaken in lake
Meldingen Gedeeltelijk ondersteund
Meldingen instellen voor wijzigingen van de bewerking
Bewaking Alleen CDC, omdat volledige lading niet relevant is voor deze connector.
Een afzonderlijke gegevenstaak bewaken
Automatisch denesten van nettoladingen van JSON-kolommen Niet ondersteund. Nettoladingen van JSON-kolommen in brongegevensverzamelingen worden niet automatisch gedenest op het doel.
Preparing for authentication To access your data, you need to authenticate the connection with your account credentials.
Informatie Zorg dat het account dat u gebruikt leestoegang heeft voor de tabellen die u wilt ophalen.
Creating the connection Ga voor meer informatie naar Verbinding maken met SaaS-applicaties .
Vul de vereiste verbindingseigenschappen in. Geef in Verbindingsnaam een naam voor de verbinding op.
Selecteer Metagegevens verbinding openen om metagegevens te definiëren voor de verbinding nadat deze is gemaakt.
Klik op Maken .
Connection settings Setting Description Data gateway
Selecteer een Data Movement gateway als dit is vereist voor uw usecase.
Informatie Dit veld is niet beschikbaar met het Qlik Talend Cloud Starter -abonnement, omdat het geen ondersteuning biedt voor Data Movement gateway . Als u een ander abonnementsniveau hebt en Data Movement gateway niet wilt gebruiken, selecteer dan Geen .
Raadpleeg Qlik Gegevensgateway - Gegevensverplaatsing voor informatie over de voordelen van Data Movement gateway en usecases waarvoor deze is vereist.
Start Date Voer de datum in, in het formaat MM/DD/YYYY, vanaf wanneer de gegevens van uw gegevensbron naar uw doel moeten worden gerepliceerd.
API Key API key. Connect to a sandbox environment Select this option if you are connecting to a sandbox environment.
SchemaInformatie 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