Skip to main content
GET
Show warehouse outbound receipt

Authorizations

Authorization
string
header
required

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

Path Parameters

warehouseOutboundReceipt
integer
required

Warehouse outbound receipt ID.

Example:

951

Response

Warehouse outbound receipt detail.

Warehouse outbound receipt including warehouse, client snapshot, and items.

id
integer

Internal warehouse outbound receipt ID.

Example:

951

uuid
string

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

Example:

"3f4c9fdd-6f9b-42c9-8c4b-a9d3a3435cf4"

number
string

Warehouse outbound receipt number.

Example:

"OUT-2026-0001"

webDokladUrl
string

Public web document URL for this outbound receipt.

Example:

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

pdfDownloadUrl
string

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

Example:

"https://app.fintoro.sk/api/public/v1/warehouse-outbound-receipts/951/pdf"

company
object

Historical supplier snapshot stored on the document.

warehouse
object

Warehouse from which the receipt deducts stock.

clientId
integer | null

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

Example:

101

client
object | null

Historical client snapshot stored on the outbound receipt.

currency
object

Outbound receipt currency.

language
object

Outbound receipt language.

issueDate
string<date>

Outbound receipt issue date.

Example:

"2026-03-11"

note
string | null

Optional internal note on the outbound receipt.

Example:

"Manual stock issue"

hasVat
boolean

Indicates whether the outbound receipt contains VAT.

Example:

true

total
number<float>

Total amount excluding VAT.

Example:

30

totalWithVat
number<float>

Total amount including VAT.

Example:

36

items
object[]

Line items of the warehouse outbound receipt.