Creates a new salary entry for a given employee.Copy Pagepost https://api.hibob.com/v1/people/{id}/salariesPath ParamsidstringrequiredEmployee backend-id.Body ParamsSalary entry to add. This must not conflict with another entry on the same effective date.canBeDeletedbooleaninternal flagtruefalseworkChangeTypestringThe type of the change that was performed for this work entry. This will contain the ID of the value from the Change Type list.changeobjectDetails of the last change and the ID of the user who updated this entrychange objectpayFrequencystringRepresents the frequency the salary is paid. This can be one of: Monthly, Semi Monthly, Weekly, or Bi-Weekly.creationDatedateThe date this entry was created.isCurrentbooleanIs 'true' when this is the effective entry which is currently active.truefalsemodificationDatedateThe date this entry was modified.idintegerThe id of the entry.endEffectiveDatedateFor entries that are not active - this is the date this entry became not effective.activeEffectiveDatedateThe active effective date for this entry.baseobjectrequiredbase objectpayPeriodstringrequiredRepresents the period for this salary entry. This can be one of: Annual, Hourly, Daily, Weekly, Monthly.effectiveDatedateThe date this entry becomes effective. This is a mandatory field for a work entry.Response 200Entry added successfully.Updated 9 months ago