Services
Services are resources that can be used in a transaction to obtain information and perform validations.
Status Code
The services return a code that details the status of the query. This code is identified as statusCode
and helps in interpreting the results.
Value | Description |
---|---|
01 | Query performed successfully |
02 | Invalid or insufficient data |
50 | Failed to perform query |
Data
Every transaction will contain an object called "sections", with all services chosen for the query. Each data source will have its own object. The data sources return, by default, an object called data
that contains the queried data. Each source has a different schema for returns in this field.
Last updated