Bindbee · JSON Structure

Bindbee Time Off Request Structure

An employee time-off request from a connected HRIS system.

Type: object Properties: 6
ATSHR IntegrationHRISWorkforce

TimeOffRequest is a JSON Structure definition published by Bindbee, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id employee_id type status start_date end_date

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "TimeOffRequest",
  "type": "object",
  "description": "An employee time-off request from a connected HRIS system.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Time-off request ID."
    },
    "employee_id": {
      "type": "string",
      "description": "Employee ID."
    },
    "type": {
      "type": "string",
      "description": "Type of time off."
    },
    "status": {
      "type": "string",
      "description": "Approval status."
    },
    "start_date": {
      "type": "date",
      "description": "Time-off start date."
    },
    "end_date": {
      "type": "date",
      "description": "Time-off end date."
    }
  }
}