Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.19 KB

TimeOffEntryResponse.md

File metadata and controls

25 lines (21 loc) · 1.19 KB

AffixApi.Api.Model.TimeOffEntryResponse

Properties

Name Type Description Notes
Id string The Affix-assigned id of the time off entry
RemoteId string the remote system-assigned id of the time off entry
EmployeeId string the Affix-assigned id of the individual
EmployeeRemoteId string the remote system-assigned id of the individual
StartDate DateTime?
EndDate DateTime?
Amount decimal
Unit string
Status string
EmployeeNote string
PolicyId string The Affix-assigned id of the policy
PolicyRemoteId string The remote system-assigned id of the policy
PolicyName string The name of the policy, as assigned by the remote system
PolicyType PolicyTypeResponse
RemoteCreatedAt DateTime?
RemoteModifiedAt DateTime?

[Back to Model list] [Back to API list] [Back to README]