🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators RestPut
This page was created by Stephanie on 2024-06-04. Last edited by 62.169.16.147 on 2026-09-12.

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[edit source]

selfVM.RestPut('targetUrl','', '')

See Documentation:OCLOperators_RestPost