invoices: readreads the sales invoice of supplied invoice type and invoice number.
The invoice type (code), e.g. MEMO
. 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. journal transactions: create/updatecreates a new journal transaction or updates existing ones. See Twinfield Docs for a full description.
The status of this journal entry, e.g. temporary
. Should be final
after testing. The transaction type (code) 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 The currency to be used, e.g. EUR
. The date shown on the journal entry, auto-filled with current date if not given. Lines to be shown on this journal entry, @id
is auto-filled, See Twinfield Docs for a full description. Returns the twinfield location of this transaction. Returns the twinfield transaction information. Returns the lines of this transaction. twinfield: open connectionConnects using oAuth 2.0 with your secured Twinfield environment.
The office to connect with by default. Connection succeeded or not The user organisation code we verified The organisation code we verified invoices: creategenerates a new invoice in the twinfield classic invoicing.
The invoice type (code), e.g. MEMO
. 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. 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. The revenue ledger this invoice total should be booked against, e.g. 1300
The status of this invoice, e.g. concept
. Should be final
after testing. Lines to be shown on this invoice, @id
is auto-filled, See Twinfield Docs for a full description. The invoice total incl. VAT The currency to be used, e.g. EUR
. The date shown on the invoice, auto-filled with current date if not given. Full output of the created lines in twinfield. offices: get allgets all the offices available within the current verified user.
A list of offices usable within this connection. matching: matchmatches two twinfield transactions. See Twinfield Docs for a full description.
The match code. Can be one of the following: 070 (matching suspense accounts), 170 (matching customers), 270 (matching suppliers), 370 (matching projects) The match date, auto-filled with current date if not given. journal transactions: readreads a given journal transaction from twinfield.
The transaction type (code), e.g. MEMO
. The transaction number (number), e.g. 201300001
. As this number can be padded with zeros, we can only accept it as value. Returns the twinfield location of this transaction. Returns the twinfield transaction information. Returns the lines of this transaction. twinfield: ifcondition based splitting, in case of multiple twinfield connections are required in different situations.