Unified.to · Schema

property_AccountingReport_profit_and_loss_cost_of_goods_sold

@deprecated – use cost_of_goods_sold_sections instead

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-accountingreport-profit-and-loss-cost-of-goods-sold-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AccountingReport_profit_and_loss_cost_of_goods_sold",
  "title": "property_AccountingReport_profit_and_loss_cost_of_goods_sold",
  "description": "@deprecated \u2013 use cost_of_goods_sold_sections instead",
  "items": {
    "$ref": "#/components/schemas/AccountingProfitlossCategory"
  },
  "type": "array"
}