Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One way synchronization

Synchronize data

...

from external systems to Avallone.

Avallone primarily supports one way synchronization i.e. data from customers can be uploaded to Avallone.

...

Bulk synchronization

The sync endpoint should support upload different data point in one go e.g. companies, company relations, officers, officer relations, etc - as much as possible.

However, there will be some exceptions e.g. documents.

...

Idempotent operations

Calling the sync endpoint with the same payload should not have any side-effect (except for activity logs).

...

The caller of the API should simply have to send the data extracted from it’s internal system. Avallone will take care of figuring out what needs to be created vs updated.

Accept partial data

Sometimes the endEnd-user doesn’t always have the complete dataset but whatever . Whatever is available should be accepted.

...