SignPerformanceReportInput
The input for the digital signature for the performance report
input SignPerformanceReportInput {
id: PerformanceReportID!
representativeSigner: PersonID
serviceArea: ServiceArea!
signatureField: Upload!
}
Fields
SignPerformanceReportInput.id ● PerformanceReportID! non-null scalar
Unique identifier of the performance report
SignPerformanceReportInput.representativeSigner ● PersonID scalar
The signer of the performance report if different than client himself (optional)
SignPerformanceReportInput.serviceArea ● ServiceArea! non-null enum
The service area for the corresponding report
SignPerformanceReportInput.signatureField ● Upload! non-null scalar
The signature as an image
Member Of
signPerformanceReport mutation