Hi, I am using the SOAP web service to manage records for an on-prem SyteLine 9 system. Below is a screenshot (img. 1) of a request and response to the SaveJson endpoint. I'm trying to figure out how to return the newly created record. From the documentation (img. 2), there should be a <SaveJsonResult> element within the <SaveJsonResponse> element, but there is not. I couldn't find any documentation on this matter. The SaveDataSet endpoint has a 'refreshAfterSave' option to return a newly inserted record, so I would imagine there should be something similar when saving Json records:
img. 1 - No SaveJsonResult element returned when inserting a new record
img. 2 - SaveJson contract showing SaveJsonResult should be returned in the response.