Using web/rest services to change record owner
Is there any way to "transfer ownership" of a record using web or rest services?
I already tried to change "creator_id" with:
- updateBPRecord (Web service method)
- updateBPRecordV2 (Web service method)
- /ws/rest/service/v2/bp/record (Rest service)
all of them returns 200 but no change on the creator_id of the record.
PS: In my case the BP contains workflow, and records are in terminal state.
Best,