Oracle E-Business Suite · JSON Structure

Financial Services Ap Invoice Create Structure

Type: object Properties: 11
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

invoiceNum vendorId vendorSiteId invoiceAmount invoiceCurrencyCode invoiceDate invoiceType description termsId source lines

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApInvoiceCreate",
  "type": "object",
  "properties": {
    "invoiceNum": {
      "type": "string"
    },
    "vendorId": {
      "type": "integer"
    },
    "vendorSiteId": {
      "type": "integer"
    },
    "invoiceAmount": {
      "type": "number"
    },
    "invoiceCurrencyCode": {
      "type": "string"
    },
    "invoiceDate": {
      "type": "string"
    },
    "invoiceType": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "termsId": {
      "type": "integer"
    },
    "source": {
      "type": "string"
    },
    "lines": {
      "type": "array"
    }
  }
}