Skip to main content

SingleClientEntry

Represents a subtype of the Tour Entry, containing data for a single client and their benefits

type SingleClientEntry implements Entry, TourEntry {
benefits: [BenefitEntry!]!
client: Client!
description: String
estimatedEnd: Time
estimatedStart: Time
id: TourEntryID!
location: Geolocation
referenceValue: Int!
requiredQualification: Qualification!
skipped: Boolean!
timeOfDay: TimeOfDayType!
tour: TargetTour!
}

Fields

SingleClientEntry.benefits ● [BenefitEntry!]! non-null object

The benefits included in this tour work item

SingleClientEntry.client ● Client! non-null object

The corresponding client

SingleClientEntry.description ● String scalar

Optional description made by a PDL.

SingleClientEntry.estimatedEnd ● Time scalar

Estimated end time

SingleClientEntry.estimatedStart ● Time scalar

Estimated start time

SingleClientEntry.id ● TourEntryID! non-null scalar

The unique identifier

SingleClientEntry.location ● Geolocation object

The location of this entry

SingleClientEntry.referenceValue ● Int! non-null scalar

Reference value of the Benefit in minutes, up to 3 digits. Shows the average execution time of the Benefit

SingleClientEntry.requiredQualification ● Qualification! non-null scalar

The qualification required in order to perform this entry

SingleClientEntry.skipped ● Boolean! non-null scalar

If true, this tour work item should be skipped.

SingleClientEntry.timeOfDay ● TimeOfDayType! non-null enum

The time of the day this work item is planned for.

SingleClientEntry.tour ● TargetTour! non-null object

The tour this work item belongs to.

Interfaces

Entry interface

Represents an entry that can be skipped

TourEntry interface

Represents a single tour entry