We found 8 matches for: twinfield

An overview of all twinfield blocks currently available, updated daily!

invoices: read

reads the sales invoice of supplied invoice type and invoice number.

In-pins

flow
connection
type
The invoice type (code), e.g. MEMO.
number
The number of his invoice, e.g. 202100001. As this 'number' can be padded with zeros, we can only accept it as value. Twinfield will auto-fill is none is given.

Out-pins

flow
success
invoice
error
Connection
journal transactions: create/update

creates a new journal transaction or updates existing ones. See Twinfield Docs for a full description.

In-pins

flow
status
The status of this journal entry, e.g. temporary. Should be final after testing.
type
The transaction type (code)
number
The transaction number (number), e.g. 201300001. As this number can be padded with zeros, we can only accept it as value. Should only be set during an update
currency
The currency to be used, e.g. EUR.
date
The date shown on the journal entry, auto-filled with current date if not given.
lines
Lines to be shown on this journal entry, @id is auto-filled, See Twinfield Docs for a full description.
connection

Out-pins

flow
success
location
Returns the twinfield location of this transaction.
number
Transaction number.
date
Transaction date.
transaction
Returns the twinfield transaction information.
lines
Returns the lines of this transaction.
error
Connection
twinfield: open connection

Connects using oAuth 2.0 with your secured Twinfield environment.

In-pins

flow
Office ID
The office to connect with by default.

Out-pins

flow
connection
success
Connection succeeded or not
user code
The user organisation code we verified
organisation code
The organisation code we verified
invoices: create

generates a new invoice in the twinfield classic invoicing.

In-pins

flow
connection
type
The invoice type (code), e.g. MEMO.
number
The number of his invoice, e.g. 202100001. As this 'number' can be padded with zeros, we can only accept it as value. Twinfield will auto-fill is none is given.
customer
The number of the customer this invoice is directed to, e.g. 0004. As this 'number' can be padded with zeros, we can only accept it as value.
ledger
The revenue ledger this invoice total should be booked against, e.g. 1300
status
The status of this invoice, e.g. concept. Should be final after testing.
lines
Lines to be shown on this invoice, @id is auto-filled, See Twinfield Docs for a full description.
total incl
The invoice total incl. VAT
currency
The currency to be used, e.g. EUR.
date
The date shown on the invoice, auto-filled with current date if not given.

Out-pins

flow
success
invoice
number
due_date
lines
Full output of the created lines in twinfield.
error
Connection
offices: get all

gets all the offices available within the current verified user.

In-pins

flow
connection

Out-pins

flow
success
offices
A list of offices usable within this connection.
error
Connection
matching: match

matches two twinfield transactions. See Twinfield Docs for a full description.

In-pins

flow
code
The match code. Can be one of the following: 070 (matching suspense accounts), 170 (matching customers), 270 (matching suppliers), 370 (matching projects)
date
The match date, auto-filled with current date if not given.
lines
Lines to be matches. See Twinfield Docs for a full description.
connection

Out-pins

flow
success
error
Connection
journal transactions: read

reads a given journal transaction from twinfield.

In-pins

flow
type
The transaction type (code), e.g. MEMO.
number
The transaction number (number), e.g. 201300001. As this number can be padded with zeros, we can only accept it as value.
connection

Out-pins

flow
success
location
Returns the twinfield location of this transaction.
number
Transaction number.
date
Transaction date.
transaction
Returns the twinfield transaction information.
lines
Returns the lines of this transaction.
error
Connection
twinfield: if

condition based splitting, in case of multiple twinfield connections are required in different situations.

In-pins

flow
then
else
if

Out-pins

flow
Connection