Oracle E-Business Suite · JSON Structure

Ecommerce Gateway Code Conversion Structure

Type: object Properties: 7
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

codeConversionId tradingPartnerId transactionType codeCategory externalValue internalValue description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CodeConversion",
  "type": "object",
  "properties": {
    "codeConversionId": {
      "type": "integer"
    },
    "tradingPartnerId": {
      "type": "integer"
    },
    "transactionType": {
      "type": "string"
    },
    "codeCategory": {
      "type": "string"
    },
    "externalValue": {
      "type": "string"
    },
    "internalValue": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}