Param name | Description |
---|---|
client
required |
Klanteninformatie Validations:
|
client[type_id]
required |
Type klant ID => Belgische particulier (of instelling zonder BTW nummer): 0, Belgisch bedrijf: 1, Particulier binnen EU (of instelling zonder BTW nummer): 4, Bedrijf in ander EU land:2, Klant buiten EU: 3 Validations:
|
client[name]
required |
Naam Validations:
|
client[btw_number]
optional |
BTW nummer Validations:
|
client[contact]
optional |
Contactpersoon Validations:
|
client[street]
required |
Straatnaam en nummer Validations:
|
client[postcode]
required |
Postcode Validations:
|
client[city]
required |
Gemeente Validations:
|
client[country]
optional |
Land Validations:
|
client[reference]
optional |
Eigen klantennummer Validations:
|
client[language]
optional |
Taal van factuur Validations:
|
invoice
required |
Factuur informatie Validations:
|
invoice[serial_number]
required |
Factuurnummer Validations:
|
invoice[date]
required |
Datum factuur Validations:
|
invoice[delivery_date]
optional |
Leveringsdatum Validations:
|
invoice[payment_term]
optional |
Betalingstermijn (in dagen) Validations:
|
invoice[internal_description]
optional |
Omschrijving voor intern gebruik Validations:
|
invoice[btw_percentage]
optional |
Globaal BTW % van toepassing op heel de factuur. Niet door te sturen indien elke lijn een ander percentage heeft. Validations:
|
invoice[custom_text_top]
optional |
Optionele tekst Validations:
|
invoice[custom_text_bottom]
optional |
Optionele tekst Validations:
|
invoice[pay_message]
optional |
Voeg ‘gelieve te betalen op rekeningnummer [XYZ] met mededeling Factuur [XYZ]’ toe aan factuur Validations:
|
invoice[sales_category_id]
optional |
Cashaca ID van de inkomstencategorie waaraan de verkoop gekoppeld wordt. Zie ook api/v1/sales_categories/ Validations:
|
invoice[discount_style_id]
optional |
Type korting. Geen korting => 0, Vaste korting => 1, % korting => 2, Korting snelle betaling =>3 Validations:
|
invoice[discount_amount]
optional |
De toegekende korting in euro Validations:
|
invoice[discount_percentage]
optional |
De toegekene korting in % Validations:
|
invoice[financial_discount_days]
optional |
Het gebruikte aantal dagen bij snelle betaling Validations:
|
invoice[commercial_document_lines_attributes]
optional |
Lijst van de lijnen op factuur Validations:
|
invoice[commercial_document_lines_attributes][0,1,2,3,...etc]
optional |
Informatie van een lijn op de factuur Validations:
|
invoice[commercial_document_lines_attributes][0,1,2,3,...etc][description]
optional |
Omschrijving Validations:
|
invoice[commercial_document_lines_attributes][0,1,2,3,...etc][number_skus]
optional |
Aantal Validations:
|
invoice[commercial_document_lines_attributes][0,1,2,3,...etc][unit_price]
optional |
Eenheidsprijs Validations:
|
invoice[commercial_document_lines_attributes][0,1,2,3,...etc][btw_percentage]
optional |
BTW percentage, enkel nodig om door te sturen indien er geen globaal percentage voor de hele factuur wordt doorgestuurd Validations:
|
sale
required |
Bijkomende informatie om factuur als verkoop in te boeken Validations:
|
sale[sales_type_id]
required |
Product type ID => Goederen: 1, Diensten: 2, (M)OSS Verkopen: 3 Validations:
|
sale[description]
optional |
Omschrijving voor boekhouding Validations:
|
sale[reallocation_of_btw]
optional |
Wordt de BTW verlegd naar Belgishe? Enkel te gebruiken bij verkopen aan Belgische klanten Validations:
|
sale[abc_sale]
optional |
Driehoeksverkeer? Enkel in te vullen bij verkoop van goederen naar klant in ander EU land. => Transport van verkoper (=jij) naar klant:0, Transport van jouw leverancier direct naar klant (driehoeksverkeer): 1 Validations:
|