Which web service end point should I access in order to do a Move transaction?
Move Entry seems to be incorrect?
Which web service end point should I access in order to do a Move transaction?
Move Entry seems to be incorrect?
Best answer by Leonardo Justiniano
Hi
Same principle. You need to manage the collections available in the endpoint

I recommend to do the update in 2 steps:

{
"BatchNbr": {
"value": "0106123"
},
"Details": [
{
"LineNbr": {
"value": 1
},
"OrderType": {
"value": "RO"
},
"ProductionNbr": {
"value": "0038689"
},
"InventoryID": {
"value": "PK26G2-02"
},
"Quantity": {
"value": 1.000000 <-- "Important, keep the original quantity"
},
"TransactionAttributes": [
{
"id": "081ff52a-5060-49d9-ac3c-216bdde377cd",
"AttributeID": {
"value": "ARFY15"
},
"TranLineNbr": {
"value": 1
},
"Value": {
"value": "5" <-- "New Value"
}
}
]
}
]
}Response

In Acumatica

It is worth to mention that attributes linked to Move Transactions are kept in a different table. The original attribute value in the production order won’t be updated.
Enjoy!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.