Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

CreateUpdateRelationByID

Creates or updates a relation in Microbizz.

If a relation with the given relation id already exists, then the relation will be overwritten.

If the relation provided have a relation id of 0, a new relation will be formed.

Input


relationcprelationshipThe relation to create/update

Output


relationcprelationshipThe relation object as it is in Microbizz after the update

GetRelationsByLastChange

Get a collection of relations changed since a given date and time.

Input


changedatedateReturn all relations changed on or after the provided date.
changetimetimeIf this is provided only return relations changed after the provided date and time.

Output


relationscollection[ cprelationship ]A collection of the relevant relations, or an empty collection if no relations were found.
  • No labels