pixiDFSetSupplierNotifiedFlag

This API Call sets the notified flag for the supplier

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: Depending on the filter conditions:

    When Orderline Id is provided then the latest FUT status in the order history table will be updated.
    
    When Order number is provided then the latest FUT status in the order history table for every orderline will be updated.

Request

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

Request body

Name Type Required Description
OrderNr integer false

Filter: pixi order number

Type: int

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

IsNotified boolean false

Switch: Flag whether the supplier has been notified or not

Type: bit

Default value: 1

Example: 0 or 1

Available from: LOU Official - Update 46 (6.9.46.27927)

OrderlineKey integer false

Filter: Orderline Id

Type: int

Default value: NULL

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

Name Type Description