You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Rest API Payload for creating new lines in an existing Transfer Order

edited Feb 16, 2024 9:26PM in Supply Chain Orchestration 1 comment

Summary:

We have a need to create lines into an existing Transfer Order using Rest API. I found the below API and created a payload. The API executed successfully, however the line is in SCO. Running "Process Supply Chain Orchestration Interface" doesn't clear the records in SCO. The status of the line is "New". Any help is greatly appreciated.

API details:

Create one supply request line

POST

/fscmRestApi/resources/11.13.18.05/supplyRequests/{SupplyOrderReferenceNumber}/child/supplyRequestLines

**Used the original TO's Supply Order Reference Number in the URL parameter. That worked, but lines are still stuck in SCO.

Payload:

{

"InterfaceBatchNumber": "WINSTO",

    "TransferOrderHeaderNumber": "10006",

"SupplyOrderReferenceLineNumber": "4",

"SupplyOrderReferenceLineId": 4,

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!