example CSV rest action

This commit is contained in:
Michał Zieliński
2025-08-22 17:10:42 +02:00
parent e2fddb327c
commit 3ebc83e7c0
2 changed files with 27 additions and 1 deletions

View File

@@ -38,6 +38,9 @@
case 'createCostDocumentFromInvoice':
createCostDocumentFromInvoice($_GET['record']);
break;
case 'createCSVReports':
createCSVReports();
break;
}
// https://crm.twinpol.com/REST/index.php?key=d68dac4c-f784-4e1b-8267-9ffcfa0eda4c&action=createCostDocumentFromInvoice&record=c3f6eaa6-0cbd-8c89-1a8c-683ff19a36db
?>