Oracle E-Business Suite · JSON Structure

Ecommerce Gateway Trading Partner Structure

Type: object Properties: 11
Business ApplicationsE-Business SuiteEnterpriseERPOracle

TradingPartner is a JSON Structure definition published by Oracle E-Business Suite, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

tradingPartnerId tradingPartnerName tradingPartnerType tradingPartnerSiteId tradingPartnerSiteName ediLocationCode ediTranslatorCode documentStandard enabledTransactions creationDate lastUpdateDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TradingPartner",
  "type": "object",
  "properties": {
    "tradingPartnerId": {
      "type": "integer"
    },
    "tradingPartnerName": {
      "type": "string"
    },
    "tradingPartnerType": {
      "type": "string"
    },
    "tradingPartnerSiteId": {
      "type": "integer"
    },
    "tradingPartnerSiteName": {
      "type": "string"
    },
    "ediLocationCode": {
      "type": "string"
    },
    "ediTranslatorCode": {
      "type": "string"
    },
    "documentStandard": {
      "type": "string"
    },
    "enabledTransactions": {
      "type": "array"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}