pixiCreateSupplierOrderFromProfile

API call to create supplier/purchase orders from suggestion profile

Since pixi version: 19.01 (8.4.49.36788) Additional notes: ####Helpful Information 1) The user that is used to create the purchase/supplier orders is always "API".

    2) Items cannot be added to existing purchase/supplier orders with this call - no matter the configuration of the used profile.
     
    ----------
    ####**Troubleshooting**
    **How to get the "ProfileID"**
    
    The profile ID is only displayed when manually opening a profile in pixi* Web. Check the URL in the browser to see the "profileId".
     
    ----------
    ####**Error Messages**
    _Supplier Order Suggestion Profile not found!_
    
    The provided supplier order suggestion profile could not be found in the database. Use an existing profile ID.

Request

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

Request body

Name Type Required Description
ProfileId string true

Supplier/purchase order profile ID

Type: smallint

Default value: NULL

Example: 7

Available from: 19.01 (8.4.49.36788)


Response

1. SupplierOrderSuggestion result

Name Type Description
SupplNr string

Supplier number

Type: varchar (4)

Available from: 25.06 (25.6.0.58802)

SupplOrderNr integer

Supplier/purchase order number

Type: int

Available from: 25.06 (25.6.0.58802)

2. SupplierOrderSuggestion result

Name Type Description
Status string

Execution status

Type: varchar(100)

Available from: 25.06 (25.6.0.58802)

Message string

Status description

Type: varchar (1024)

Available from: 25.06 (25.6.0.58802)