Input type for action parameters Used to pass parameters to actions when invoking them
The name of the parameter
The data type of the parameter Used for type conversion on the server
The value of the parameter Complex objects should be serialized to JSON strings
Input type for action parameters Used to pass parameters to actions when invoking them