Skip to main content

AppendReportEntryInput

Input for appendReportEntry

input AppendReportEntryInput {
area: ServiceArea!
clientId: ClientID!
comment: String!
recordedAt: LocalDateTime
workItemId: TourWorkItemID
}

Fields

AppendReportEntryInput.area ● ServiceArea! non-null enum

The related service area. Should be either ambulant (§36), daycare (§41) or private.

AppendReportEntryInput.clientId ● ClientID! non-null scalar

ID of the related client.

AppendReportEntryInput.comment ● String! non-null scalar

The comment of the current report.

AppendReportEntryInput.recordedAt ● LocalDateTime scalar

(Optional) The date and time when the entry was created.

AppendReportEntryInput.workItemId ● TourWorkItemID scalar

(Optional) ID of the work item, this report entry should attached to. If this id is not present, we try to find the first available work item for this client in this day. If the client does not yet have a work item on this day. A new one is created.

Member Of

appendReportEntry mutation