Maak uw eerste factuur aan!
Duizenden gebruikers gingen u al voor.
Producten zijn te beheren via de controller 'product'.
Middels deze functie is het mogelijk een product toe te voegen.
Veldnaam | Waarde | Omschrijving |
---|---|---|
ProductCode | string | Het productnummer Geef deze parameter niet mee wanneer het productnummer automatisch bepaald mag worden. |
ProductName | string | Productnaam |
ProductKeyPhrase | string | Omschrijving op factuur |
ProductDescription | string | Uitgebreide (interne) omschrijving |
NumberSuffix | string | Eenheid bijvoorbeeld: Kg. |
Barcode | string | Barcode |
PriceExcl | float | Prijs per stuk (excl. BTW) |
PricePeriod | string | Zie variabelen-lijst. Standaard: '' (= Geen abonnement) |
TaxCode | string | BTW code |
AccountingCostCentre | string | Code kostenplaats boekhoudpakket Enkel beschikbaar indien geactiveerd. |
AccountingProject | string | Code project boekhoudpakket Enkel beschikbaar indien geactiveerd. |
Groups | array | array met ID's van productgroepen of lege string voor geen productgroepen |
ProductInventory | array | productvoorraad module: |
- IsProductInventoryEnabled | 'yes' of 'no' | Voorraad bijwerken Standaard: yes |
- TotalStock | float | Aantal op voorraad |
- StockWarningThreshold | string | Waarschuwen vanaf (dit veld leeg meegeven om de standaard uit de instellingen te gebruiken) |
- SupplierIds | array | array met ID's van gekoppelde crediteuren of lege string voor geen gekoppelde crediteuren |
- WarehouseID | int | Magazijn locatie |
$parameters = [
"ProductName" => "Service contract",
"ProductKeyPhrase" => "Service contract",
"PriceExcl" => 150,
"PricePeriod" => "m"
];
$api->sendRequest('product', 'add', $parameters);
Array
(
[controller] => product
[action] => add
[status] => success
[date] => 2024-01-21T12:00:00+02:00
[product] => Array
(
[Identifier] => 1
[ProductCode] => P0001
[ProductName] => Service contract
[ProductKeyPhrase] => Service contract
[ProductDescription] =>
[NumberSuffix] =>
[Barcode] =>
[PriceExcl] => 150
[PricePeriod] => m
[TaxCode] => V21
[TaxPercentage] => 21
[Groups] => Array
(
)
[Created] => 2024-01-21 11:00:00
[Modified] => 2024-01-21 11:00:00
[Translations] => Array
(
[PricePeriod] => maand
)
)
)
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