Partial quantity for the transfer order receiving is not working Via Rest API — Cloud Customer Connect
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

Partial quantity for the transfer order receiving is not working Via Rest API

Summary:

We are having an issue where if we receive the partial quantiy / full quantity for the multiple transfer order lines it is not working for the REST APi

Content (please ensure you mask any confidential information):

The Request Payload is as follows:

{    "FromOrganizationCode": "HOPBLT",    "OrganizationCode": "SFALCO",    "EmployeeId": 300000002466283,    "ReceiptSourceCode": "TRANSFER ORDER",    "ShipmentNumber": "48599",    "lines": [        {            "SourceDocumentCode": "TRANSFER ORDER",            "ReceiptSourceCode": "TRANSFER ORDER",            "TransactionType": "RECEIVE",            "AutoTransactCode": "DELIVER",            "DocumentNumber": "48599",            "DocumentLineNumber": "1",            "ItemNumber": "FG100034",            "OrganizationCode": "SFALCO",            "Quantity": 1,            "UnitOfMeasure": "pc"        }    ]}

This above payload is working for the single line transfer order not for the multiple lines.

Version (include the version you are using, if applicable):

25A


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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