Skip to main content
GET
Show warehouse inbound receipt

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

warehouseInboundReceipt
integer
required

Warehouse inbound receipt ID.

Example:

901

Response

Warehouse inbound receipt detail.

Warehouse inbound receipt including warehouse, supplier snapshot, and items.

id
integer

Internal warehouse inbound receipt ID.

Example:

901

uuid
string

Public warehouse inbound receipt UUID also used in the webDoklad URL.

Example:

"5d6f8b1d-44c2-4ef6-a2c9-2d4d1c1a6e10"

number
string

Warehouse inbound receipt number.

Example:

"INB-2026-0001"

webDokladUrl
string

Public web document URL for this inbound receipt.

Example:

"https://app.fintoro.sk/web-doklad/company/warehouse-inbound-receipt/uuid"

pdfDownloadUrl
string

Direct URL for downloading the PDF export of this inbound receipt.

Example:

"https://app.fintoro.sk/api/public/v1/warehouse-inbound-receipts/901/pdf"

company
object

Historical supplier snapshot stored on the document.

warehouse
object

Warehouse into which the receipt adds stock.

supplierId
integer | null

Live supplier ID when the receipt is still linked to an existing supplier.

Example:

401

supplier
object | null

Historical supplier snapshot stored on the inbound receipt.

currency
object

Inbound receipt currency.

language
object

Inbound receipt language.

issueDate
string<date>

Inbound receipt issue date.

Example:

"2026-03-11"

note
string | null

Optional internal note on the inbound receipt.

Example:

"Receipt from external purchase"

hasVat
boolean

Indicates whether the inbound receipt contains VAT.

Example:

true

total
number<float>

Total amount excluding VAT.

Example:

45

totalWithVat
number<float>

Total amount including VAT.

Example:

54

items
object[]

Line items of the warehouse inbound receipt.