Skip to main content

CancelReportEntryInput

Input for cancellation of a report sheet entry

input CancelReportEntryInput {
clientId: ClientID!
reason: String!
recordedAt: LocalDateTime!
workItemId: TourWorkItemID!
}

Fields

CancelReportEntryInput.clientId ● ClientID! non-null scalar

ID of the related client.

CancelReportEntryInput.reason ● String! non-null scalar

The reason for cancellation.

CancelReportEntryInput.recordedAt ● LocalDateTime! non-null scalar

The date and time when the entry was created

CancelReportEntryInput.workItemId ● TourWorkItemID! non-null scalar

ID of the work item.

Member Of

cancelReportEntry mutation