Overview

View as Markdown

This report type consist of following schema and Sections which you can refer in schemas below it.

// IDENTIFICATION SECTION
name: string;
oldRefNo: number;
reportDate: Date;
orderDate: Date;
nameCorrected: string;
registeredOfficeLabel: string;
postalCode: number;
phoneNumber: number;
mobile: string;
email: string;
website: string;
fax: number;
town: string;
district: string;
street: string;
state: string;
refNo: string;
reportType: string;
// SECTIONS TO REFER
summary: ReportSummary;
sectionA: SectionA;
sectionB: SectionB;
sectionC: SectionC;
sectionD: SectionD;
sectionE: SectionE;
sectionF: SectionF;
sectionG: SectionG;
sectionH: SectionH;
sectionI: SectionI;
sectionK: SectionK;
// FINAL SECTION
mobile: number;
serviceType: string;
addressNote: string;
clientComments: string;
finalScore: number;
status: string;