- Fakturan.nu API 2 /
- Products /
- update
PUT
/api/v2/products/:id
Update a product
Params
-
name
Name of the product or service.
- unit
- price
- tax
-
product_code
Max length 30
Examples
- PUT /api/v2/products/24
- {
- "name": "After"
- }
- 204