Table "Booking Item"

ID 6707
Namespace: Microsoft.Booking

Properties

Name Value
Caption Booking Item
ExternalName appointments
TableType MicrosoftGraph
DataClassification CustomerContent

Fields

Name Type Description
Id Text[250]
"Start Date" Blob
"End Date" Blob
Duration Duration
Notes Text[250]
"Price Type" Option
Price Decimal
"Service ID" Text[50]
"Service Name" Text[50]
"Customer ID" Text[50]
"Customer Email" Text[80]
"Customer Name" Text[100]
"Invoice Link" Text[250]
"Invoice No." Text[250]
"Invoice Status" Option
"Invoice Amount" Decimal
"Invoice Date" Blob
SystemId Guid
SystemRowVersion BigInteger

Methods

GetEndDate

procedure GetEndDate(): DateTime

Returns

Type Description
DateTime

SetEndDate

procedure SetEndDate(NewEndDate: DateTime)

Parameters

Name Type Description
NewEndDate DateTime

GetInvoiceDate

procedure GetInvoiceDate(): DateTime

Returns

Type Description
DateTime

SetInvoiceDate

procedure SetInvoiceDate(NewInvoiceDate: DateTime)

Parameters

Name Type Description
NewInvoiceDate DateTime

GetStartDate

procedure GetStartDate(): DateTime

Returns

Type Description
DateTime

SetStartDate

procedure SetStartDate(NewStartDate: DateTime)

Parameters

Name Type Description
NewStartDate DateTime

CheckActionAllowed

procedure CheckActionAllowed(): Boolean

Returns

Type Description
Boolean

See also