ServiceMethodResponse

Dynamic response payload whose structure depends on the specific service and method invoked. Refer to the WADL for the deployed service.

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
OutputParameters object Output parameters from the service method
View JSON Schema on GitHub

JSON Schema

isg-rest-service-method-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceMethodResponse",
  "type": "object",
  "description": "Dynamic response payload whose structure depends on the specific service and method invoked. Refer to the WADL for the deployed service.",
  "properties": {
    "OutputParameters": {
      "type": "object",
      "description": "Output parameters from the service method"
    }
  }
}