Rest API Payload for creating new lines in an existing Transfer Order
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,