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):