EMS.DataSetResource.roEnableParamOverride
Delphi
roEnableParamOverride: Boolean = False;
C++
extern DELPHI_PACKAGE bool roEnableParamOverride;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| variable | public | EMS.DataSetResource.pas EMS.DataSetResource.hpp |
EMS.DataSetResource | EMS.DataSetResource |
Description
Allows duplication of URL parameters by JSON body items.
By default, it is not allowed, and a duplicate results in a 400 status. The exception to this rule is when the parameter and item values are equal. Specify this option to allow overriding URL parameters by JSON body items.