GET /api/Payslip/getHourlyrate?fId={fId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fId | integer |
Required |
Body Parameters
Collection of t打卡Name | Description | Type | Additional information |
---|---|---|---|
fId | integer |
None. |
|
fPunchType | string |
None. |
|
fPunchLineId | string |
None. |
|
fPunchGroup | string |
None. |
|
fPunchStatus | integer |
None. |
|
fPunchData | string |
None. |
|
fWriteDate | date |
None. |
|
fLatetime | integer |
None. |
|
fAbsenteeism | integer |
None. |
|
fLeaveearly | integer |
None. |
|
fWorkinghours | integer |
None. |
|
fOverTime | integer |
None. |
|
faskleave | integer |
None. |
|
fLegitimate | integer |
None. |
|
fshiftfId | integer |
None. |
|
fGetworkStatus | string |
None. |
|
fTimestampKey | integer |
None. |
|
punchtime | string |
None. |
|
上班時間 | string |
None. |
|
fMid | integer |
None. |
|
打卡時間 | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "fId": 1, "fPunchType": "sample string 2", "fPunchLineId": "sample string 3", "fPunchGroup": "sample string 4", "fPunchStatus": 5, "fPunchData": "sample string 6", "fWriteDate": "2025-05-24T03:56:18.8548933+08:00", "fLatetime": 8, "fAbsenteeism": 9, "fLeaveearly": 10, "fWorkinghours": 11, "fOverTime": 12, "faskleave": 13, "fLegitimate": 14, "fshiftfId": 15, "fGetworkStatus": "sample string 16", "fTimestampKey": 17, "punchtime": "sample string 18", "上班時間": "sample string 19", "fMid": 20, "打卡時間": "sample string 21" }, { "fId": 1, "fPunchType": "sample string 2", "fPunchLineId": "sample string 3", "fPunchGroup": "sample string 4", "fPunchStatus": 5, "fPunchData": "sample string 6", "fWriteDate": "2025-05-24T03:56:18.8548933+08:00", "fLatetime": 8, "fAbsenteeism": 9, "fLeaveearly": 10, "fWorkinghours": 11, "fOverTime": 12, "faskleave": 13, "fLegitimate": 14, "fshiftfId": 15, "fGetworkStatus": "sample string 16", "fTimestampKey": 17, "punchtime": "sample string 18", "上班時間": "sample string 19", "fMid": 20, "打卡時間": "sample string 21" } ]
application/xml, text/xml
Sample:
<ArrayOft打卡 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models"> <t打卡> <fAbsenteeism>9</fAbsenteeism> <fGetworkStatus>sample string 16</fGetworkStatus> <fId>1</fId> <fLatetime>8</fLatetime> <fLeaveearly>10</fLeaveearly> <fLegitimate>14</fLegitimate> <fMid>20</fMid> <fOverTime>12</fOverTime> <fPunchData>sample string 6</fPunchData> <fPunchGroup>sample string 4</fPunchGroup> <fPunchLineId>sample string 3</fPunchLineId> <fPunchStatus>5</fPunchStatus> <fPunchType>sample string 2</fPunchType> <fTimestampKey>17</fTimestampKey> <fWorkinghours>11</fWorkinghours> <fWriteDate>2025-05-24T03:56:18.8548933+08:00</fWriteDate> <faskleave>13</faskleave> <fshiftfId>15</fshiftfId> <punchtime>sample string 18</punchtime> <上班時間>sample string 19</上班時間> <打卡時間>sample string 21</打卡時間> </t打卡> <t打卡> <fAbsenteeism>9</fAbsenteeism> <fGetworkStatus>sample string 16</fGetworkStatus> <fId>1</fId> <fLatetime>8</fLatetime> <fLeaveearly>10</fLeaveearly> <fLegitimate>14</fLegitimate> <fMid>20</fMid> <fOverTime>12</fOverTime> <fPunchData>sample string 6</fPunchData> <fPunchGroup>sample string 4</fPunchGroup> <fPunchLineId>sample string 3</fPunchLineId> <fPunchStatus>5</fPunchStatus> <fPunchType>sample string 2</fPunchType> <fTimestampKey>17</fTimestampKey> <fWorkinghours>11</fWorkinghours> <fWriteDate>2025-05-24T03:56:18.8548933+08:00</fWriteDate> <faskleave>13</faskleave> <fshiftfId>15</fshiftfId> <punchtime>sample string 18</punchtime> <上班時間>sample string 19</上班時間> <打卡時間>sample string 21</打卡時間> </t打卡> </ArrayOft打卡>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
薪資條_加班Name | Description | Type | Additional information |
---|---|---|---|
data | Collection of datas |
None. |
|
total | integer |
None. |
|
type | string |
None. |
|
fMid | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "fId": 1, "time": 2, "星期": 3, "date": "sample string 4" }, { "fId": 1, "time": 2, "星期": 3, "date": "sample string 4" } ], "total": 1, "type": "sample string 2", "fMid": 3 }
application/xml, text/xml
Sample:
<薪資條_加班 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models"> <data> <datas> <date>sample string 4</date> <fId>1</fId> <time>2</time> <星期>3</星期> </datas> <datas> <date>sample string 4</date> <fId>1</fId> <time>2</time> <星期>3</星期> </datas> </data> <fMid>3</fMid> <total>1</total> <type>sample string 2</type> </薪資條_加班>