example CSV rest action
This commit is contained in:
@@ -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
|
||||
?>
|
||||
Reference in New Issue
Block a user