Oracle E-Business Suite · JSON Structure

Financial Services Ap Invoice Structure

Type: object Properties: 25
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

invoiceId invoiceNum invoiceDate vendorId vendorName vendorSiteId invoiceAmount invoiceCurrencyCode paymentCurrencyCode exchangeRate exchangeRateType exchangeDate termsId description invoiceType source paymentStatusFlag approvalStatus amountPaid lines orgId createdBy creationDate lastUpdatedBy lastUpdateDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApInvoice",
  "type": "object",
  "properties": {
    "invoiceId": {
      "type": "integer"
    },
    "invoiceNum": {
      "type": "string"
    },
    "invoiceDate": {
      "type": "string"
    },
    "vendorId": {
      "type": "integer"
    },
    "vendorName": {
      "type": "string"
    },
    "vendorSiteId": {
      "type": "integer"
    },
    "invoiceAmount": {
      "type": "number"
    },
    "invoiceCurrencyCode": {
      "type": "string"
    },
    "paymentCurrencyCode": {
      "type": "string"
    },
    "exchangeRate": {
      "type": "number"
    },
    "exchangeRateType": {
      "type": "string"
    },
    "exchangeDate": {
      "type": "string"
    },
    "termsId": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "invoiceType": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "paymentStatusFlag": {
      "type": "string"
    },
    "approvalStatus": {
      "type": "string"
    },
    "amountPaid": {
      "type": "number"
    },
    "lines": {
      "type": "array"
    },
    "orgId": {
      "type": "integer"
    },
    "createdBy": {
      "type": "integer"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdatedBy": {
      "type": "integer"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}