Hi,
I faced with such error while trying to insert such set of data to Acumatica
URL :https://Agroup.acumatica.com/entity/ARTSEndpoint/22.200.001/Bill
BODY :
{
"VendorRef": {
"value": "00067001"
},
"DueDate": {
"value": "05/22/2023"
},
"Vendor": {
"value": "PU0262"
},
"PaymentMethod": {
"value": "BACBOS"
},
"Date": {
"value": "05/22/2023"
},
"Description": {
"value": "docAlpha BatchID \"25270\""
},
"CashAccount": {
"value": "10305"
}
}
The error is the following
I tried many values for Cash Account field but result remains same
Tried different combinations with Vendors and PaymentMethods but it does not work
I mapped this field in Endpoint
What Can cause such issue ?