Oracle E-Business Suite · JSON Structure

Financial Services Ar Invoice Structure

Type: object Properties: 17
Business ApplicationsE-Business SuiteEnterpriseERPOracle

ArInvoice 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

customerTrxId trxNumber trxDate customerId customerName billToSiteUseId shipToSiteUseId invoiceCurrencyCode trxType amount amountDue status termsId lines orgId 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": "ArInvoice",
  "type": "object",
  "properties": {
    "customerTrxId": {
      "type": "integer"
    },
    "trxNumber": {
      "type": "string"
    },
    "trxDate": {
      "type": "string"
    },
    "customerId": {
      "type": "integer"
    },
    "customerName": {
      "type": "string"
    },
    "billToSiteUseId": {
      "type": "integer"
    },
    "shipToSiteUseId": {
      "type": "integer"
    },
    "invoiceCurrencyCode": {
      "type": "string"
    },
    "trxType": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "amountDue": {
      "type": "number"
    },
    "status": {
      "type": "string"
    },
    "termsId": {
      "type": "integer"
    },
    "lines": {
      "type": "array"
    },
    "orgId": {
      "type": "integer"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}