/
REST Objects Flags

REST Objects Flags

5.0.0

The Flags object can be part of:

or:

  • The Work Item object, in the following locations:
  • In this situation, a Flags object represents the state of various boolean flag values that are associated with a booked Work  

Flags Object Format

JSON Format
{
	"AllowRebook": false,
    "AllowReject": false,
	"Billable": false,
    "CallConfirmed": false,
	"ClerkReview": false,
    "Deleted": false,
    "Fixed": false,
	"HardStop": false,
    "IsDelivered": false,
    "IsRead": false,
    "IsRedacted": false,
    "Paused": false,
    "RepeatCall": false,
    "IsAllDayJob": false,
	"ForcedCall": false
}

Flags Object Properties


PropertyTypeRequired?Description

Field Mappings

ServiceDispatchServiceMobilityServiceScheduling
AllowRebookbooleanNo

Is it permitted to allow the Work Item to be rebooked?

ReSchedule/CanReschedallowRebook
AllowRejectbooleanNo

Is it permitted for the Worker to reject the Work Item?

N/A/CanReject

Billable

booleanNo

Is the Work Item billable to the customer?

N/A/Billable
CallConfirmedbooleanNoHas the customer call confirmed the Work Item?N/AN/A
ClerkReviewbooleanNo

Does the Work Item require a review by a member of the back office team on completion?

N/A/ClerkReview
DeletedbooleanNo

Has the Work Item been removed from a mobile worker's device?

N/A/Deleted
FixedbooleanNo

Is the Work Item to be completed at a fixed time (i.e. cannot be moved to optimize the schedule)?

N/AN/AfixedStatus
HardStopbooleanNo

Does the Worker need to stop working at the Work Item's specified end time, even if the work is incomplete?

N/A/HardStop
IsDeliveredbooleanNo

Has the Work Item been delivered to the Worker?

N/A/IsDelivered
IsReadbooleanNo

Has the Work Item been seen by the Worker?

N/A/IsRead
IsRedactedbooleanNo

Should certain properties of the Work Item be hidden from view until the work is accepted by the Worker?

N/A/IsRedacted
PausedbooleanNo

Is the Work Item paused?

N/A/Paused
RepeatCallbooleanNo

Is the Work Item a second or subsequent visit for the same work?

RepeatCallFlag/RepeatCall
IsAllDayJobbooleanNo

Is the Work Item an all day job?

N/AN/AjobStatus == 8
ForcedCallbooleanNo

Has the Work Item been forced into the schedule (possibly overriding other Work Items)?

ForcedCallFlagN/AForcedCall



Related content

REST Objects Work Item
REST Objects Work Item
More like this
REST Objects WorkType
REST Objects WorkType
More like this
REST Objects Booking
REST Objects Booking
More like this
REST Work Item APIs
REST Work Item APIs
More like this
REST Objects Appointment Book
REST Objects Appointment Book
More like this