Hi,
My application creates Bill in Acumatica via REST request
URL : https://sandbox-21r2.acumatica.com/entity/ARTSEndpoint/18.200.001/Bill
Body :
{
"VendorRef": {
"value": "19071450-21101"
},
"Description": {
"value": ""1\""
},
"Vendor": {
"value": "0600001521"
},
"Date": {
"value": "02/22/2022"
},
"Details": [
{
"InventoryID": {
"value": "OLIES"
},
"Project": {
"value": "X"
},
"TransactionDescription": {
"value": "Ly"
},
"Branch": {
"value": "FOHIL"
},
"POReceiptNbr": {
"value": "06007974"
},
"Qty": {
"value": 1.0
},
"UnitCost": {
"value": 23609.25
},
"Account": {
"value": "68010"
},
"Subaccount": {
"value": "4000000000"
},
"POReceiptLine": {
"value": 1
},
"rowNumber": {
"value": "1"
}
}
]
}
If I change only vendor on another one it works
What causes such behavior that it works with some Vendors but with others gives such error ?

Best answer by Samuel Olivier Lavigueur
View original