Oracle E-Business Suite · JSON Structure

Ecommerce Gateway Inbound Transaction Structure

Type: object Properties: 15
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

transactionId transactionType transactionDescription documentStandard documentNumber tradingPartnerId tradingPartnerName tradingPartnerSiteId processStatus documentDate documentAmount currencyCode errorMessage 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": "InboundTransaction",
  "type": "object",
  "properties": {
    "transactionId": {
      "type": "integer"
    },
    "transactionType": {
      "type": "string"
    },
    "transactionDescription": {
      "type": "string"
    },
    "documentStandard": {
      "type": "string"
    },
    "documentNumber": {
      "type": "string"
    },
    "tradingPartnerId": {
      "type": "integer"
    },
    "tradingPartnerName": {
      "type": "string"
    },
    "tradingPartnerSiteId": {
      "type": "integer"
    },
    "processStatus": {
      "type": "string"
    },
    "documentDate": {
      "type": "string"
    },
    "documentAmount": {
      "type": "number"
    },
    "currencyCode": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}