Get invoice using specific key.

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

invoice
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

internal_number

Internal number to identify the invoice

string
company_id

Foreign key to company, identifies the company of the invoice

globally unique identifier
company_code

Company code of the invoice

string
company_name

Company name of the invoice

string
date_create

Invoice creation date in utc

date
memo

Memo field for invoice

string
description

Decription field for invoice

string
invoice_type

Invoice type, possible values “ContractGenerated“ and “WorkOrderApproval“

string
source_type

Source of invoice, refers to the type of the object from which invoice is derived

string
source_id_in_table

Key of the object from which the invoice is derived

globally unique identifier
total_lines

Total amount of lines linked to the invoice

integer
total_amount

Total value of items in lines linked to the invoice

decimal number
db_currency_id

Key of db_currency entity, identifies the db_currency of the invoice

globally unique identifier
total_taxes

Total taxes

decimal number
due_date

The due date

date
source_db_table_name

The name of db table

string
delivery_name

The delivery name

string
delivery_street

The street for delivery

string
delivery_city

The city for delivery

string
delivery_zip

The zip for delivery

string
delivery_db_country_name

The country name for delivery

string
reference_back_office

Reference data for back office

string
db_payment_method_id

Payment method id

globally unique identifier
id2

id for internal

integer
customer_remarks

Customer remarks

string
bill_to_party

The bill to party

string
bill_to_contact_id

Contact id for bill

globally unique identifier
contact_id

Contact id of invoice

globally unique identifier
article_price_label_id

Article price label id

globally unique identifier
db_language_id

The language id

globally unique identifier
invoice_status_id

The status id of invoice

globally unique identifier
invoice_status_name

The status name of invoice

string
discount_group_id

The id of discount group

globally unique identifier
discount

Discount value

decimal number
email

The email

string
invoice_number

Invoice number

string
bill_to_company_id

Company id for bill

globally unique identifier
dateutc_confirmation

The confirmation date (UTC)

date
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "adfc851d-6cdb-4d9c-9faa-ed84f67c4ea6",
  "internal_number": "sample string 2",
  "company_id": "b4d13429-a7c8-4861-8ab3-9982a4158c1f",
  "company_code": "sample string 4",
  "company_name": "sample string 5",
  "date_create": "2025-07-31T13:53:29.9480442+00:00",
  "memo": "sample string 7",
  "description": "sample string 8",
  "invoice_type": "sample string 9",
  "source_type": "sample string 10",
  "source_id_in_table": "2ce8dbe9-e23b-485e-a72c-59bb988d6cef",
  "total_lines": 12,
  "total_amount": 13.0,
  "db_currency_id": "7a52641e-3d7b-4a92-947c-ee792b0853c2",
  "total_taxes": 15.0,
  "due_date": "2025-07-31T13:53:29.9480442+00:00",
  "source_db_table_name": "sample string 17",
  "delivery_name": "sample string 18",
  "delivery_street": "sample string 19",
  "delivery_city": "sample string 20",
  "delivery_zip": "sample string 21",
  "delivery_db_country_name": "sample string 22",
  "reference_back_office": "sample string 23",
  "db_payment_method_id": "1cad73c7-0c3b-45bd-9df0-b183fc5949a9",
  "id2": 25,
  "customer_remarks": "sample string 26",
  "bill_to_party": "sample string 27",
  "bill_to_contact_id": "65a427fc-7c87-4250-80c3-f0a81bb374bb",
  "contact_id": "0e0e1ae7-e4b1-4a52-9db4-89e05376d78a",
  "article_price_label_id": "91d3b749-ec42-466f-9ce7-e7c04b2aac90",
  "db_language_id": "5bd37e9a-a845-4189-b01a-57e65e2dbf55",
  "invoice_status_id": "c14d1fa3-2e62-49dd-b3bc-234a885294aa",
  "invoice_status_name": "sample string 33",
  "discount_group_id": "b5f816fb-25b8-4578-938b-66ed14c9ae02",
  "discount": 35.0,
  "email": "sample string 36",
  "invoice_number": "sample string 37",
  "bill_to_company_id": "b405022a-84b2-495e-9b10-77ce41cb880a",
  "dateutc_confirmation": "2025-07-31T13:53:29.9647263+00:00",
  "modified_dateutc": "2025-07-31T13:53:29.9647263+00:00"
}