ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/leave
CreateLeaveData
Interface CreateLeaveData
interface
CreateLeaveData
{
employeeId
:
string
;
type
:
|
"EMERGENCY"
|
"UNPAID"
|
"PERSONAL"
|
"ANNUAL"
|
"SICK"
|
"MATERNITY"
|
"PATERNITY"
;
startDate
:
string
;
endDate
:
string
;
reason
?:
string
;
}
Index
Properties
employee
Id
type
start
Date
end
Date
reason?
Properties
employee
Id
employeeId
:
string
type
type
:
|
"EMERGENCY"
|
"UNPAID"
|
"PERSONAL"
|
"ANNUAL"
|
"SICK"
|
"MATERNITY"
|
"PATERNITY"
start
Date
startDate
:
string
end
Date
endDate
:
string
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
employee
Id
type
start
Date
end
Date
reason
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...