{
"year_month": "2026-01",
"num_times": 1,
"offset": 301
}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
}'{
"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
}
]
}
}