InvoiceUpdate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
InvoiceAmount number
Description string
PaymentTerms string
AccountingDate string
ApprovalStatus string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-invoiceupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvoiceUpdate",
  "title": "InvoiceUpdate",
  "type": "object",
  "properties": {
    "InvoiceAmount": {
      "type": "number",
      "format": "double"
    },
    "Description": {
      "type": "string"
    },
    "PaymentTerms": {
      "type": "string"
    },
    "AccountingDate": {
      "type": "string",
      "format": "date"
    },
    "ApprovalStatus": {
      "type": "string"
    }
  }
}