Poynt Services and Content Providers

Poynt Content Providers provide a storage for various business related data including the orders and transactions, through the standard Android Content Provider interfaces. These content providers can be used to load data into various standard Android widgets directly from the data source.

And similar to how Android OS (AOSP) provides some standard services like Telephony Service, Poynt provides some services out of the box - these are what we call as Poynt Services (also analogous to Google Play Services).

Use this category for any questions and discussions around Poynt Services and Content Providers.

In the terminal app, using the Poynt SDK, how would I accomplish the equivalent of this CloudAPI call:
GET /businesses/{businessId}/orders.
I need to fetch all orders for a business for a specified time span.

Follow up question: how to fetch all orders for a specific employee for a specific timespan? Thanks!

How do I get an order using the Order Service by passing the transaction reference id in the Transaction object?