> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itpainform.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itpainform.com/_mcp/server.

# Overview

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

#### JavaScript

```javascript
    // 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;

```

#### Python

```python
    // 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;

```

#### Java

```java
    // 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;

```

#### cURL

```curl
    // 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;

```

#### Shell

```bash
    // 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;

```