Troubles sending information through webservice.
Good morning all.
I'm trying to create a Case through webservice and I'm receiving this error:
{
"responseStatus": {
"ErrorCode": "NotSupportedException",
"Message": "SchemaColumn",
"Errors": []
},
"rowsAffected": -1,
"nextPrcElReady": false,
"success": false
}
Does this means that the column I'm pointing for this schema is not valid/doesn't exist? Or any other issue?
Please advise.
Regards,
Like
Hello Ramon,
It seems that field set for creating object is incorrect. Note, that request should contain all required fields for certain object to be created. Here is guide how to create objects via DataService:
https://academy.bpmonline.com/documents/technic-sdk/7-13/dataservice-ad…
Additionally, check all the columns that you`re pointing on.
If you have any further questions, please provide more detailed information about errors that are received.
Regards,
Alex