reservationOfferingUpdate Mutation
Updates an existing reservation offering.
Input Argument
reservationOfferingUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
Boolean
)
Whether it is allowed to create recurrent reservations for this offering.
ID
)
Calendar that defines the hours in which reservations may start and end.
String
)
A unique identifier for the client performing the mutation.
[ID!]
)
Identifiers of the configuration items that may be reserved using this offering.
Boolean
)
Whether the reservation offering may not be used to register requests for reservation.
[String!]
)
The filters of the reservation offering.
ID!
)
The node ID of the record to update.
ReservationStatus
)
The initial status of the reservation.
Int
)
The maximum duration between the creation time of a request for reservation and the requested start of the reservation.
Int
)
The maximum duration of the reservation within the hours of the calendar.
Int
)
The minimum duration between the creation time of a request for reservation and the requested start of the reservation.
Int
)
The minimum duration of the reservation within the hours of the calendar.
Boolean
)
Whether or not the reservation may span over multiple calendar days.
String
)
A short description of the reservation offering
Int
)
The duration required to prepare the asset before the reservation starts.
Boolean
)
Reservations of this reservation offering are private and can not be viewed by other end users.
ID
)
Identifier of the service instance for which the reservations may be requested.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Int
)
The increments with which the reservation may be prolonged.
TimeZone
)
The time zone that applies to the selected calendar.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
ReservationOffering
)
Record after mutation.