Oracle E-Business Suite · JSON Structure

Financial Services Ar Invoice Create Structure

Type: object Properties: 8
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

customerId trxDate invoiceCurrencyCode batchSourceName billToSiteUseId shipToSiteUseId termsId lines

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ArInvoiceCreate",
  "type": "object",
  "properties": {
    "customerId": {
      "type": "integer"
    },
    "trxDate": {
      "type": "string"
    },
    "invoiceCurrencyCode": {
      "type": "string"
    },
    "batchSourceName": {
      "type": "string"
    },
    "billToSiteUseId": {
      "type": "integer"
    },
    "shipToSiteUseId": {
      "type": "integer"
    },
    "termsId": {
      "type": "integer"
    },
    "lines": {
      "type": "array"
    }
  }
}