Table of Contents

Class UserPunchApiRequestModel

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

Properties

UserCode

人員識別碼(依UserType填入對應值)

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

Property Value

string

UserType

人員資料類型(0:Account, 1:EmployeeNo)

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

Property Value

int