@theredspace/spp-client
Preparing search index...
BookingByDay
Interface BookingByDay
Day-by-day representation of bookings. Read-only.
interface
BookingByDay
{
booking_id
:
string
;
booking_type_id
:
string
;
created
:
string
;
customer_id
:
string
;
date
:
string
;
hours
:
number
;
id
:
string
;
job_code_id
?:
string
;
project_id
:
string
;
project_task_id
:
string
;
resource_request_queue_id
?:
string
;
updated
?:
string
;
userid
:
string
;
}
Index
Properties
booking_
id
booking_
type_
id
created
customer_
id
date
hours
id
job_
code_
id?
project_
id
project_
task_
id
resource_
request_
queue_
id?
updated?
userid
Properties
booking_
id
booking_id
:
string
booking_
type_
id
booking_type_id
:
string
created
created
:
string
customer_
id
customer_id
:
string
date
date
:
string
hours
hours
:
number
id
id
:
string
Optional
job_
code_
id
job_code_id
?:
string
project_
id
project_id
:
string
project_
task_
id
project_task_id
:
string
Optional
resource_
request_
queue_
id
resource_request_queue_id
?:
string
Optional
updated
updated
?:
string
userid
userid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
booking_
id
booking_
type_
id
created
customer_
id
date
hours
id
job_
code_
id
project_
id
project_
task_
id
resource_
request_
queue_
id
updated
userid
@theredspace/spp-client
Loading...
Day-by-day representation of bookings. Read-only.