Skip to main content

Entity

object
Default value: entity
Example: entity
idstring

Unique identifier for the Entity object.

Example: qLxe2xNDvgND
namestringnullable

Name of Entity.

Example: Ron's Flowers
reportsstring[]nullable

Array of report names for this entity.

Example: ["square_summary","square_deposit"]
Entity
{
"object": "entity",
"id": "qLxe2xNDvgND",
"name": "Ron's Flowers",
"reports": [
"square_summary",
"square_deposit"
]
}