OData v2.0 & Reporting

Descriptions of Izenda and OData API reporting interfaces.

Replenishment+ offers two interfaces for reporting.

The first is an OData API that offers retrieval of all items of various types (parts, supply orders). The second is reporting in the application itself with the Izenda reporting tool, which directly accesses Sql tables.

Both the Izenda and OData v2.0 interfaces offer an identical return in terms of data and columns. All special values like PartType are returned as strings rather than numbers, such as "Buy", "Make" and "Distributed" - localized for the language of the user.

In the definition, any type with a "?" following it is shorthand for a nullable value. For instance, "decimal?" could return a decimal value or null, but "decimal" will always return a non-null value.

Last updated