...
Code Block | ||
---|---|---|
| ||
<procedureMode>INSERT</procedureMode> |
See the example of incoming EagleML message for inserting new record in the Upsert Mode.
Update Data
For updating the existing row in the database the value of element Procedure Mode should be null or equal ‘UPDATE’ if the row exists in the database table:
...