GET
curl -i -X GET \
'https://api.pracsuite.com/v1/invoice/{invoice_id}' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successful
RFC 3339 UTC date-time (Z) with microsecond precision.
Example:"2020-09-12T11:09:42.687393Z"
RFC 3339 UTC date-time (Z) with microsecond precision.
Example:"2020-09-12T11:09:42.687393Z"
RFC 3339 UTC date-time (Z) with microsecond precision.
Example:"2020-09-12T11:09:42.687393Z"
Response
{ "row_num": 0, "total_rows": 0, "links": { "self": "https://api.pracsuite.com/v1/invoice/1" }, "tenant_id": 0, "invoice_id": 0, "client_id": 0, "account_id": 0, "invoice_date": "2019-08-24", "issued": "2020-09-12T11:09:42.687393Z", "due_date": "2019-08-24", "invoice_number": 0, "invoice_notes": "string", "practice_notes": "string", "business_id": 0, "payer_id": 0, "created": "2020-09-12T11:09:42.687393Z", "updated": "2020-09-12T11:09:42.687393Z", "created_by_user_id": 0, "updated_by_user_id": 0, "invoice_items": [ { … } ] }