For the complete documentation index, see llms.txt. This page is also available as Markdown.

刷卡資料介接

打卡資料寫入

post

用於接收由門禁、打卡鐘等外部系統傳來的打卡資料

Required scopes
This endpoint requires the following scopes:
  • : 提供操作 104 企業大師-人資管理 API 權限
Authorizations
OAuth2applicationRequired
Token URL:
Header parameters
authorizationanyRequired

access token

Bodyobject[]
empNostringOptional

員編

Example: A0001
cardTimeinteger · int64Optional

打卡時間timestamp

Example: 1566349095938
Responses
200

success

application/json
successintegerOptionalExample: 30
ignoreintegerOptionalExample: 5
failintegerOptionalExample: 2
post/hrmapi/external/transferCard

第三方卡鐘資料傳輸

post

用於接收由門禁、打卡鐘等外部系統傳來的打卡資料

Required scopes
This endpoint requires the following scopes:
  • : 提供操作 104 企業大師-人資管理 API 權限
Authorizations
OAuth2applicationRequired
Token URL:
Header parameters
authorizationanyRequired

access token

Bodyobject[]
unostringOptional

統編

Example: 123456789
Responses
200

success

application/json
unostringOptional

統編

Example: 123456789
codeintegerOptional

結果代碼

Example: 200,490,491,492,493
msgstringOptional

資料相關錯誤(code對應訊息,同sample順序)

Example: 正常,公司已關閉或超過時間未繳費,該公司未同意使用,無資料,未預期錯誤
successintegerOptionalExample: 30
ignoreintegerOptionalExample: 5
failintegerOptionalExample: 2
post/hrmapi/external/transferTpCard

Last updated