Oracle Integration · JSON Structure

Developer Api Trading Partner Structure

TradingPartner structure from Oracle Integration Developer API.

Type: object Properties: 6
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess Automation

TradingPartner is a JSON Structure definition published by Oracle Integration, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description status contactName contactEmail

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-integration/refs/heads/main/json-structure/developer-api-trading-partner-structure.json",
  "name": "TradingPartner",
  "description": "TradingPartner structure from Oracle Integration Developer API.",
  "type": "object",
  "properties": {
    "id": {"type": "string", "description": "Trading partner identifier."},
    "name": {"type": "string", "description": "Trading partner name."},
    "description": {"type": "string", "description": "Trading partner description."},
    "status": {"type": "string", "description": "Partner status.", "enum": ["ACTIVE", "INACTIVE"]},
    "contactName": {"type": "string", "description": "Contact person name."},
    "contactEmail": {"type": "string", "description": "Contact email address."}
  }
}