transactions
Sets the deleted flag for a transaction. The transaction is not deleted, but a reverse transaction is created and the "deleted" property is set to true.
patch/companies/{companySlug}/transactions/{transactionId}/delete
Response
OK
Example response
{
"transactionId": 734083065,
"createdDate": "2018-04-03",
"lastModifiedDate": "2018-04-03",
"type": "General Journal Entry",
"entries": [
{
"createdDate": "2018-04-03",
"lastModifiedDate": "2018-04-03",
"journalEntryNumber": 18,
"description": "Purchase, Schweigaards Gate 34 AS (invoice nr 26083)",
"date": "2018-04-03",
"lines": [
{
"amount": 310000,
"account": "2400:20079",
"vatCode": "1",
"lastModifiedDate": "2018-04-03"
}
],
"attachments": [
{
"uuid": "745b2f15-1234-4408-8bf2-b1d2d7610cb2",
"filename": "invoice_24760.pdf",
"identifier": "24760",
"type": "invoice"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.