@theredspace/spp-client
Preparing search index...
UserWorkSchedule
Interface UserWorkSchedule
Assigns a work schedule to a user. Supports Add, Read, Modify, Delete.
interface
UserWorkSchedule
{
account_workscheduleid
?:
string
;
acct_code
?:
string
;
created
:
DateContainer
;
end_date
?:
DateContainer
;
externalid
?:
string
;
id
:
string
;
master_workscheduleid
?:
string
;
name
?:
string
;
sample_date
?:
DateContainer
;
start_date
:
DateContainer
;
updated
:
DateContainer
;
use_this_schedule
?:
"0"
|
"1"
;
userid
:
string
;
week_num
:
number
;
workdays
:
string
;
workhourid
:
string
;
workhours
:
string
;
workscheduleid
:
string
;
}
Index
Properties
account_
workscheduleid?
acct_
code?
created
end_
date?
externalid?
id
master_
workscheduleid?
name?
sample_
date?
start_
date
updated
use_
this_
schedule?
userid
week_
num
workdays
workhourid
workhours
workscheduleid
Properties
Optional
account_
workscheduleid
account_workscheduleid
?:
string
Optional
acct_
code
acct_code
?:
string
created
created
:
DateContainer
Optional
end_
date
end_date
?:
DateContainer
Optional
externalid
externalid
?:
string
id
id
:
string
Optional
master_
workscheduleid
master_workscheduleid
?:
string
Optional
name
name
?:
string
Optional
sample_
date
sample_date
?:
DateContainer
start_
date
start_date
:
DateContainer
updated
updated
:
DateContainer
Optional
use_
this_
schedule
use_this_schedule
?:
"0"
|
"1"
userid
userid
:
string
week_
num
week_num
:
number
workdays
workdays
:
string
workhourid
workhourid
:
string
workhours
workhours
:
string
workscheduleid
workscheduleid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
workscheduleid
acct_
code
created
end_
date
externalid
id
master_
workscheduleid
name
sample_
date
start_
date
updated
use_
this_
schedule
userid
week_
num
workdays
workhourid
workhours
workscheduleid
@theredspace/spp-client
Loading...
Assigns a work schedule to a user. Supports Add, Read, Modify, Delete.