Introduction to Digiflo Concepts
The Digiflo platform uses specific language to refer to concepts within Digiflo. Encountering these terms require a good understanding of what they mean as to facilitate the Digiflo builders’ task. Some concepts are encapsulated by data structures and a good understanding of these structures is required to perform Digiflo builder tasks.
Data Objects
Some concepts are linked to a data objects. These data objects definition will be represented in a table, for example:
| Field | Description | Type | Required |
|---|---|---|---|
| id | The vendor system id. | guid | yes |
| vendorId | The digiflo system wide unique id. This is a system generated id assigned during vendor creation/import. | string | yes |
| name | The trading name. | string | yes |
A data object contains a set of properties describing the object. Data objects are also represented using JSON format in this documentation.
Â
For a comprehensive list of data types, see here