Hi,
Executing the InventoryAdjustment in Postman I get the following known error:
"error": "Inserting 'IN Transaction' record raised at least one error. Please review the errors."
And in the details:
"LotSerialNbr": {
"value": "--MFP73565",
"error": "Lot/Serial Nbr. '--MFP73565' cannot be found in the system."
},
Creating the InventoryAdjustment using the RestClient also gives an error, but it only gives me this error “Inserting 'IN Transaction' record raised at least one error. Please review the errors." when catching an ApiException. If I check the ErrorContent it is null.
How can I get the same result in the RestClient as in Postman where it returns the Lot/Serial Nbr error?
I am using version 4.1.0 of the RestClient client nuget package in c#.