Input parameter information items of backend service call

更新时间:
复制 MD 格式

Description

For listing the types of information items on input parameters for a backend service call.

Node name

ServiceParameter.

Fields

Name

Type

Description

ServiceParameterName

String

The name of the backend parameter.

Location

String

The location of the parameter in the backend request. Valid values: BODY, HEAD, QUERY, PATH.

ParameterType

String

The data type of the backend parameter. Valid values: STRING (string), NUMBER (number), BOOLEAN (boolean).

ParameterCatalog

String

The source type of the parameter. Valid values: REQUEST (common request parameter, visible to the API caller), CONSTANT (constant parameter), SYSTEM (system parameter).