Questo metodo simula lo scatenarsi di un evento.
Legenda:
Parametro obbligatorio
Parametro opzionale
{
'sessionID': SID,
'idWorkflowEvent': 'id workflow event',
'parameters':
[
{
'Name': 'field external id',
'Value': 'field value',
'ValueType': 'Int/String/Date/DateTime/Decimal/ByteArray/MultiLanguage/Boolean/Guid',
'ValueFormat': 'yyyy-MM-dd',
'ValueCultureInfoName': 'it-IT'
},
{...},
{...}
]
}
{
'result':
{
'HasError': false,
'Error': '',
'GUID': 'GUID event'
}
}