Hi,
I am receiving error The financial period cannot be specified because the branch has not been specified in the Branch box
for my PUT request
{
"DueDate": {
"value": "05/25/2021"
},
"VendorRef": {
"value": "byIvan"
},
"Description": {
"value": "BatchID \"21\""
},
"Vendor": {
"value": "V00001342"
},
"CurrencyID": {
"value": "USD - US Dollar"
},
"Date": {
"value": "04/25/2021"
},
"Currency": {
"value": "USD"
},
"PostPeriod": {
"value": "03-2022"
},
"Details": >
{
"InventoryID": {
"value": "LA3434OR"
},
"Project": {
"value": "X"
},
"Description": {
"value": " 6ft"
},
"Branch": {
"value": "GBA"
},
"UOM": {
"value": "HOUR"
},
"Amount": {
"value": "51.04"
},
"ExtendedCost": {
"value": 12.76
},
"Qty": {
"value": 4.0
},
"rowNumber": {
"value": "1"
}
}
]
}
Previously when I faced with it, out client has changed something in Acumatica configuration
After that the problem was resolved, but I do not know what exactly they did to fix it
can you suggest me what is the cause of the problem ?