pixiDeleteItemSupplier

API call deletes an item property record connected to a specific supplier.

Since pixi version: LOU Official (6.3.0.4452) Additional notes: Removing of such a record is only possible when there are no open supplier orders for this item. To identify the item itself one of paramters @ItemKey, @ItemNrInt needs to be provided.


Request

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

Request body

Name Type Required Description
EAN string false

Filter: Item barcode.

Type: varchar(13)

Default value: NULL

Example: 0123456789abc

Available from: AVA 17.07 (8.4.31.30601)

ItemKey integer false

Filter: pixi* item ID.

Type: int

Default value: NULL

Example: 1234

Available from: LOU Official (6.3.0.4452)

SupplNr string true

Filter: Supplier number.

Type: varchar(4)

Default value:

Example: SNum

Available from: LOU Official (6.3.0.4452)

ItemNrInt string false

Filter: Shop item number.

Type: varchar(50)

Default value: NULL

Example: abc123

Available from: LOU Official (6.3.0.4452)


Response

1. Success response.

Name Type Description
Status string

Status of the success response. (normaly: "Success")

Type: varchar

Available from: 25.06 (25.6.0.58802)

Message string

Details of the deleted record.

Type: varchar

Available from: 25.06 (25.6.0.58802)

2. Error response.

Name Type Description
Status string

Status of the error response. (normaly: "Error")

Type: varchar

Available from: 25.06 (25.6.0.58802)

Message string

Error description.

Type: varchar

Available from: 25.06 (25.6.0.58802)