Oracle E-Business Suite · JSON Structure

Financial Services Ap Invoice Line Structure

Type: object Properties: 9
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

lineNumber lineType amount description accountingDate distCodeCombinationId itemDescription quantity unitPrice

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApInvoiceLine",
  "type": "object",
  "properties": {
    "lineNumber": {
      "type": "integer"
    },
    "lineType": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "description": {
      "type": "string"
    },
    "accountingDate": {
      "type": "string"
    },
    "distCodeCombinationId": {
      "type": "integer"
    },
    "itemDescription": {
      "type": "string"
    },
    "quantity": {
      "type": "number"
    },
    "unitPrice": {
      "type": "number"
    }
  }
}