POST api/Hoja/guardarRedSocial

Request Information

URI Parameters

None.

Body Parameters

HojaVidaDatosPersonales
NameDescriptionTypeAdditional information
idDatosPersonales

integer

None.

idUsuario

integer

None.

idPlantillaAplicada

integer

None.

dicCiudadResidencia

integer

None.

dicTipoDocumento

integer

None.

dicProfesion

string

None.

dicAreaTrabajo

string

None.

dicAspiracionSalarial

integer

None.

nombres

string

String length: inclusive between 0 and 50

apellidoPaterno

string

String length: inclusive between 0 and 50

apellidoMaterno

string

String length: inclusive between 0 and 50

rutaFoto

string

String length: inclusive between 0 and 50

identificacion

string

String length: inclusive between 0 and 50

correoElectronico

string

String length: inclusive between 0 and 50

telefonoCelular

string

String length: inclusive between 0 and 50

direccionResidencia

string

String length: inclusive between 0 and 150

anosExperiencia

string

String length: inclusive between 0 and 50

paisesTrabajar

string

String length: inclusive between 0 and 1000

redesSociales

string

String length: inclusive between 0 and 1000

descripcionPerfilProfesional

string

String length: inclusive between 0 and 1000

fotoPerfil

Collection of byte

None.

idImagen

string

String length: inclusive between 0 and 100

pdfHojaDeVida

Collection of byte

None.

genero

string

String length: inclusive between 0 and 1

movilidadLaboral

string

String length: inclusive between 0 and 2

idiomaNivel

string

String length: inclusive between 0 and 1000

habilidades

string

String length: inclusive between 0 and 1000

fechaNacimiento

date

None.

fechaCreacion

date

None.

fechaActualizacion

date

None.

vigente

boolean

None.

estadoHojaVida

integer

None.

tipoTextoHV

string

String length: inclusive between 0 and 30

colorHV

string

String length: inclusive between 0 and 30

dicDepartamento

integer

None.

HojaVidaExperienciaLaboral

Collection of HojaVidaExperienciaLaboral

None.

PlantillaHojaDeVida

PlantillaHojaDeVida

None.

Usuario

Usuario

None.

HojaVidaInformacionEducativa

Collection of HojaVidaInformacionEducativa

None.

Request Formats

application/json, text/json

Sample:
{
  "idDatosPersonales": 1,
  "idUsuario": 1,
  "idPlantillaAplicada": 1,
  "dicCiudadResidencia": 1,
  "dicTipoDocumento": 1,
  "dicProfesion": "sample string 2",
  "dicAreaTrabajo": "sample string 3",
  "dicAspiracionSalarial": 1,
  "nombres": "sample string 4",
  "apellidoPaterno": "sample string 5",
  "apellidoMaterno": "sample string 6",
  "rutaFoto": "sample string 7",
  "identificacion": "sample string 8",
  "correoElectronico": "sample string 9",
  "telefonoCelular": "sample string 10",
  "direccionResidencia": "sample string 11",
  "anosExperiencia": "sample string 12",
  "paisesTrabajar": "sample string 13",
  "redesSociales": "sample string 14",
  "descripcionPerfilProfesional": "sample string 15",
  "fotoPerfil": "QEA=",
  "idImagen": "sample string 16",
  "pdfHojaDeVida": "QEA=",
  "genero": "sample string 17",
  "movilidadLaboral": "sample string 18",
  "idiomaNivel": "sample string 19",
  "habilidades": "sample string 20",
  "fechaNacimiento": "2024-11-19T13:47:16.7638292-05:00",
  "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
  "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
  "vigente": true,
  "estadoHojaVida": 1,
  "tipoTextoHV": "sample string 21",
  "colorHV": "sample string 22",
  "dicDepartamento": 1,
  "HojaVidaExperienciaLaboral": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idExperienciaLaboral": 1,
        "idDatosPersonales": 1,
        "empresa": "sample string 2",
        "cargo": "sample string 3",
        "funcionesLogros": "sample string 4",
        "trabajoActualmente": "sample string 5",
        "fechaIngreso": "2024-11-19T13:47:16.7638292-05:00",
        "fechaSalida": "2024-11-19T13:47:16.7638292-05:00",
        "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
        "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
        "vigente": true,
        "HojaVidaDatosPersonales": {
          "$ref": "1"
        }
      },
      {
        "$ref": "3"
      }
    ]
  },
  "PlantillaHojaDeVida": {
    "$id": "4",
    "idPlantilla": 1,
    "nombrePlantilla": "sample string 2",
    "htmlPlantilla": "sample string 3",
    "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
    "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
    "estadoPlantilla": 1,
    "tagEstudiosPrincipales": "sample string 4",
    "tagEstudiosComplementarios": "sample string 5",
    "tagExperienciaLaboral": "sample string 6",
    "tagIdioma": "sample string 7",
    "tagRedes": "sample string 8",
    "tagMovilidadLaboral": "sample string 9",
    "tagFuncionesLogros": "sample string 10",
    "vigente": true,
    "HojaVidaDatosPersonales": {
      "$id": "5",
      "$values": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    }
  },
  "Usuario": {
    "$id": "6",
    "idUsuario": 1,
    "dicTipoDocumento": 1,
    "identificacion": "sample string 2",
    "nombres": "sample string 3",
    "apellidoPaterno": "sample string 4",
    "apellidoMaterno": "sample string 5",
    "correoElectronico": "sample string 6",
    "numeroCelular": "sample string 7",
    "clave": "sample string 8",
    "responseJSON": "sample string 9",
    "validacionData": true,
    "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
    "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
    "fechaCambioClave": "2024-11-19T13:47:16.7638292-05:00",
    "estadoUsuario": 1,
    "tipoEstado": 1,
    "fechaUltimoLogin": "2024-11-19T13:47:16.7638292-05:00",
    "cantidadIntentos": 1,
    "ultimaFechaCambioClave": "2024-11-19T13:47:16.7638292-05:00",
    "diasRestantesCambioClave": 1,
    "codigo": 1,
    "fechaExpiracionCodigo": "2024-11-19T13:47:16.7638292-05:00",
    "usuarioBloqueado": true,
    "fechaAccesoExperian": "2024-11-19T13:47:16.7638292-05:00",
    "responseDataExperian": "sample string 10",
    "idCoursera": "sample string 11",
    "dataCoursera": "sample string 12",
    "habilitarNotificacion": true,
    "telefonoNotificacion": "sample string 13",
    "correoNotificacion": "sample string 14",
    "vigente": true,
    "instafitUrl": "sample string 15",
    "invitado": 1,
    "estadoVigencia": 1,
    "nroinvitado": 1,
    "producto": "sample string 16",
    "planc": "sample string 17",
    "usuarioRegistra": "sample string 18",
    "usuarioActualiza": "sample string 19",
    "valido": 1,
    "encuestaNeo": 1,
    "estadoPrueba": true,
    "Agenda": {
      "$id": "7",
      "$values": [
        {
          "$id": "8",
          "idAgenda": 1,
          "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
          "idCasoMoksys": 1,
          "discriminadorAgendamiento": "sample string 2",
          "idUsuario": 1,
          "contacto": "sample string 3",
          "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
          "fechaAgenda": "2024-11-19T13:47:16.7638292-05:00",
          "horaAgenda": "00:00:00.1234567",
          "vigente": true,
          "idAgendaTipo": 1,
          "AgendaTipo": {
            "$id": "9",
            "idAgendaTipo": 1,
            "glosaAgendaTipo": "sample string 2",
            "vigente": true,
            "modulo": "sample string 3",
            "idTipoServicioMoksys": 1,
            "idRequerimientoMoksys": 1,
            "idServicioMoksys": 1,
            "idContratoMoksys": 1,
            "Agenda": {
              "$id": "10",
              "$values": [
                {
                  "$ref": "8"
                },
                {
                  "$ref": "8"
                }
              ]
            },
            "Coworking": {
              "$id": "11",
              "$values": [
                {
                  "$id": "12",
                  "Id": 1,
                  "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
                  "dicCiudad": 1,
                  "idAgendaTipo": 1,
                  "fechaAgendamiento": "2024-11-19T13:47:16.7638292-05:00",
                  "horario": "sample string 2",
                  "idUsuario": 1,
                  "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
                  "idCasoMoksys": 1,
                  "vigente": true,
                  "AgendaTipo": {
                    "$ref": "9"
                  },
                  "Usuario": {
                    "$ref": "6"
                  },
                  "idLog": 1,
                  "dataAdicional": "sample string 3"
                },
                {
                  "$ref": "12"
                }
              ]
            }
          },
          "Usuario": {
            "$ref": "6"
          },
          "idLog": 1,
          "dataAdicional": "sample string 4"
        },
        {
          "$ref": "8"
        }
      ]
    },
    "AplicacionesOfertas": {
      "$id": "13",
      "$values": [
        {
          "$id": "14",
          "idOferta": 1,
          "idUsuario": 1,
          "fechaAplicacion": "2024-11-19T13:47:16.7638292-05:00",
          "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
          "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
          "vigente": true,
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "14"
        }
      ]
    },
    "Coworking": {
      "$id": "15",
      "$values": [
        {
          "$ref": "12"
        },
        {
          "$ref": "12"
        }
      ]
    },
    "EjercicioAhorro": {
      "$id": "16",
      "$values": [
        {
          "$id": "17",
          "id": 1,
          "idUsuario": 1,
          "articulo": "sample string 2",
          "valor": 1.1,
          "plazo": "sample string 3",
          "tasa_interes": 1.1,
          "ahorro_mensual": 1.1,
          "ahorro_anual": 1.1,
          "edad": 1,
          "ahorro_inversion": 1.1,
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "17"
        }
      ]
    },
    "FraProgreso": {
      "$id": "18",
      "$values": [
        {
          "$id": "19",
          "idProgreso": 1,
          "idCurso": 2,
          "IdNivel": 1,
          "idUsuario": 1,
          "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
          "fechaInico": "2024-11-19T13:47:16.7638292-05:00",
          "fechaFin": "2024-11-19T13:47:16.7638292-05:00",
          "vigente": true,
          "estadoNivel": 1,
          "FraCurso": {
            "$id": "20",
            "idCurso": 1,
            "descripcionCurso": "sample string 2",
            "imagenCurso": "sample string 3",
            "descripcionCorta": "sample string 4",
            "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
            "vigente": true,
            "FraNiveles": {
              "$id": "21",
              "$values": [
                {
                  "$id": "22",
                  "idNivel": 1,
                  "idCurso": 1,
                  "contenidoTexto": "sample string 2",
                  "urlVideo": "sample string 3",
                  "ordenNivel": 1,
                  "fechaCrecion": "2024-11-19T13:47:16.7638292-05:00",
                  "vigente": true,
                  "FraCurso": {
                    "$ref": "20"
                  },
                  "FraProgreso": {
                    "$id": "23",
                    "$values": [
                      {
                        "$ref": "19"
                      },
                      {
                        "$ref": "19"
                      }
                    ]
                  }
                },
                {
                  "$ref": "22"
                }
              ]
            },
            "FraProgreso": {
              "$id": "24",
              "$values": [
                {
                  "$ref": "19"
                },
                {
                  "$ref": "19"
                }
              ]
            }
          },
          "FraNiveles": {
            "$ref": "22"
          },
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "19"
        }
      ]
    },
    "HojaVidaDatosPersonales": {
      "$id": "25",
      "$values": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "HojaVidaInformacionEducativa": {
      "$id": "26",
      "$values": [
        {
          "$id": "27",
          "idInformacionEducativa": 1,
          "idDatosPersonales": 1,
          "idUsuario": 1,
          "dicAreaEstudio": "sample string 2",
          "dicCiudadEstudio": "sample string 3",
          "dicIntensidadEstudio": "sample string 4",
          "dicNivelEducativo": "sample string 5",
          "dicTipoEstudio": "sample string 6",
          "dicPaisExtranjero": "sample string 7",
          "institucionEducativa": "sample string 8",
          "tituloObtenido": "sample string 9",
          "estadoEstudio": "sample string 10",
          "otroEstudio": "sample string 11",
          "fechaInicio": "2024-11-19T13:47:16.7638292-05:00",
          "fechaFin": "2024-11-19T13:47:16.7638292-05:00",
          "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
          "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
          "vigente": true,
          "esComplementario": true,
          "descripcionEducacion": "sample string 12",
          "HojaVidaDatosPersonales": {
            "$ref": "1"
          },
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "27"
        }
      ]
    },
    "IttBrandingDigital": {
      "$id": "28",
      "$values": [
        {
          "$id": "29",
          "idBranding": 1,
          "idEmpresa": 1,
          "IdUsuario": 1,
          "idAgenda": 1,
          "estadoBranding": 1,
          "descripcionServicios": "sample string 2",
          "identidadDigital": "sample string 3",
          "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
          "vigente": true,
          "IttEmpresa": {
            "$id": "30",
            "idEmpresa": 1,
            "idUsuario": 1,
            "idSector": 1,
            "nombreSector": "sample string 2",
            "nombreEmpresa": "sample string 3",
            "descripcionEmpresa": "sample string 4",
            "mailEmpresarial": "sample string 5",
            "telefonoEmpresarial": "sample string 6",
            "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
            "paginaWeb": "sample string 7",
            "rutaImagen": "sample string 8",
            "vigente": true,
            "IttBrandingDigital": {
              "$id": "31",
              "$values": [
                {
                  "$ref": "29"
                },
                {
                  "$ref": "29"
                }
              ]
            },
            "Usuario": {
              "$ref": "6"
            }
          },
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "29"
        }
      ]
    },
    "IttEmpresa": {
      "$id": "32",
      "$values": [
        {
          "$ref": "30"
        },
        {
          "$ref": "30"
        }
      ]
    },
    "IttIncripcionEvento": {
      "$id": "33",
      "$values": [
        {
          "$id": "34",
          "idInscripcionEvento": 1,
          "idEvento": 1,
          "IdUsuario": 1,
          "idEmpresa": 1,
          "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
          "vigente": true,
          "estadoIncripcion": 1,
          "IttEventosNetworking": {
            "$id": "35",
            "idEvento": 1,
            "idCiudad": 1,
            "idTipoEvento": 1,
            "rutaImagenEvento": "QEA=",
            "descripcionEvento": "sample string 2",
            "nombreConferencista": "sample string 3",
            "descripcionConferencista": "sample string 4",
            "fechaEvento": "2024-11-19T13:47:16.7638292-05:00",
            "HoraEvento": "00:00:00.1234567",
            "lugarEvento": "sample string 5",
            "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
            "vigente": true,
            "CiudadCodigosDANE": {
              "$id": "36",
              "IdCodigoDANE": 1,
              "codigoNivel1": 1,
              "codigoNivel2": "sample string 2",
              "codigoNivel3": "sample string 3",
              "nombreNivel1": "sample string 4",
              "nombreNivel2": "sample string 5",
              "nombreNivel3": "sample string 6",
              "tipo": "sample string 7",
              "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
              "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
              "vigente": true,
              "IttEventosNetworking": {
                "$id": "37",
                "$values": [
                  {
                    "$ref": "35"
                  },
                  {
                    "$ref": "35"
                  }
                ]
              }
            },
            "IttIncripcionEvento": {
              "$id": "38",
              "$values": [
                {
                  "$ref": "34"
                },
                {
                  "$ref": "34"
                }
              ]
            }
          },
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "34"
        }
      ]
    },
    "LogActividad": {
      "$id": "39",
      "$values": [
        {
          "$id": "40",
          "idLogActividad": 1,
          "dicTipoLog": 1,
          "idUsuario": 1,
          "ipAcceso": "sample string 2",
          "consultaJSON": "sample string 3",
          "fechaCreacionRegistro": "2024-11-19T13:47:16.7638292-05:00",
          "vigente": true,
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "40"
        }
      ]
    },
    "OfertasEmpleo": {
      "$id": "41",
      "$values": [
        {
          "$id": "42",
          "idOferta": 1,
          "idUsuarioModificador": 1,
          "idUsuario": 1,
          "tituloOferta": "sample string 2",
          "descripcionOferta": "sample string 3",
          "salarioOferta": "sample string 4",
          "ciudadOferta": "sample string 5",
          "fechaPublicacionOferta": "2024-11-19T13:47:16.7638292-05:00",
          "fechaCreacion": "2024-11-19T13:47:16.7638292-05:00",
          "fechaActualizacion": "2024-11-19T13:47:16.7638292-05:00",
          "estadoOferta": 1,
          "vigente": true,
          "link": "sample string 6",
          "idOfertaProveedor": "sample string 7",
          "proveedorEmpleo": "sample string 8",
          "sector": "sample string 9",
          "tipoContrato": "sample string 10",
          "razonSocial": "sample string 11",
          "cantidadVacantes": "sample string 12",
          "requisitos": "sample string 13",
          "experienciaRequerida": "sample string 14",
          "fechaVencimiento": "2024-11-19T13:47:16.7638292-05:00",
          "area": "sample string 15",
          "idOfertaPlacement": 16,
          "Usuario": {
            "$ref": "6"
          }
        },
        {
          "$ref": "42"
        }
      ]
    },
    "Prueba": {
      "$id": "43",
      "$values": [
        {
          "$id": "44",
          "idPrueba": 1,
          "idUsuario": 1,
          "idTipoPregunta": 1,
          "fechaInicioPrueba": "2024-11-19T13:47:16.7638292-05:00",
          "esSimulacion": true,
          "vigente": true,
          "completado": true,
          "Usuario": {
            "$ref": "6"
          },
          "PruebaRespuesta": {
            "$id": "45",
            "$values": [
              {
                "$id": "46",
                "idPruebaRespuesta": 1,
                "idPrueba": 1,
                "idPregunta": 1,
                "idPreguntaRespuesta": 1,
                "fechaPruebaRespuesta": "2024-11-19T13:47:16.7638292-05:00",
                "vigente": true,
                "respuestaLibre": "sample string 2",
                "Pregunta": {
                  "$id": "47",
                  "idPregunta": 1,
                  "idTipoPregunta": 1,
                  "glosaPregunta": "sample string 2",
                  "vigente": true,
                  "Orden": 1,
                  "respuestaLibre": "sample string 3",
                  "numeroPagina": 1,
                  "TipoPregunta": {
                    "$id": "48",
                    "idTipoPregunta": 1,
                    "nombreTipoPregunta": "sample string 2",
                    "vigente": true,
                    "descripcion": "sample string 3",
                    "tipoEvaluacion": "sample string 4",
                    "cantidadPreguntasSimulacion": 1,
                    "Pregunta": {
                      "$id": "49",
                      "$values": [
                        {
                          "$ref": "47"
                        },
                        {
                          "$ref": "47"
                        }
                      ]
                    },
                    "Prueba": {
                      "$id": "50",
                      "$values": [
                        {
                          "$ref": "44"
                        },
                        {
                          "$ref": "44"
                        }
                      ]
                    },
                    "TipoPreguntaInforme": {
                      "$id": "51",
                      "$values": [
                        {
                          "$id": "52",
                          "idTipoPreguntaInforme": 1,
                          "idTipoPregunta": 1,
                          "puntajeDesde": 1,
                          "puntajeHasta": 1,
                          "textoInforme": "sample string 2",
                          "TipoPregunta": {
                            "$ref": "48"
                          }
                        },
                        {
                          "$ref": "52"
                        }
                      ]
                    }
                  },
                  "PreguntaRespuesta": {
                    "$id": "53",
                    "$values": [
                      {
                        "$id": "54",
                        "idPreguntaRespuesta": 1,
                        "idPregunta": 1,
                        "glosaPreguntaRespuesta": "sample string 2",
                        "orden": 1,
                        "esCorrecta": true,
                        "peso": 1,
                        "Pregunta": {
                          "$ref": "47"
                        },
                        "PruebaRespuesta": {
                          "$id": "55",
                          "$values": [
                            {
                              "$ref": "46"
                            },
                            {
                              "$ref": "46"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "54"
                      }
                    ]
                  },
                  "PruebaRespuesta": {
                    "$id": "56",
                    "$values": [
                      {
                        "$ref": "46"
                      },
                      {
                        "$ref": "46"
                      }
                    ]
                  }
                },
                "PreguntaRespuesta": {
                  "$ref": "54"
                },
                "Prueba": {
                  "$ref": "44"
                }
              },
              {
                "$ref": "46"
              }
            ]
          },
          "TipoPregunta": {
            "$ref": "48"
          }
        },
        {
          "$ref": "44"
        }
      ]
    }
  },
  "HojaVidaInformacionEducativa": {
    "$id": "57",
    "$values": [
      {
        "$ref": "27"
      },
      {
        "$ref": "27"
      }
    ]
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.