pixiInvoiceSetInfo

Enabled but undocumented

API Call to set the Invoice Note

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


Request

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

Request body

Name Type Required Description
Note string false

Invoice Note

Type: varchar(255)

Default value: NULL

Example: abcdef

Available from: LOU Official - Update 46 (6.9.46.27927)

InvoiceNr string false

Invoice number

Type: varchar(20)

Default value: NULL

Example: abcdef

Available from: LOU Official - Update 46 (6.9.46.27927)

InvoiceKey integer false

Invoice Id

Type: int

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Result set

Name Type Description
ErrorNr string

200 = OK 404 = Invoice not found 500 = Error during Update of the invoice

Type: varchar

Available from: 25.06 (25.6.0.58802)

ErrorMessage string

displays an error message (or empty if successful)

Type: varchar

Available from: 25.06 (25.6.0.58802)