DividedPerformanceReport
Represents a single divided performance report. Subset of the monthly performance report, divided by service area, client, and month.
type DividedPerformanceReport {
client: Client!
document: Document
month: Date!
serviceArea: ServiceArea!
signatureInfo: SignatureInfo!
}
Fields
DividedPerformanceReport.client ● Client! non-null object
The related client.
DividedPerformanceReport.document ● Document object
Rendered PDF document. (Optional) Null, if rendering is still in progress.
DividedPerformanceReport.month ● Date! non-null scalar
The target month.
DividedPerformanceReport.serviceArea ● ServiceArea! non-null enum
The service area this report belongs to.
DividedPerformanceReport.signatureInfo ● SignatureInfo! non-null object
Information about the clients signature.
If no signature of the client is necessary it's status is NOT_NECESSARY.
Returned By
changeLogSignatures query ● performanceReports query ● signedReports query
Member Of
Invoice object ● PerformanceReportDetails object