Oracle E-Business Suite · JSON Structure

Financial Services Ar Invoice Line Structure

Type: object Properties: 8
Business ApplicationsE-Business SuiteEnterpriseERPOracle

ArInvoiceLine 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

customerTrxLineId lineNumber lineType description quantity unitSellingPrice amount inventoryItemId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ArInvoiceLine",
  "type": "object",
  "properties": {
    "customerTrxLineId": {
      "type": "integer"
    },
    "lineNumber": {
      "type": "integer"
    },
    "lineType": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "quantity": {
      "type": "number"
    },
    "unitSellingPrice": {
      "type": "number"
    },
    "amount": {
      "type": "number"
    },
    "inventoryItemId": {
      "type": "integer"
    }
  }
}