pixiGetInvoicesForCustomer

Returns Invoices for customer in Order currency for defined customer key, customer number external or invoice number. Only one parameter must be set.

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


Request

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

Request body

Name Type Required Description
CustKey integer false

Customer Key.

Type: int

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

InvoiceNr string false

Invoice Number.

Type: varchar(20)

Default value:

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

CustomerNrExternal string false

Customer number external (shop customer number).

Type: varchar(60)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

1. Invoices information

Name Type Description
Blz string

Bank identification related to LS payment type

Type: varchar

Available from: 25.06 (25.6.0.58802)

Paid boolean

Invoice is paid

Type: bit

Available from: 25.06 (25.6.0.58802)

total number

Invoice total amount

Type: money

Available from: 25.06 (25.6.0.58802)

Account string

Account information related to LS payment type

Type: varchar

Available from: 25.06 (25.6.0.58802)

OrderNr integer

Order number (internal)

Type: int

Available from: 25.06 (25.6.0.58802)

PaidSum number

Invoice paid amount

Type: money

Available from: 25.06 (25.6.0.58802)

BankName string

Bank name related to LS payment type

Type: varchar

Available from: 25.06 (25.6.0.58802)

CcCardNr string

CC Name

Type: varchar

Available from: 25.06 (25.6.0.58802)

ShipDate string

Invoice ship date

Type: datetime

Available from: 25.06 (25.6.0.58802)

CcCardExp string

CC Expiry

Type: varchar

Available from: 25.06 (25.6.0.58802)

InvoiceNr integer

Invoice Number

Type: int

Available from: 25.06 (25.6.0.58802)

CcCardName string

CC Number

Type: varchar

Available from: 25.06 (25.6.0.58802)

CcCardType string

CC Type

Type: varchar

Available from: 25.06 (25.6.0.58802)

TotalToPay number

Invoice total amount to be paid

Type: money

Available from: 25.06 (25.6.0.58802)

TrackingID string

Tracking ID of the order

Type: varchar

Available from: 25.06 (25.6.0.58802)

AccountName string

Name on the account related to LS payment type

Type: varchar

Available from: 25.06 (25.6.0.58802)

InvoiceDate string

Invoice date

Type: datetime

Available from: 25.06 (25.6.0.58802)

PaymentCode string

Invoice payment type

Type: varchar

Available from: 25.06 (25.6.0.58802)

PaymentDate string

Invoice payment date

Type: datetime

Available from: 25.06 (25.6.0.58802)

PaymentText string

Invoice payment text

Type: varchar

Available from: 25.06 (25.6.0.58802)

ReminderLevel integer

Invoice Reminder level

Type: int

Available from: 25.06 (25.6.0.58802)

OrderNrExternal string

Order number (shop)

Type: varchar

Available from: 25.06 (25.6.0.58802)

PaymentAddressId integer

Id of Billing Address

Type: int

Available from: 25.06 (25.6.0.58802)

OrderCurrencyCode string

Order Currency Code

Type: varchar

Available from: 25.06 (25.6.0.58802)

ShipmentAddressId integer

Id of Shipping Address

Type: int

Available from: 25.06 (25.6.0.58802)