ApInvoice

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
invoiceId integer Invoice unique identifier
invoiceNum string Invoice number
invoiceDate string Invoice date
vendorId integer Supplier/vendor identifier
vendorName string Supplier/vendor name
vendorSiteId integer Vendor site identifier
invoiceAmount number Total invoice amount
invoiceCurrencyCode string Invoice currency code (ISO 4217)
paymentCurrencyCode string Payment currency code
exchangeRate number Currency exchange rate
exchangeRateType string Exchange rate type
exchangeDate string Exchange rate date
termsId integer Payment terms identifier
description string Invoice description
invoiceType string Invoice type lookup code
source string Invoice source
paymentStatusFlag string Payment status
approvalStatus string Approval status
amountPaid number Amount paid
lines array
orgId integer Operating unit identifier
createdBy integer
creationDate string
lastUpdatedBy integer
lastUpdateDate string
View JSON Schema on GitHub

JSON Schema

financial-services-ap-invoice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApInvoice",
  "type": "object",
  "properties": {
    "invoiceId": {
      "type": "integer",
      "description": "Invoice unique identifier"
    },
    "invoiceNum": {
      "type": "string",
      "description": "Invoice number"
    },
    "invoiceDate": {
      "type": "string",
      "description": "Invoice date"
    },
    "vendorId": {
      "type": "integer",
      "description": "Supplier/vendor identifier"
    },
    "vendorName": {
      "type": "string",
      "description": "Supplier/vendor name"
    },
    "vendorSiteId": {
      "type": "integer",
      "description": "Vendor site identifier"
    },
    "invoiceAmount": {
      "type": "number",
      "description": "Total invoice amount"
    },
    "invoiceCurrencyCode": {
      "type": "string",
      "description": "Invoice currency code (ISO 4217)"
    },
    "paymentCurrencyCode": {
      "type": "string",
      "description": "Payment currency code"
    },
    "exchangeRate": {
      "type": "number",
      "description": "Currency exchange rate"
    },
    "exchangeRateType": {
      "type": "string",
      "description": "Exchange rate type"
    },
    "exchangeDate": {
      "type": "string",
      "description": "Exchange rate date"
    },
    "termsId": {
      "type": "integer",
      "description": "Payment terms identifier"
    },
    "description": {
      "type": "string",
      "description": "Invoice description"
    },
    "invoiceType": {
      "type": "string",
      "description": "Invoice type lookup code"
    },
    "source": {
      "type": "string",
      "description": "Invoice source"
    },
    "paymentStatusFlag": {
      "type": "string",
      "description": "Payment status"
    },
    "approvalStatus": {
      "type": "string",
      "description": "Approval status"
    },
    "amountPaid": {
      "type": "number",
      "description": "Amount paid"
    },
    "lines": {
      "type": "array"
    },
    "orgId": {
      "type": "integer",
      "description": "Operating unit identifier"
    },
    "createdBy": {
      "type": "integer"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdatedBy": {
      "type": "integer"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}