7shifts · JSON Structure

7Shifts Receipt Structure

7shifts Receipt structure.

Type: object Properties: 8
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

Receipt is a JSON Structure definition published by 7shifts, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id location_id external_id receipt_date total revenue_center created modified

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7shifts/refs/heads/main/json-structure/7shifts-receipt-structure.json",
  "name": "Receipt",
  "type": "object",
  "description": "7shifts Receipt structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "location_id": {
      "type": "int64",
      "description": ""
    },
    "external_id": {
      "type": "string",
      "description": "POS external identifier."
    },
    "receipt_date": {
      "type": "datetime",
      "description": ""
    },
    "total": {
      "type": "int64",
      "description": "Total in cents."
    },
    "revenue_center": {
      "type": "string",
      "description": ""
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}