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

HoursWorked

{
    "id": 0,
    "date": "2019-08-24",
    "idSfGuardUser": null,
    "userFirstName": null,
    "userLastName": null,
    "userUsername": null,
    "idAccountCustomerEmployee": null,
    "employeeCode": null,
    "employeeFirstName": null,
    "employeeLastName": null,
    "employeeIdentification": null,
    "idProgramacion": null,
    "programacionHasEmployeeStatusChecked": null,
    "idAccountCustomer": null,
    "accountCustomerName": null,
    "idAccountCustomerPoint": null,
    "accountCustomerPointName": null,
    "idSitioOperativoPuesto": null,
    "sitioOperativoPuestoName": null,
    "idAccountWorkShift": null,
    "idTurnoJornada": null,
    "turnoJornadaName": null,
    "turnoJornadaStartTime": null,
    "turnoJornadaEndTime": null,
    "checkInIdEmployeeCheckInOut": null,
    "checkInIdProgramacionHasEmployee": null,
    "checkInIdSurveySolution": null,
    "checkInLocaId": null,
    "checkInCoordsDelta": null,
    "checkInCheat": "0",
    "checkInTime": null,
    "checkInDifference": null,
    "checkOutIdEmployeeCheckInOut": null,
    "checkOutIdProgramacionHasEmployee": null,
    "checkOutIdSurveySolution": null,
    "checkOutLocaId": null,
    "checkOutCoordsDelta": null,
    "checkOutCheat": null,
    "checkOutTime": null,
    "checkOutDifference": null,
    "timeWorked": null,
    "timeNotWorked": null,
    "checkOutExtraTime": null,
    "totalExtraTime": null,
    "isAbsenteeism": "NO",
    "maxTimeExceeded": null,
    "configMaxTimeExceeded": null,
    "countSolutions": null,
    "solutions": "string"
}
Built with