Entity | Build with Bookkeep

Entity

object

Default value: entity

Example: entity

id string

Unique identifier for the Entity object.

Example: qLxe2xNDvgND

name stringnullable

Name of Entity.

Example: Ron's Flowers

reports string[]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"\
  ]
}