# UpdateMethod Enumeration Specifies the HTTP method used for updating. **Namespace:** powerGate.Erp.Client\ **Assembly:** powerGate.Erp.Client.dll ## Syntax ```{code-block} CSharp :linenos: public enum UpdateMethod ``` ## Members | Member name | Description | |-------------|----------------------------------------------------------------------------| | MERGE | Represents an HTTP MERGE protocol method that is used to update an entity. | | PUT | Represents an HTTP PUT protocol method that is used to update an entity. | ## See also **Reference** * [powerGate.Erp.Client namespace]()