put https://app.pennylane.com/api/external/v1/supplier_invoices/
This endpoint updates the transaction reference and categories linked to a supplier invoice.
Log in to see full request history
Responses
This endpoint updates the transaction reference and categories linked to a supplier invoice.
xxxxxxxxxx
curl --request PUT \
--url https://app.pennylane.com/api/external/v1/supplier_invoices/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
109}
{
"invoice": {
"id": "wMoOACctiA",
"label": "Invoice label",
"invoice_number": "Invoice number",
"quote_group_uuid": "b50b8fe6-48ce-4380-b9b3-52eec688fc04",
"is_draft": true,
"is_estimate": true,
"currency": "EUR",
"amount": "230.32",
"currency_amount": "230.32",
"currency_amount_before_tax": "196.32",
"exchange_rate": 1,
"date": "2023-08-30",
"deadline": "2024-08-30",
"currency_tax": "34.0",
"language": "fr_FR",
"paid": false,
"fully_paid_at": "2023-08-30",
"status": "upcoming",
"discount": "50.1",
"discount_type": "relative",
"filename": "File.pdf",
"file_url": "https://app.pennylane.com/.../file.pdf",
"remaining_amount": "20.0",