ArInvoiceCreate

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
customerId integer
trxDate string
invoiceCurrencyCode string
batchSourceName string
billToSiteUseId integer
shipToSiteUseId integer
termsId integer
lines array
View JSON Schema on GitHub

JSON Schema

financial-services-ar-invoice-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ArInvoiceCreate",
  "type": "object",
  "properties": {
    "customerId": {
      "type": "integer"
    },
    "trxDate": {
      "type": "string"
    },
    "invoiceCurrencyCode": {
      "type": "string"
    },
    "batchSourceName": {
      "type": "string"
    },
    "billToSiteUseId": {
      "type": "integer"
    },
    "shipToSiteUseId": {
      "type": "integer"
    },
    "termsId": {
      "type": "integer"
    },
    "lines": {
      "type": "array"
    }
  }
}