Get Sales Purchases
GET
/api/v1/sales/purchasesList purchase invoices submitted to this taxpayer by suppliers. Optional query: since.
Requires x-api-key
http://localhost:8100/api/v1/sales/purchases
Headers
| Field | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Required | Your Ushuru API key |
curl "http://localhost:8100/api/v1/sales/purchases?since=20180101000000" \
-H "x-api-key: YOUR_API_KEY"