Overview
This report type consist of following schema and Sections which you can refer in schemas below it.
JavaScript
Python
Java
cURL
Shell
// IDENTIFICATION SECTIONname: 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 REFERsummary: ReportSummary;sectionA: SectionA;sectionB: SectionB;sectionC: SectionC;sectionD: SectionD;sectionE: SectionE;sectionF: SectionF;sectionG: SectionG;sectionH: SectionH;sectionI: SectionI;sectionK: SectionK;// FINAL SECTIONmobile: number;serviceType: string;addressNote: string;clientComments: string;finalScore: number;status: string;
