pixiGetPosInvoiceLines

Returns all invoice lines of the corresponding POS invoice, meaning all sold items for further reporting

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiGetPosInvoiceLines

Request body

Name Type Required Description
InvoiceNr string true

POS Invoice number

Type: varchar(20)

Default value:

Example: abcdef

Available from: LOU Official - Update 46 (6.9.46.27927)

ResultCode string false

Result Code - output

Type: char

Default value: (empty)

Example: ABC

Available from: LOU Official - Update 46 (6.9.46.27927)

ResultText string false

Result Text - output

Type: varchar(1024)

Default value: (empty)

Example: ABC

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Result set

Name Type Description
EANUPC string

item EAN

Type: varchar

Available from: 25.06 (25.6.0.58802)

InvDate string

invoice date

Type: datetime

Available from: 25.06 (25.6.0.58802)

ItemQty integer

item quantity

Type: int

Available from: 25.06 (25.6.0.58802)

Discount number

discount per item, can be empty

Type: numeric

Available from: 25.06 (25.6.0.58802)

ItemName string

item name

Type: varchar

Available from: 25.06 (25.6.0.58802)

InvoiceNr string

ID of corresponding POS invoice

Type: varchar

Available from: 25.06 (25.6.0.58802)

ItemNrInt string

internal item number to identify the item (ItemNrInt = ID used to match to the shops items)

Type: varchar

Available from: 25.06 (25.6.0.58802)

ItemPrice_Netto number

item price excluding VAT

Type: money

Available from: 25.06 (25.6.0.58802)

ItemPrice_Total number

item price including VAT and discount, i.e. price for which item has been sold

Type: money

Available from: 25.06 (25.6.0.58802)

ItemPrice_Brutto number

item price including VAT

Type: money

Available from: 25.06 (25.6.0.58802)