pixiSetSupplierStockMultiple

Deprecated

API call to set multi stock of item in bin.

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: If parameter "Username" is not provided at all, "pipiSetSupplierStockMultiple" is used by default.

    **Items** parameter sample XML:
    <ITEMS>
        <ITEM>
            <ItemNrSuppl>123456_XL</ItemNrSuppl>
            <Quantity>50</Quantity>
        </ITEM>
        <ITEM>
            <ItemNrSuppl>123456_L</ItemNrSuppl>
            <Quantity>30</Quantity>
        </ITEM>
    </ITEMS>
    
    API call return new current stock on bin.

Request

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

Request body

Name Type Required Description
Items string true

XML with multiple defined filters

Type: xml

Default value: NULL

Example: See additional information

Available from: LOU Official - Update 46 (6.9.46.27927)

BinName string true

Name of the bin

Type: varchar(50)

Default value: NULL

Example: A-1-0

Available from: LOU Official - Update 46 (6.9.46.27927)

SupplNr string false

Supplier number

Type: varchar(4)

Default value: MGS

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

Location string false

Bin location (in case of same binnames on locations)

Type: varchar(3)

Default value: 001

Example: 001

Available from: LOU Official - Update 46 (6.9.46.27927)

Username string false

User name

Type: varchar(50)

Default value: pipiSetSupplierStockMultiple

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Returning the item information.

Name Type Description
Quantity integer

Item stock quantity

Type: int

Available from: 25.06 (25.6.0.58802)

ItemNrSuppl string

Supplier item number

Type: varchar (50)

Available from: 25.06 (25.6.0.58802)

2. Status output

Name Type Description
Code string

Execution status (OK/ERROR)

Type: varchar (20)

Available from: 25.06 (25.6.0.58802)

Message string

Description of the status

Type: varchar (200)

Available from: 25.06 (25.6.0.58802)