Skip to content

Get an invoice by ID

GET
/pos/invoices/:id

Retrieve a specific cash register invoice by its ID

id
required
string

OK

object
id
required
string
direction
required
string
issuedAt
required
Any of:
state
required
string
type
required
string
transactionType
required
number
amount
required
string
userId
required
string
cashierTin
string
buyerTin
string
supplierTin
string
invoiceType
number
transactionTypeNumeric
number
paymentType
number
referentDocumentNumber
string
referentDocumentDT
Any of:
items
Array<object>
object
id
required
string
gtin
required
string
itemName
required
string
quantity
required
string
unitPrice
required
string
totalAmount
required
string
tax
required
string
fiscalNumber
string
fiscalEnuCode
string
fiscalSignature
string
fiscalQrCode
string
fiscalizedAt
Any of:
sdcType
string
fiscalRequestId
string
fiscalStatus
string
efakturaStatus
string
efakturaSubmittedAt
Any of:
efakturaDetails
Any of:
null
processingKind
string
createdAt
required
Any of:
updatedAt
required
Any of:

401

One of:
object
defined
required
code
required
Allowed value: UNAUTHORIZED
status
required
Allowed value: 401
message
required
string
default: Missing user session. Please log in!
data

403

One of:
object
defined
required
code
required
Allowed value: FORBIDDEN
status
required
Allowed value: 403
message
required
string
default: You do not have enough permission to perform this action.
data

422

One of:
object
defined
required
code
required
Allowed value: INPUT_VALIDATION_FAILED
status
required
Allowed value: 422
message
required
string
default: INPUT_VALIDATION_FAILED
data