Table of Contents

FromBodyAttribute Class

Makes a service operation parameter be read from the request body.

Remarks

The value is read from the property with the same name as the parameter, in the JSON object sent in the request body. It is the default for operations that do not respond to GET, and it cannot be used in GET operations.

Syntax

Unit: XData.Service.Common

FromBodyAttribute = class(ParamBindingAttribute);