Maak uw eerste factuur aan!
Duizenden gebruikers gingen u al voor.
Inkoopfacturen (van crediteuren) zijn te beheren via de controller 'creditinvoice'.
Met deze functie kunnen factuurregels worden verwijderd van een bestaande inkoopfactuur.
Veldnaam | Waarde | Omschrijving |
---|---|---|
Identifier | int | De unieke ID van een inkoopfactuur |
CreditInvoiceCode | string | Eigen interne inkoopfactuurnummer |
RecalculateInclTotalAmount | 'yes' of 'no' | Bedrag incl BTW herberekenen, standaard: 'no' |
InvoiceLines | array | Inkoopfactuurregel: |
- Identifier | int | De unieke ID van een regel |
$parameters = [
"CreditInvoiceCode" => "CF0002",
"InvoiceLines" => [
[
"Identifier" => "1"
]
]
];
$api->sendRequest('creditinvoiceline', 'delete', $parameters);
Array
(
[controller] => creditinvoiceline
[action] => delete
[status] => success
[date] => 2024-01-21T12:00:00+02:00
[success] => Array
(
[0] => Er zijn 1 factuurregels verwijderd
)
[creditinvoice] => Array
(
[Identifier] => 1
[CreditInvoiceCode] => CF0002
[InvoiceCode] => INV123456
[Creditor] => 1
[CreditorCode] => CD50000
[Status] => 1
[SubStatus] =>
[AuthorisationStatus] =>
[Date] => 2023-11-22
[Term] => 14
[AmountExcl] => 200.00
[AmountIncl] => 363.00
[AmountPaid] => 0.00
[AmountOutstanding] => 363.00
[Authorisation] => no
[PayDate] =>
[PaymentMethod] =>
[Currency] => EUR
[Comment] => initial test comment
[InvoiceLines] => Array
(
[0] => Array
(
[Identifier] => 2
[Number] => 1
[Description] => Another Test line
[PriceExcl] => 200
[TaxCode] => I21
[TaxPercentage] => 21
[StartDate] =>
[EndDate] =>
[CostCategory] => 0
)
)
[Created] => 2024-01-21 11:00:00
[Modified] => 2024-01-21 11:00:00
[Attachments] => Array
(
)
[Translations] => Array
(
[Status] => Nog niet betaald
[PaymentMethod] =>
)
)
)
Met WeFact maakt u sneller en zonder fouten online facturen, verwerkt u inkoopfacturen en heeft u grip op uw administratie! Test alle functionaliteiten zonder beperkingen met de gratis proefperiode.
Geen betaalgegevens nodig