Receivables: Minox Debiteuren |
Retrieve all the receivables from an administration.Retrieve all the receivables from an administration.
Catalogus: Minox
Schema: FinancialReceivable
Label: Debiteuren
De gegevens in deze tabel zijn gepartitioneerd per waarde van de kolom administration_code.
Dit is een alleen-lezen tabelfunctie. De Minox API biedt mogelijk geen ondersteuning voor het wijzigen van de data of het Invantive SQL-stuurprogramma voor Minox ondersteunt dit niet. In het laatste geval gebruikt u de tabel NativePlatformScalarRequests om gegevens te uploaden naar de Minox-API.
Parameters van de tabelfunctie
De volgende parameters kunnen worden gebruikt om het gedrag van de tabelfunctie Receivables in te stellen. Voor verplichte parameters moet altijd een waarde worden opgegeven, maar optionele parameters hoeven in het algemeen geen waarde te hebben en de uitvoering zal standaard een vooraf bepaald gedrag vertonen. Waarden kunnen worden gespecificeerd op basis van positie en naam. In beide gevallen worden alle niet-gespecificeerde parameters geëvalueerd aan de hand van hun standaardwaarden.
Waardespecificatie op positie gebeurt door alle waarden van de eerste tot de laatste benodigde waarde op te sommen. Bijvoorbeeld: een `select * uit tabel(waarde1, waarde2, waarde3)` op een tabel met vier parameters zal de standaardwaarde voor de vierde parameter gebruiken en de opgegeven waarden voor de eerste drie.
Waardespecificatie op naam gebeurt door alle waarden die een waarde vereisen op te sommen. Bijvoorbeeld met `selecteer * uit tabel(naam1 => waarde1, naam3 => waarde3)` op dezelfde tabel zullen de standaardwaarden voor de tweede en vierde parameter worden gebruikt en de opgegeven waarden voor de eerste en derde.
Naam |
Datatype |
Verplicht |
Standaardwaarde |
Documentatie |
---|---|---|---|---|
administration_code |
string |
☐ |
|
Partition to retrieve data from. |
date_from |
string |
☐ |
|
An option to filter on invoices from the given date and onwardsin a YYYY-MM-DD pattern |
next |
string |
☐ |
|
A single request returns a maximum of 20000 receivables. Incase more receivables have been found, a token will be provided in the responsebody. The next page can be accessed by providing this token to the nextrequest. An example: GET /receivable?next=[token] where [token] is the providedtoken |
status |
string |
☐ |
|
An option to filter on invoices with a certain payment status. Thisoption can be 'open' to show all receivables that still need to be paid, or'paid' receivables only to show all receivables that have already been paid. (Waarden: open, paid) |
Kolommen van Tabelfunctie
De kolommen van de tabelfunctie Receivables worden hieronder weergegeven. Elke kolom heeft een SQL-gegevenstype.
Naam |
Datatype |
Label |
Verplicht |
Documentatie |
---|---|---|---|---|
account_description |
string |
Relatieomschrijving |
☐ |
|
account_id_1 |
string |
Account ID 1 |
☐ |
|
account_id |
int64 |
Account ID |
☐ |
The account identifier for a payable or receivable |
account_scheme |
string |
Rekeningschema |
☐ |
|
account_type |
string |
Relatiesoort |
☐ |
|
administration_code |
string(30) |
Administratiecode |
☑ |
Partition code, segmenting the data. |
administration_name |
string(240) |
Administratie Naam |
☑ |
Name of the partition. |
age |
int64 |
Leeftijd |
☐ |
The age of the post in days |
balance |
decimal |
Saldo |
☐ |
The amount that still has to be paid to or received from apost. In case this amount is negative, there is a possibility that thisis a credit note |
blocked_active |
boolean |
Actieve Geblokkeerd |
☐ |
Indicates if the post is blocked |
blocked_reason |
string |
Blokkeerreden |
☐ |
The reason the post is blocked, with a corresponding code |
collection_date |
datetime |
Verzameldatum |
☐ |
The date at which a debt collection (Dutch: 'incasso') was performed |
credit_restriction |
decimal |
Kredietbeperking |
☐ |
The credit restriction amount, calculated by the payment term,that has been added to the total amount |
currency_description |
string |
Valuta Omschrijving |
☐ |
|
currency_exchange_rate |
decimal |
Wisselkoers |
☐ |
|
currency_id |
string |
Valuta ID |
☐ |
|
document_id |
string |
Document ID |
☐ |
|
due_date |
datetime |
Vervaldatum |
☐ |
The due date of the invoice with a YYYY-MM-DD pattern |
invoice_date |
datetime |
Factuurdatum |
☐ |
The date of the invoice with a YYYY-MM-DD pattern |
invoice_number |
int64 |
Factuurnummer |
☐ |
The identifying number for an invoice |
memo |
string |
Memo |
☐ |
The memo attached to the post |
paid |
decimal |
Betaald |
☐ |
The amount that has already been paid to or received from apost |
payment_discount |
decimal |
Betalingskorting |
☐ |
The payment discount amount, calculated by the payment term,that can be subtracted from the total amount |
payment_id |
string |
Betaling ID |
☐ |
The identification of a payment that is associated with thispost |
payment_term_days |
decimal |
Betalingstermijn Dagen |
☐ |
|
payment_term_description |
string |
Betalingstermijn Omschrijving |
☐ |
|
payment_term_id |
int64 |
Betalingstermijn-ID |
☐ |
|
payment_term_mandate |
string |
Machtiging Betalingstermijn |
☐ |
|
payment_term_start |
string |
Betalingstermijn Start |
☐ |
|
reminder_last_sent |
datetime |
Laatste Herinnering Verzonden |
☐ |
The last time a reminder has been sent to the correspondingaccount |
reminder_number_sent |
decimal |
Aantal Verzonden Herinneringen |
☐ |
The number of times a reminder has been sent to the correspondingaccount |
total |
decimal |
Totaal |
☐ |
The total amount that needs to be paid to or received fromthe post |
type |
string |
Soort |
☐ |
An identifier for whether a post is a payable or a receivable |
22-12-2022 21:29 Versie 22.1.101-BETA+3681