---
title: "Add Employee Salary"
method: POST
path: "/payroll/employees/{routeEmployeeId}/salary"
tags: ["EmployeeSalary"]
---

# Add Employee Salary

`POST /payroll/employees/{routeEmployeeId}/salary`

Add Employee Salary

## Path parameters

- `routeEmployeeId` string, uuid, required

## Query parameters

- `employeeId` string, uuid

## Request body

- KekaAPIModelPayrollAPIEmployeeSalaryAddDto
  - `structureId` string, nullable
  - `amount` integer
  - `effectiveFrom` string, date-time
  - `apiBonusDto` KekaAPIModelPayrollAPIBonusDto[], nullable
    - `bounsId` string, nullable
    - `amount` integer, nullable
    - `dueDate` string, date-time
    - `note` string, nullable
  - `isBonusAmountIncludedInSalary` boolean
  - `salaryStructureType` 0 | 1

## Response `200`

OK

- BooleanAPIReponse
  - `data` boolean
  - `message` string, nullable
  - `errors` string[], nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/revisions/907ea395c885/schema)
