Lists the resources used by an itinerary.
Fields
Field |
Field Type |
Null |
Notes |
Description |
QUANTITYNEEDED
|
int
|
false
|
|
The quantity of the resource needed for this itinerary.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
PRICE
|
money
|
false
|
|
The price of the resource.
|
PRICINGSTRUCTURECODE
|
tinyint
|
false
|
|
Indicates the pricing structure for the resource.
|
PRICINGSTRUCTURE
|
nvarchar(24) (Computed)
|
true
|
|
Provides a translation for the 'PRICINGSTRUCTURECODE' field.
|
IGNORESQUANTITYFORCAPACITY
|
bit
|
false
|
|
For group check-in, bypass constraint on quantity required for capacity.
|
PERTICKETQUANTITY
|
int
|
false
|
|
The number of items used per each ticket sold, only valid when this is a per ticket item.
|
PERTICKETDIVISOR
|
int
|
false
|
|
The number of tickets PERTICKETQUANTITY should be divided by to get the actual per ticket quantity.
|