CreateOrUpdateExternalFunctionInput is used to input the specification of an external function.

Table: CreateOrUpdateExternalFunctionInput

ParameterTypeRequired[a]DefaultDescription
descriptionstringyes The description for the external function.
kindKindInputyes The kind of external function. This defines how the external function is executed. See KindInput.
namestringyes The name of the external function.
parameters[ParameterSpecificationInput]yes The parameter specifications for the external function. See ParameterSpecificationInput.
procedureURLstringyes The URL for the external function.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.