月別給与明細取得
GET /budgets/monthly/{store_id}/{staff_id}
月別給与明細を取得します。
対象
- プラン
- プレミアム
- プレミアムプラス
- エンタープライズ、旧有料
対象ユーザー権限
- 給与管理閲覧
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”従業員ID
Example
1事業所ID(0 で総合給与を取得)
Example
1Query Parameters
Section titled “Query Parameters ”対象年 [YYYY]
Example
2020対象月 [MM]
Example
06Responses
Section titled “ Responses ”取得成功
object
従業員ID
年 [YYYY]
月 [MM]
給与支払日 [YYYY-MM-DD]
事業所ID
差引支給額
支給額合計
控除額合計
課税対象額合計
勤怠情報
object
勤務日数
勤務回数
総労働時間(分)
時間外労働時間(分)
法定内残業時間(分)
月45時間超時間外労働時間(分)
月60時間超時間外労働時間(分)
深夜労働時間(分)
所定休日労働時間(分)
法定休日労働時間(分)
遅刻回数
遅刻時間(分)
早退回数
早退時間(分)
欠勤日数
取得有給日数
取得有給時間数(分)
有給残日数
有給残時間数(分)
支給情報
object
基本給
交通費
時間外労働賃金
法定内残業賃金
月45時間超時間外労働賃金
月60時間超時間外労働賃金
深夜割増
所定休日労働賃金
法定休日労働賃金
固定残業代
固定残業代超過分
欠勤控除
※未計算または基本設定の給与明細表示項目設定で非表示の場合はnull。
遅刻控除
※未計算または基本設定の給与明細表示項目設定で非表示の場合はnull。
早退控除
※未計算または基本設定の給与明細表示項目設定で非表示の場合はnull。
支給手当リスト
object
手当ID
手当名
数量
金額
社会保険における報酬に該当する(標準報酬月額の対象)かどうか
勤怠控除に含めるかどうか
雇用保険の計算対象かどうか
0: 対象外1: 対象
課税対象かどうか
0: 非課税1: 課税対象
控除リスト
object
手当ID
控除名
数量
金額
雇用保険の計算対象かどうか
0: 対象外1: 対象
課税対象かどうか
0: 支給額合計から差し引く控除1: 一般的な控除
時間外の労働賃金
※事業所IDを 0 に指定した場合に表示されます。
object
時間外労働賃金
残業代小計
固定残業代
固定残業代超過分
固定残業代に含まれる賃金
賃金設定で固定残業代に含める設定を行なっていない項目は0で表示されます
object
深夜割増
法定内残業賃金
月45時間超時間外労働賃金
月60時間超時間外労働賃金
所定休日労働賃金
法定休日労働賃金
Example
{ "staffId": "1", "year": "2020", "month": "06", "salaryPaymentDate": "2020-07-25", "storeId": "", "netPay": "378151", "totalAllowance": "428000", "totalDeduction": "49849", "totalTaxable": "218581", "shiftTime": { "workingDayCount": "20", "workingCount": "20", "totalWorkingTime": "6720", "overtimeTime": "360", "statutoryOvertimeTime": "0", "month45hourOvertimeTime": "0", "month60hourOvertimeTime": "0", "midnightMins": "240", "prescribedHolidayTime": "0", "statutoryHolidayTime": "300", "tardyCount": "0", "tardyTime": "0", "earlyLeavingCount": "0", "earlyLeavingTime": "0", "absenceDayCount": "0", "paidHolidayCount": "0", "paidHolidayMinutes": 0, "remainingPaidHoliday": "40", "remainingPaidHolidayMinutes": 0 }, "allowanceWage": { "regularWage": "200000", "transportation": "18000", "overtimeWage": "9847.5", "statutoryOvertimeWage": "0", "month45hourOvertimeWage": "0", "month60hourOvertimeWage": "0", "midnightWage": "1313", "prescribedHolidayWage": "0", "statutoryHolidayWage": "8862.75", "fixedOvertimeWage": "50000", "fixWageOver": "0", "absenceDeduction": 10000, "tardyDeduction": 1000, "earlyLeavingDeduction": 1000, "allowance": [ { "allowanceId": "11", "label": "役職手当", "quantity": "1", "resultAmount": "10000", "socialInsuranceRemunerationFlag": true, "includeAttendanceDeduction": true, "employmentInsurance": "1", "taxable": "1" }, { "allowanceId": "12", "label": "通勤手当", "quantity": "1", "resultAmount": "150000", "socialInsuranceRemunerationFlag": true, "includeAttendanceDeduction": true, "employmentInsurance": "1", "taxable": "0" } ] }, "deductionWage": [ { "allowanceId": "13", "label": "健康保険", "quantity": "1", "resultAmount": "15275", "employmentInsurance": "1", "taxable": "0" }, { "allowanceId": "14", "label": "厚生年金", "quantity": "1", "resultAmount": "23790", "employmentInsurance": "1", "taxable": "0" }, { "allowanceId": "15", "label": "雇用保険", "quantity": "1", "resultAmount": "2354", "employmentInsurance": "1", "taxable": "0" }, { "allowanceId": "16", "label": "住民税", "quantity": "1", "resultAmount": "3000", "employmentInsurance": "0", "taxable": "0" }, { "allowanceId": "17", "label": "所得税", "quantity": "1", "resultAmount": "5430", "employmentInsurance": "0", "taxable": "0" } ], "overtimeBreakdownWage": { "overTimeWage": "9847.5", "fixedWageAllowanceSum": "20023.25", "fixedOvertimeWage": "50000", "fixedWageOver": "0", "fixedWageList": { "midnightWage": "1313", "statutoryOvertimeWage": "0", "month45hourOvertimeWage": "0", "month60hourOvertimeWage": "0", "prescribedHolidayWage": "0", "statutoryHolidayWage": "8862.75" } }}- リクエストの形式が不正な場合
object
エラータイプを識別するURI、もしくはabout:blank
エラーの概要
エラーの詳細
Example
{ "type": "about:blank", "title": "Bad Request", "detail": "月は2桁で入力してください。"}- 指定したIDのデータが存在しない場合
object
エラータイプを識別するURI、もしくはabout:blank
エラーの概要
エラーの詳細
Example
{ "type": "about:blank", "title": "Not Found", "detail": "事業所が見つかりません。"}