GET /api/Member/Getbasic_para?日工作時數={日工作時數}&月工作天數={月工作天數}&f請假公式={f請假公式}&f曠職公式={f曠職公式}&f早退公式={f早退公式}&f遲到公式={f遲到公式}&pay={pay}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
日工作時數

decimal number

Required

月工作天數

integer

Required

f請假公式

integer

None.

f曠職公式

integer

None.

f早退公式

integer

None.

f遲到公式

integer

None.

pay

integer

Required

Body Parameters

None.

Response Information

Resource Description

t薪資參數表
NameDescriptionTypeAdditional information
fId

integer

None.

fMid

integer

None.

f日工作時數

decimal number

None.

f月工作天數

integer

None.

f請假m

decimal number

None.

f加班前2h

decimal number

None.

f加班後2h

decimal number

None.

f加班假日後8h

decimal number

None.

f曠職m

decimal number

None.

f遲到m

decimal number

None.

f早退m

decimal number

None.

f修改時間

date

None.

f修改人員

integer

None.

f全勤獎金

integer

None.

f基本工資

decimal number

None.

f時薪

decimal number

None.

f日薪

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "fId": 1,
  "fMid": 2,
  "f日工作時數": 3.1,
  "f月工作天數": 4,
  "f請假m": 5.1,
  "f加班前2h": 6.1,
  "f加班後2h": 7.1,
  "f加班假日後8h": 8.1,
  "f曠職m": 9.1,
  "f遲到m": 10.1,
  "f早退m": 11.1,
  "f修改時間": "2025-05-24T04:14:50.7649172+08:00",
  "f修改人員": 13,
  "f全勤獎金": 14,
  "f基本工資": 15.1,
  "f時薪": 16.1,
  "f日薪": 17.1
}

application/xml, text/xml

Sample:
<t薪資參數表 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models">
  <fId>1</fId>
  <fMid>2</fMid>
  <f修改人員>13</f修改人員>
  <f修改時間>2025-05-24T04:14:50.7649172+08:00</f修改時間>
  <f全勤獎金>14</f全勤獎金>
  <f加班假日後8h>8.1</f加班假日後8h>
  <f加班前2h>6.1</f加班前2h>
  <f加班後2h>7.1</f加班後2h>
  <f基本工資>15.1</f基本工資>
  <f日工作時數>3.1</f日工作時數>
  <f日薪>17.1</f日薪>
  <f早退m>11.1</f早退m>
  <f時薪>16.1</f時薪>
  <f曠職m>9.1</f曠職m>
  <f月工作天數>4</f月工作天數>
  <f請假m>5.1</f請假m>
  <f遲到m>10.1</f遲到m>
</t薪資參數表>