Table of Contents

Class UserPunchApiRequestBase

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models.Eip
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll
public class UserPunchApiRequestBase
Inheritance
UserPunchApiRequestBase
Derived
Inherited Members

Properties

CorpCode

公司代號

[Required]
public string CorpCode { get; set; }

Property Value

string

EndDate

時間訖

[Required]
public DateTimeOffset EndDate { get; set; }

Property Value

DateTimeOffset

QueryPunchHistoryType

打卡類型類型(0:全部,1:出勤,2:外出)

[Required]
public int QueryPunchHistoryType { get; set; }

Property Value

int

StartDate

時間起

[Required]
public DateTimeOffset StartDate { get; set; }

Property Value

DateTimeOffset

TimeZoneId

時區Id (ex: "Taipei Standard Time")

[Required]
public string TimeZoneId { get; set; }

Property Value

string