OCLOperators RestPut
Created by Stephanie on 2024-06-04 · Last edited by Vale.buyondo on 2026-02-21.
The RestPut operator is an Executable Action Language (EAL) command used to send a complete representation of a data structure (usually a ViewModel Nesting) to a remote URL. Unlike RestPatch, which updates partial fields, RestPut is typically used to replace a resource or upload a full set of data, including binary files.
Syntax
selfVM.RestPut('targetUrl','', '')
