Introduction
The IntegrationCollections module stores data used for integrating different services and systems.
getICollections
Getting all collections.
getICollectionById
Get collection by id.
getICollectionRowsById
Get all records belonging to the collection by collection id.
validateICollectionMarker
Check for the existence of a text identifier (marker).
getICollectionRowsByMarker
Getting all records from the collection.
getICollectionRowByMarkerAndId
Getting one record from the collection.
createICollectionRow
Create a record in the collection.
updateICollectionRow
Edit a record in the collection.
deleteICollectionRowByMarker
Deletion of collection record object.