pixiSetInvoiceShippingInformation

Sets weight and number of packages

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


Request

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

Request body

Name Type Required Description
Packages integer false

Number of packages

Type: int

Default value: NULL

Example: 13

Available from: LOU Official - Update 46 (6.9.46.27927)

InvoiceNr string false

Invoice number

Type: varchar(20)

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

ShipVendor string false

Ship vendor code

Type: varchar(3)

Default value: NULL

Example: DHL

Available from: LOU Official - Update 46 (6.9.46.27927)

PackageNetWeight string false

Package weight (netto)

Type: float

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

PackageGrossWeight string false

Package weight (bruto)

Type: float

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Picklist data

Name Type Description
Status integer

Status Code (200 means OK, 500 means that data could not be updated, 400 means that Invoice was not found in pixi*)

Type: int

Available from: 25.06 (25.6.0.58802)

Message string

Status Message

Type: varchar

Available from: 25.06 (25.6.0.58802)

Packages integer

Number of packages

Type: int

Available from: 25.06 (25.6.0.58802)

InvoiceNr string

InvoiceNr that was updated

Type: varchar

Available from: 25.06 (25.6.0.58802)

ShipVendor string

Ship Vendor for this invoice

Type: varchar

Available from: 25.06 (25.6.0.58802)

PackageNetWeight number

Package net weight

Type: decimal

Available from: 25.06 (25.6.0.58802)

PackageGrossWeight number

Package gross weight

Type: decimal

Available from: 25.06 (25.6.0.58802)