Skip to content

Get Invoice

Request

Security
x-api-key and a-api-key
Path
invoice_idintegerrequired
GET
/invoice/{invoice_id}
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'

Responses

Successful

Bodyapplication/json
row_numintegerread-only
total_rowsintegerread-only
tenant_idinteger
invoice_idinteger
client_idinteger
account_idinteger
invoice_datestring, (date)
issuedstring, (date-time)^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6...

RFC 3339 UTC date-time (Z) with microsecond precision.

Example:"2020-09-12T11:09:42.687393Z"
due_datestring, (date)
invoice_numberinteger
invoice_notesstring
practice_notesstring
business_idinteger
payer_idinteger
createdstring, (date-time)^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6...

RFC 3339 UTC date-time (Z) with microsecond precision.

Example:"2020-09-12T11:09:42.687393Z"
updatedstring, (date-time)^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6...

RFC 3339 UTC date-time (Z) with microsecond precision.

Example:"2020-09-12T11:09:42.687393Z"
created_by_user_idinteger
updated_by_user_idinteger
invoice_itemsArray of objects
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": [ {} ] }