Femas HR
API Document
API SPEC
API Document
API SPEC
  1. 薪資
  • 根目錄
    • 身分權限認證
      • 用戶登入
    • 資料讀取
      • 人事
        • 取得人員資料
        • 取得人員異動資料
        • 取得公司資料
        • 取得部門資料
        • 取得部門異動資料
        • 取得職稱資料
        • 取得職等資料
        • 取得職級資料
        • 取得員工類別資料
        • 取得學歷類別資料
        • 取得國別資料
        • 取得系統員工大頭照片
      • 差勤
        • 取得差假資料
        • 取得加班資料
        • 取得差勤資訊
        • 取得假日行事曆資料
      • 排班
        • 取得排班資訊
      • 薪資
        • 取得成本中心資料
          POST
        • 取得員工薪資發放方式
          POST
        • 取得員工薪資基本資料
          POST
        • 取得員工薪資明細表
          POST
        • 取得傳票資料
          POST
    • 資料寫入
      • 人事
        • 人員新進作業
        • 調派人員作業
        • 離退人員作業
        • 留停人員作業
        • 人員復職回任作業
        • 人員資料批次更新作業
        • 員工眷屬批量維護作業
        • 部門批量維護作業
      • 薪資
        • 成本中心批量維護作業
API Document
API SPEC
API Document
API SPEC
  1. 薪資

取得傳票資料

POST
https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_accounting_voucher_reocrds.json
資料讀取薪資
配合授權管理員使用,建議配合查詢條件避免一次取回太多資料

請求

標頭參數

主體參數application/json必填

範例
{
    "year_month": "2026-01",
    "num_times": 1,
    "offset": 301
}

請求程式碼範例

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
請求請求範例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mock.apidog.com/m1/1073975-0-default/fsapi/V3/su_accounting_voucher_reocrds.json' \
--header 'Authorization: ***********************************' \
--header 'Content-Type: application/json' \
--data-raw '{
    "year_month": "2026-01",
    "num_times": 1,
    "offset": 301
}'

回應

🟢200成功
application/json
主體

範例
{
    "response": {
        "status": "success",
        "err_msg": "",
        "year_month": "2026-05",
        "salary_num_times": 1,
        "limit": 401,
        "offset": 0,
        "datas_count": 1086,
        "datas": [
            {
                "org_sn": "S01",
                "cost_center_sn": "Z00",
                "accounting_category_code": "",
                "accounting_title_code": "147109",
                "Officer": "A0001",
                "offer": "43352",
                "deduction": "0",
                "detail_item1": "備註1",
                "detail_item2": "備註2",
                "detail_item3": "備註3",
                "detail_item4": "備註4",
                "detail_item5": "備註5",
                "detail_item6": "備註6"
            },
            {
                "org_sn": "S01",
                "cost_center_sn": "A00",
                "accounting_category_code": "",
                "accounting_title_code": "147109",
                "Officer": "A0001",
                "offer": "3855",
                "deduction": "0",
                "detail_item1": null,
                "detail_item2": null,
                "detail_item3": null,
                "detail_item4": null,
                "detail_item5": null,
                "detail_item6": null
            }
        ]
    }
}
修改時間 2025-11-13 01:11:35
上一頁
取得員工薪資明細表
下一頁
人員新進作業
Built with