Description
For listing the types of information items on input parameters for a backend service call.
Node name
ServiceParameter.
Subnodes
| Name | Type | Description |
|---|---|---|
| ServiceParameterName | String | Backend parameter name. |
| Location | String | Parameter location; values: BODY, HEAD, QUERY, and PATH. |
| ParameterType | String | Backend parameter data type; values: STRING (character type), NUMBER (numeric type), and BOOLEAN (Boolean type). |
| ParameterCatalog | String | parameter type; values: REQUEST(common request parameter), CONSTANT (constant parameter), and SYSTEM (system parameter). REQUEST parameter type is visible for API invoker. |