improved

Extra parameters in the Employment History service

We improved the response of the Employment History API. Previously, the salary movement history was not returned, now you can recover this data.

{
  ...
  "movimientos": [
    {
      "fechaMovimiento": "2006-08-08",
      "salarioBase": 95.02,
      "tipoMovimiento": "BAJA"
    },
    {
      "fechaMovimiento": "2006-07-01",
      "salarioBase": 95.02,
      "tipoMovimiento": "MODIFICACION DE SALARIO"
    },
    {
      "fechaMovimiento": "2006-05-12",
      "salarioBase": 83.68,
      "tipoMovimiento": "REINGRESO"
    }
  ]
}

In addition, in kiban we will maintain a single date format, this will be yyyy-mm-dd, we will not affect you in the current fields, but we will update some date fields that had an invalid format for kiban, so to this service we added two fields called fechaAltaV2 and fechaBajaV2, which are updates to the fields with an incorrect format.

For more details we suggest you see the documentation of the Employment History service