---
title: "Create Salary Or Advance Slip"
method: POST
path: "/endofday/salary-slips"
tags: ["End Of Day Reports"]
---

# Create Salary Or Advance Slip

`POST /endofday/salary-slips`

## Headers

- `authorization` string

## Request body

- SalarySlipCreateIn
  - `slip_type` string, required
  - `employee_id` integer, required
  - `period_month` string, required
  - `payment_date` string, required
  - `allowances_lbp` number
  - `allowances_usd` number
  - `deductions_lbp` number
  - `deductions_usd` number
  - `salary_paid_lbp` number
  - `salary_paid_usd` number
  - `advance_paid_lbp` number
  - `advance_paid_usd` number
  - `notes` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
