Here we indicate some important information to better understand how Ordatic uses certain types of data.

CURRENCY VALUE

All currency values are represented in Ordatic as integers. This means that a Product costing 12.34 € in Ordatic is represented by the integer 1234.
Usually, if you use floating point numbers in your systems, the process is to multiply the currency by 100 and do the opposite (divide by 100) when you retrieve these values instead.

DATETIME

All Ordatic datetimes are represented in ISO-8601 format.
An example of a date could be the following:
2022-12-31T23:59:59.000Z
2022-12-31T23:59:59.000+02:00