Hi,
My PUT request :
{
"VendorRef": {
"value": "by12345"
},
"Description": {
"value": "docAlpha BatchID \"1\""
},
"Vendor": {
"value": "060038345988"
},
"Date": {
"value": "02/22/2022"
},
"PostPeriod": {
"value": "04-2022"
},
"Details": [
{
"InventoryID": {
"value": "suppply"
},
"Project": {
"value": "X"
},
"TransactionDescription": {
"value": "Lysol Disinfectant Sprays"
},
"Branch": {
"value": "branch"
},
"POOrderNbr": {
"value": "06007404"
},
"POOrderType": {
"value": "Normal"
},
"Qty": {
"value": 1.0
},
"UnitCost": {
"value": 16
},
"Account": {
"value": "6234"
},
"rowNumber": {
"value": "1"
}
}
]
}
return the following error

however the PO is present in system

According to PO History tab this PO is not used for another bill.

Suggest, please, what can cause the error ?