Api InData Clientes
  1. Schemas
Api InData Clientes
  • Api inData
    • Introducción
    • Autenticación
    • Respuestas del API
    • Client
      • Crear cliente
      • Actualizar cliente
      • Obtener cliente por código
    • ClientBranch
      • Crear una nueva sucursal de cliente
      • Actualizar una sucursal de cliente
      • Obtener una sucursal de cliente por código
    • Employee
      • Create Employee
      • Actualizar empleado
      • Obtener Empleado
      • Actualizar foto empleado
    • OperationalSite
      • Crear sitio operativo / puesto
      • Actualizar sitio operativo / puesto
      • Obtener sitio operativo / puesto
    • HoursWorked
      • Consulta horas trabajadas
    • Programming
      • Crear programación
      • Actualizar programación
      • Obtener programación
      • Consultar programaciones
  • Schemas
    • Schemas
      • Employee
      • OperationalSite
      • HoursWorked
      • Error
      • ClientBranchCreate
      • ClientBranch
      • OperationalSiteCreate
      • ClientBranchFind
      • ZoneFind
      • City
      • Client
      • Programming
      • CityCreate
      • ClientInput
      • ProgrammingRequest
      • Zone
      • EmployeeCreate
      • ClientBranchUpdate
      • HTTPValidationError
      • Position
      • PositionCreate
      • TypeIdentification
      • TypeIdentificationCreate
      • ValidationError
  1. Schemas

Programming(Programming)

{
    "id": 0,
    "date": "2019-08-24",
    "operationalSite": {
        "id": 0,
        "name": "string",
        "code": "string"
    },
    "workShift": {
        "id": 0,
        "name": "string"
    },
    "workShiftSchedule": {
        "id": 0,
        "name": "string",
        "startTime": "14:15:22.123Z",
        "endTime": "14:15:22.123Z"
    },
    "employee": {
        "id": 0,
        "firstName": "string",
        "lastName": "string",
        "code": "string",
        "identification": "string"
    },
    "client": {
        "id": 0,
        "name": "string",
        "code": "string"
    },
    "clientBranch": {
        "id": 0,
        "name": "string",
        "code": "string"
    },
    "description": "string",
    "status_checked": "PENDIENTE",
    "is_massive": false,
    "checked_at": "2019-08-24T14:15:22.123Z",
    "checked_by": 0,
    "checked_lat": 0,
    "checked_lng": 0,
    "id_check_in_check_out_absenteeism": 0,
    "id_check_in_check_out_cross_employee": 0,
    "id_check_in_check_out": 0
}
Built with