Oracle E-Business Suite · JSON Structure

Ecommerce Gateway Outbound Transaction Structure

Type: object Properties: 17
Business ApplicationsE-Business SuiteEnterpriseERPOracle

OutboundTransaction is a JSON Structure definition published by Oracle E-Business Suite, describing 17 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 sourceDocumentId sourceDocumentNumber 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": "OutboundTransaction",
  "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"
    },
    "sourceDocumentId": {
      "type": "integer"
    },
    "sourceDocumentNumber": {
      "type": "string"
    },
    "documentDate": {
      "type": "string"
    },
    "documentAmount": {
      "type": "number"
    },
    "currencyCode": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}