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

Not able to create transfer order's Return Receipt through REST API

We are trying to create the Return Receipt (Return to Organization transaction) for transfer order receipts through REST API and we didn't find the any errors in response but Return to Organization transaction not created for receipt.

Please find the below payload for your ready reference.

{

   "ShipmentNumber": "127128",

   "ReceiptSourceCode": "TRANSFER ORDER",

   "OrganizationCode": "DUPONT",

   "FromOrganizationCode": "PRAIRIESTATE",

   "ReceiptNumber":"1062",

   "EmployeeId": 2049,

   "lines": [

       {

           "ShipmentNumber": "127128",

           "ItemNumber": "PRAIRIESTF",

           "Quantity": 115.4,

           "OrganizationCode": "DUPONT",

           "UnitOfMeasure": "Ton",

           "Subinventory": "SILOS",

           "DocumentNumber": "127128",

           "DocumentLineNumber": 1,

           "SourceDocumentCode": "TRANSFER ORDER",

           "ReceiptSourceCode": "TRANSFER ORDER",

           "TransactionType": "Return to Organization",

           "PhysicalMaterialReturnRequiredFlag": "true",

           "ParentTransactionId": 268297,

           "AutoTransactCode": "DELIVER",

           "lotItemLots": [

{

                  "LotNumber": "PRAIRIESTATE-BRNX010245-RT004414",

                   "TransactionQuantity": 115.4

               }

           ]

       }

   ]

}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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