Purchases

Get a List of Member Purchases
Provide an auth-token, a company id and a member id to
retrieve a list of purchases for that person.
Results are returned as a paginated list.
There is an optional date range for filtering results

Path Params
string
required

Company id, required, must match Auth-Token company id

int32
required

Member id, required

Query Params
string

Start Date. Format (YYYY-MM-DD)

string

End date (YYYY-MM-DD)

int32
Defaults to 1
int32
Defaults to 30
boolean

Returns items that required payment.
True - fully paid items, False - partially paid items or unpaid items

Response
200

Purchases

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here!