My application is integrated with Acumatica 2020R2. When I try to create a task (PUT /ProjectTask
) with such body:
{
"Description": {
"value": "xxx"
},
"ProjectID": {
"value": "xxx"
},
"TaskID": {
"value": "xxx"
},
"Type2020R1": {
"value": "CostRev"
}
}
I get an error: Cannot find mapping for Status field: status.
. The same when I add "Status" value to the payload. Any idea what this message means and when it can occur?