pixiUpdateSupplierOrder

Update purchase order.

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

    With this call you can update fields:
    - Status
    - Ordered
    - Ordered by
    - Confirmed
    - Confirmed by
    - External order number
    - Note to Supplier
    - Expected delivery date
    
    Automatically update fields:
    - Modified
    - Modified by

Request

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

Request body

Name Type Required Description
Note string false

Adds a note to the given purchase order

Type: text

Default value: NULL

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

Status string false

Purchase order status

Type: varchar(3)

Default value: NULL

Example: NEW, BES, CON or CLS

Available from: LOU Official - Update 46 (6.9.46.27927)

UserName string false

User name of user who execute API call.

Type: varchar(50)

Default value: API

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

SupplierOrderNR integer true

InternalNumber of (one) purchase order.

Type: int

Default value:

Example: 70000013

Available from: LOU Official - Update 46 (6.9.46.27927)

EstimatedDeliveryDate string false

Sets the estimated delivery date for this purchase order

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: LOU Official - Update 46 (6.9.46.27927)

SupplierOrderNRExtdrnal string false

External order number

Type: varchar(25)

Default value: NULL

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Update status response

Name Type Description
ReturnCode string

Update status (Error/Success)

Type: varchar

Available from: 25.06 (25.6.0.58802)

ErrorMessage string

Detail status description

Type: varchar

Available from: 25.06 (25.6.0.58802)