POST /api/Fillpunchcard/processmemberspunchrecord?lineid={lineid}&today_date={today_date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lineid | string |
Required |
|
| today_date | string |
Required |
Body Parameters
Collection of 打卡紀錄| Name | Description | Type | Additional information |
|---|---|---|---|
| fId | integer |
None. |
|
| fshiftfId | integer |
None. |
|
| f上班日期 | string |
None. |
|
| f次數 | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"fId": 1,
"fshiftfId": 2,
"f上班日期": "sample string 3",
"f次數": 4
},
{
"fId": 1,
"fshiftfId": 2,
"f上班日期": "sample string 3",
"f次數": 4
}
]
application/xml, text/xml
Sample:
<ArrayOf打卡紀錄 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models">
<打卡紀錄>
<fId>1</fId>
<fshiftfId>2</fshiftfId>
<f上班日期>sample string 3</f上班日期>
<f次數>4</f次數>
</打卡紀錄>
<打卡紀錄>
<fId>1</fId>
<fshiftfId>2</fshiftfId>
<f上班日期>sample string 3</f上班日期>
<f次數>4</f次數>
</打卡紀錄>
</ArrayOf打卡紀錄>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.