pixiSetInvoicePaid

Since pixi version: LOU Official (6.3.0.4452) Additional notes: API Call that sets entered Invoice (InvoiceNr) to paid or unpaid


Request

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

Request body

Name Type Required Description
paid boolean true

Set to paid =1 or unpaid =0

Type: bit

Default value:

Example: 0 or 1

Available from: LOU Official (6.3.0.4452)

PaidSum number false

Sum that was paid. @CaptureSum in pixiPaySetInvoiceCapture; If (NULL) or =0 and @Paid=1, then completely paid

Type: money

Default value: NULL

Example: 46.18

Available from: LOU Official - Update 46 (6.9.46.27927)

eventID string false

The EventID of the payment event in Customer Account

Type: varchar(3)

Default value: NULL

Example: MIN

Available from: LOU Official (6.3.0.4452)

PaidDate string false

Pay date and time when invoice is set to paid; If NULL, getdate() is used

Type: datetime

Default value: NULL

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

Available from: LOU Official (6.3.0.4452)

InvoiceNR string true

Invoice number of the invoice that should be set to paid

Type: varchar(20)

Default value:

Example: DEM0000021

Available from: LOU Official (6.3.0.4452)


Response

1. Return status

Name Type Description
Status string

Result of API Call

Type: varchar(10)

Available from: 25.06 (25.6.0.58802)

Message string

Extended Result of API Call

Type: varchar(100)

Available from: 25.06 (25.6.0.58802)