Properties
| Name | Type | Description |
|---|---|---|
| category_ids | object | |
| cost_of_goods_sold | object | |
| cost_of_goods_sold_sections | object | |
| cost_of_goods_sold_total_amount | number | |
| created_at | string | |
| currency | string | |
| end_at | string | |
| expenses | object | |
| expenses_sections | object | |
| expenses_total_amount | number | |
| gross_profit_amount | number | |
| id | string | |
| income | object | |
| income_sections | object | |
| income_total_amount | number | |
| name | string | |
| net_income_amount | number | |
| net_profit_amount | number | |
| raw | object | |
| start_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/property_AccountingReport_profit_and_loss",
"title": "property_AccountingReport_profit_and_loss",
"properties": {
"category_ids": {
"$ref": "#/components/schemas/property_AccountingReport_profit_and_loss_category_ids"
},
"cost_of_goods_sold": {
"$ref": "#/components/schemas/property_AccountingReport_profit_and_loss_cost_of_goods_sold"
},
"cost_of_goods_sold_sections": {
"$ref": "#/components/schemas/property_AccountingReport_profit_and_loss_cost_of_goods_sold_sections"
},
"cost_of_goods_sold_total_amount": {
"type": "number"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"currency": {
"type": "string"
},
"end_at": {
"format": "date-time",
"type": "string"
},
"expenses": {
"$ref": "#/components/schemas/property_AccountingReport_profit_and_loss_expenses"
},
"expenses_sections": {
"$ref": "#/components/schemas/property_AccountingReport_profit_and_loss_expenses_sections"
},
"expenses_total_amount": {
"type": "number"
},
"gross_profit_amount": {
"type": "number"
},
"id": {
"type": "string"
},
"income": {
"$ref": "#/components/schemas/property_AccountingReport_profit_and_loss_income"
},
"income_sections": {
"$ref": "#/components/schemas/property_AccountingReport_profit_and_loss_income_sections"
},
"income_total_amount": {
"type": "number"
},
"name": {
"type": "string"
},
"net_income_amount": {
"type": "number"
},
"net_profit_amount": {
"type": "number"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"start_at": {
"format": "date-time",
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
}
},
"type": "object"
}