Executes a modification query.
query is a constant name, parameters is defined
{ "sampleKey": { "connPath": "$.yourStateKey", "timeout": "10", "query": "Txt_File_In_Constants_Folder", "parameters": { "schema": { "your_fieldName": "string|integer|number|date|CustomValue" }, "data": { "your_fieldName": "yourText" } }, "retryTimes": "10", "retryDelay": "10" }, "dataConnections": { "your_connName": { "systemType": "MemorySql|SqlServer|Firebird|MockData|CustomValue", "connString": "" } }, "customDataProviders": { "your_systemType": "yourText" } }