pixiGetUpdatedInvoices

API call that returns updated Invoices

Since pixi version: LOU Official (6.3.0.4452) Additional notes:


Request

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

Request body

Name Type Required Description
Rows integer false

Define maximum rows that will be returned

Type: int

Default value: 0 (all records shown)

Example: 100

Available from: LOU Official (6.3.0.4452)

Since string false

Filter: Get invoices that were updated after specified date

Type: datetime

Default value: Start of current day

Example: YYYY-MM-DD hh:mm:ss

Available from: LOU Official (6.3.0.4452)

OffSet integer false

Start with next invoice ID specified in Offset parameter

Type: int

Default value: -1

Example: 15

Available from: AVA 17.07 (8.4.31.30601)

PaymentType string false

Filter: Only return invoices with specified PaymentType

Type: varchar(1)

Default value: Empty (all records shown)

Example: C

Available from: AVA 17.07 (8.4.31.30601)


Response

1. Updated invoices since specified date

Name Type Description
ShopID string

Shop code

Type: varchar (3)

Available from: 25.06 (25.6.0.58802)

InvoiceNr string

Invoice number

Type: varchar (20)

Available from: 25.06 (25.6.0.58802)

InvoiceKey integer

Invoice ID

Type: int

Available from: 25.06 (25.6.0.58802)

UpdateDate string

Last update date connected to the invoice

Type: datetime

Available from: 25.06 (25.6.0.58802)

PaymentCode string

Payment code connected to the invoice

Type: varchar (1)

Available from: 25.06 (25.6.0.58802)

PaymentText string

Payment text / description

Type: varchar (120)

Available from: 25.06 (25.6.0.58802)

2. Error response

Name Type Description
Status string

Status of the responce

Type: varchar(50)

Available from: 25.06 (25.6.0.58802)

Message string

Description of the error response

Type: varchar(4000)

Available from: 25.06 (25.6.0.58802)