Procurify · Schema

UnitCostDiffLogDocs

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
changed_by string
changed_date string
original_unit_cost number
original_currency_label string
View JSON Schema on GitHub

JSON Schema

unitcostdifflogdocs.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UnitCostDiffLogDocs",
  "type": "object",
  "properties": {
    "changed_by": {
      "type": "string"
    },
    "changed_date": {
      "type": "string"
    },
    "original_unit_cost": {
      "type": "number",
      "format": "double"
    },
    "original_currency_label": {
      "type": "string"
    }
  }
}