I found an older post titled "Upsert fail with 500 error". It is suggested that the body should also contain an "insertEntity".
But that does not do the job. The request
Please help with the correct syntax.
I'm sending the following JSON request:
POST https://apie.clarizentb.com/V2.0/services/data/upsert
{
"updateEntity": {
"id": "/Project/5avjomandmtdub42sclqsvl6f78",
"Name": "TEST FS API Query and Update"
}
}
and receive the following response:
{
"errorCode": "Internal",
"message": "We’re sorry, something seems to have gone wrong.\r\nIf you need our team to investigate, have your Administrator open a support ticket with this error code:",
"referenceId": "3uO07Dv1zki86kfcBa1cJF"
}
What should be the correct request?
Thanks in advance and best regards,
Frank
Please sign in to leave a comment.
I found an older post titled "Upsert fail with 500 error". It is suggested that the body should also contain an "insertEntity".
But that does not do the job. The request
Please help with the correct syntax.
I found out the correct syntax. When updating 'insertQuery' must not be empty but carry the ID of the existing entity.
The request