POST Api/CheckListApi/GetClosedChecklistsWithSummeryPoints

Request Information

URI Parameters

None.

Body Parameters

VisitCheckListCountFilterationDTO
NameDescriptionTypeAdditional information
PageNumber

integer

None.

PageSize

integer

None.

DivisionId

globally unique identifier

None.

AssetId

globally unique identifier

None.

BuildingId

globally unique identifier

None.

SubBuildingId

globally unique identifier

None.

LocationId

globally unique identifier

None.

LevelId

globally unique identifier

None.

CategoryId

globally unique identifier

None.

SectorId

globally unique identifier

None.

ScheduleDateFrom

date

None.

ScheduleDateTo

date

None.

Title

string

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "PageSize": 2,
  "DivisionId": "b75067d1-2af0-4f91-b025-5de4bc19afab",
  "AssetId": "58b193af-7eae-4a32-9754-8c6765bb16f2",
  "BuildingId": "edf791a3-0f03-4820-b85e-695a1533d0ab",
  "SubBuildingId": "923e6b80-8542-4615-af44-3c51d5a1ea65",
  "LocationId": "5d6ce903-dfba-4489-8b46-be815bc954b8",
  "LevelId": "a8784019-0add-44f8-9b34-f4219cc6b59e",
  "CategoryId": "bb28a299-fba5-4ebe-8978-96d94dd58cd4",
  "SectorId": "fca7226e-bec3-4adb-af37-077d44223372",
  "ScheduleDateFrom": "2025-05-25T19:32:55.3100702+04:00",
  "ScheduleDateTo": "2025-05-25T19:32:55.3100702+04:00",
  "Title": "sample string 3",
  "UserId": 4
}

text/html, multipart/form-data

Sample:
{"PageNumber":1,"PageSize":2,"DivisionId":"b75067d1-2af0-4f91-b025-5de4bc19afab","AssetId":"58b193af-7eae-4a32-9754-8c6765bb16f2","BuildingId":"edf791a3-0f03-4820-b85e-695a1533d0ab","SubBuildingId":"923e6b80-8542-4615-af44-3c51d5a1ea65","LocationId":"5d6ce903-dfba-4489-8b46-be815bc954b8","LevelId":"a8784019-0add-44f8-9b34-f4219cc6b59e","CategoryId":"bb28a299-fba5-4ebe-8978-96d94dd58cd4","SectorId":"fca7226e-bec3-4adb-af37-077d44223372","ScheduleDateFrom":"2025-05-25T19:32:55.3100702+04:00","ScheduleDateTo":"2025-05-25T19:32:55.3100702+04:00","Title":"sample string 3","UserId":4}

application/xml, text/xml

Sample:
<VisitCheckListCountFilterationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
  <AssetId>58b193af-7eae-4a32-9754-8c6765bb16f2</AssetId>
  <BuildingId>edf791a3-0f03-4820-b85e-695a1533d0ab</BuildingId>
  <CategoryId>bb28a299-fba5-4ebe-8978-96d94dd58cd4</CategoryId>
  <DivisionId>b75067d1-2af0-4f91-b025-5de4bc19afab</DivisionId>
  <LevelId>a8784019-0add-44f8-9b34-f4219cc6b59e</LevelId>
  <LocationId>5d6ce903-dfba-4489-8b46-be815bc954b8</LocationId>
  <PageNumber>1</PageNumber>
  <PageSize>2</PageSize>
  <ScheduleDateFrom>2025-05-25T19:32:55.3100702+04:00</ScheduleDateFrom>
  <ScheduleDateTo>2025-05-25T19:32:55.3100702+04:00</ScheduleDateTo>
  <SectorId>fca7226e-bec3-4adb-af37-077d44223372</SectorId>
  <SubBuildingId>923e6b80-8542-4615-af44-3c51d5a1ea65</SubBuildingId>
  <Title>sample string 3</Title>
  <UserId>4</UserId>
</VisitCheckListCountFilterationDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VisitCheckListCountFilterationDTO'.

Response Information

Resource Description

Collection of ClosedChecklistsDTO
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

DivisionId

globally unique identifier

None.

AssetId

globally unique identifier

None.

BuildingId

globally unique identifier

None.

SubBuildingId

globally unique identifier

None.

LocationId

globally unique identifier

None.

CategoryId

globally unique identifier

None.

EnDivision

string

None.

EnAsset

string

None.

EnBuilding

string

None.

EnSubBuilding

string

None.

EnLocation

string

None.

EnCategory

string

None.

ScheduleChecklistId

integer

None.

ScheduleDate

date

None.

InitialName

string

None.

OverALLScore

string

None.

OverAllWithoutUpselling

string

None.

UpsellingScore

string

None.

BrandStandardScore

string

None.

EBOverallScore

string

None.

EmotionalScore

string

None.

PositiveFeedBackValue

Collection of string

None.

NegativeFeedBackValue

Collection of string

None.

SuggestionValue

Collection of string

None.

DeteriorationPointsValue

Collection of string

None.

ImprovementPointsValue

Collection of string

None.

TotalRecords

integer

None.

PageNumber

integer

None.

PageSize

integer

None.

AgentId

integer

None.

SkipedRecords

integer

None.

SummeryPoints

Collection of CustomVisitSummeryDTO

None.

PositivePoints

Collection of CustomVisitSummeryDTO

None.

NegativePoints

Collection of CustomVisitSummeryDTO

None.

DeteriorationPoints

Collection of CustomVisitSummeryDTO

None.

SuggestionPoints

Collection of CustomVisitSummeryDTO

None.

ImprovementPoints

Collection of CustomVisitSummeryDTO

None.

Sections

Collection of SectionsScoreWithMissedStandardDto

None.

ReferenceNumber

string

None.

Status

globally unique identifier

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Title": "sample string 2",
    "DivisionId": "48fdb61c-c5a5-4fcf-ba95-83d6307e77a4",
    "AssetId": "1155c869-69ac-4eb2-b3d0-001966e85e04",
    "BuildingId": "cb6bf360-a254-4251-9186-cedfa31e5e63",
    "SubBuildingId": "c9bbe399-78be-488e-886a-7cad995de08b",
    "LocationId": "e92dd8bc-e0dd-4286-a5fc-7beb7f73d1dc",
    "CategoryId": "b222db92-c8f9-4fbe-b3d6-c66f6e2b2c6b",
    "EnDivision": "sample string 3",
    "EnAsset": "sample string 4",
    "EnBuilding": "sample string 5",
    "EnSubBuilding": "sample string 6",
    "EnLocation": "sample string 7",
    "EnCategory": "sample string 8",
    "ScheduleChecklistId": 1,
    "ScheduleDate": "2025-05-25T19:32:55.3100702+04:00",
    "InitialName": "sample string 9",
    "OverALLScore": "sample string 10",
    "OverAllWithoutUpselling": "sample string 11",
    "UpsellingScore": "sample string 12",
    "BrandStandardScore": "sample string 13",
    "EBOverallScore": "sample string 14",
    "EmotionalScore": "sample string 15",
    "PositiveFeedBackValue": [
      "sample string 1",
      "sample string 2"
    ],
    "NegativeFeedBackValue": [
      "sample string 1",
      "sample string 2"
    ],
    "SuggestionValue": [
      "sample string 1",
      "sample string 2"
    ],
    "DeteriorationPointsValue": [
      "sample string 1",
      "sample string 2"
    ],
    "ImprovementPointsValue": [
      "sample string 1",
      "sample string 2"
    ],
    "TotalRecords": 1,
    "PageNumber": 1,
    "PageSize": 1,
    "AgentId": 1,
    "SkipedRecords": 1,
    "SummeryPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "PositivePoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "NegativePoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "DeteriorationPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "SuggestionPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "ImprovementPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "Sections": [
      {
        "Id": 1,
        "SectionName": "sample string 2",
        "SectionScore": 1.0,
        "SectionMisseStandardPOints": [
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          },
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          }
        ]
      },
      {
        "Id": 1,
        "SectionName": "sample string 2",
        "SectionScore": 1.0,
        "SectionMisseStandardPOints": [
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          },
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          }
        ]
      }
    ],
    "ReferenceNumber": "sample string 16",
    "Status": "e09ef993-dfb2-455e-94ef-2064164105fe",
    "UserId": 17
  },
  {
    "Id": 1,
    "Title": "sample string 2",
    "DivisionId": "48fdb61c-c5a5-4fcf-ba95-83d6307e77a4",
    "AssetId": "1155c869-69ac-4eb2-b3d0-001966e85e04",
    "BuildingId": "cb6bf360-a254-4251-9186-cedfa31e5e63",
    "SubBuildingId": "c9bbe399-78be-488e-886a-7cad995de08b",
    "LocationId": "e92dd8bc-e0dd-4286-a5fc-7beb7f73d1dc",
    "CategoryId": "b222db92-c8f9-4fbe-b3d6-c66f6e2b2c6b",
    "EnDivision": "sample string 3",
    "EnAsset": "sample string 4",
    "EnBuilding": "sample string 5",
    "EnSubBuilding": "sample string 6",
    "EnLocation": "sample string 7",
    "EnCategory": "sample string 8",
    "ScheduleChecklistId": 1,
    "ScheduleDate": "2025-05-25T19:32:55.3100702+04:00",
    "InitialName": "sample string 9",
    "OverALLScore": "sample string 10",
    "OverAllWithoutUpselling": "sample string 11",
    "UpsellingScore": "sample string 12",
    "BrandStandardScore": "sample string 13",
    "EBOverallScore": "sample string 14",
    "EmotionalScore": "sample string 15",
    "PositiveFeedBackValue": [
      "sample string 1",
      "sample string 2"
    ],
    "NegativeFeedBackValue": [
      "sample string 1",
      "sample string 2"
    ],
    "SuggestionValue": [
      "sample string 1",
      "sample string 2"
    ],
    "DeteriorationPointsValue": [
      "sample string 1",
      "sample string 2"
    ],
    "ImprovementPointsValue": [
      "sample string 1",
      "sample string 2"
    ],
    "TotalRecords": 1,
    "PageNumber": 1,
    "PageSize": 1,
    "AgentId": 1,
    "SkipedRecords": 1,
    "SummeryPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "PositivePoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "NegativePoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "DeteriorationPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "SuggestionPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "ImprovementPoints": [
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      },
      {
        "Id": 1,
        "ScheduleCheckListId": 1,
        "SummeryTypeId": "61e9acf8-2c61-4047-b330-8d45b8c0db1f",
        "SummeryValue": "sample string 2",
        "IsShow": true,
        "RequiredAction": true,
        "IsDeleted": true,
        "CheckListId": 1,
        "AgentId": 1,
        "ProjectAdminOrder": 1,
        "EnSummeryType": "sample string 3",
        "ArSummeryType": "sample string 4",
        "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
        "SummeryComments": [
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          },
          {
            "Id": 1,
            "VisitSummery_Id": 2,
            "ScheduleCheckListId": 1,
            "SummeryTypeId": "f8fa2caf-73d9-4671-abd4-4ee23a85e6d1",
            "Comment": "sample string 3",
            "IsShow": true,
            "IsDeleted": true,
            "CreatedOn": "2025-05-25T19:32:55.3100702+04:00",
            "CreatedBy": 5,
            "ShowPAdmin": true,
            "ShowAgent": true,
            "ShowDAdmin": true,
            "AgentSeen": true,
            "CheckListId": 1,
            "AgentId": 1,
            "ProjectAdminOrder": 1,
            "InitialName": "sample string 6",
            "EnJobTitle": "sample string 7",
            "EnSummeryType": "sample string 8",
            "ArSummeryType": "sample string 9"
          }
        ],
        "AgentUnSeenSummeryCommentsCount": 6
      }
    ],
    "Sections": [
      {
        "Id": 1,
        "SectionName": "sample string 2",
        "SectionScore": 1.0,
        "SectionMisseStandardPOints": [
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          },
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          }
        ]
      },
      {
        "Id": 1,
        "SectionName": "sample string 2",
        "SectionScore": 1.0,
        "SectionMisseStandardPOints": [
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          },
          {
            "ScheduleCheckList_Id": 1,
            "Question": "sample string 2",
            "SectionId": 1
          }
        ]
      }
    ],
    "ReferenceNumber": "sample string 16",
    "Status": "e09ef993-dfb2-455e-94ef-2064164105fe",
    "UserId": 17
  }
]

text/html, multipart/form-data

Sample:
[{"Id":1,"Title":"sample string 2","DivisionId":"48fdb61c-c5a5-4fcf-ba95-83d6307e77a4","AssetId":"1155c869-69ac-4eb2-b3d0-001966e85e04","BuildingId":"cb6bf360-a254-4251-9186-cedfa31e5e63","SubBuildingId":"c9bbe399-78be-488e-886a-7cad995de08b","LocationId":"e92dd8bc-e0dd-4286-a5fc-7beb7f73d1dc","CategoryId":"b222db92-c8f9-4fbe-b3d6-c66f6e2b2c6b","EnDivision":"sample string 3","EnAsset":"sample string 4","EnBuilding":"sample string 5","EnSubBuilding":"sample string 6","EnLocation":"sample string 7","EnCategory":"sample string 8","ScheduleChecklistId":1,"ScheduleDate":"2025-05-25T19:32:55.3100702+04:00","InitialName":"sample string 9","OverALLScore":"sample string 10","OverAllWithoutUpselling":"sample string 11","UpsellingScore":"sample string 12","BrandStandardScore":"sample string 13","EBOverallScore":"sample string 14","EmotionalScore":"sample string 15","PositiveFeedBackValue":["sample string 1","sample string 2"],"NegativeFeedBackValue":["sample string 1","sample string 2"],"SuggestionValue":["sample string 1","sample string 2"],"DeteriorationPointsValue":["sample string 1","sample string 2"],"ImprovementPointsValue":["sample string 1","sample string 2"],"TotalRecords":1,"PageNumber":1,"PageSize":1,"AgentId":1,"SkipedRecords":1,"SummeryPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"PositivePoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"NegativePoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"DeteriorationPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"SuggestionPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"ImprovementPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"Sections":[{"Id":1,"SectionName":"sample string 2","SectionScore":1.0,"SectionMisseStandardPOints":[{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1},{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1}]},{"Id":1,"SectionName":"sample string 2","SectionScore":1.0,"SectionMisseStandardPOints":[{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1},{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1}]}],"ReferenceNumber":"sample string 16","Status":"e09ef993-dfb2-455e-94ef-2064164105fe","UserId":17},{"Id":1,"Title":"sample string 2","DivisionId":"48fdb61c-c5a5-4fcf-ba95-83d6307e77a4","AssetId":"1155c869-69ac-4eb2-b3d0-001966e85e04","BuildingId":"cb6bf360-a254-4251-9186-cedfa31e5e63","SubBuildingId":"c9bbe399-78be-488e-886a-7cad995de08b","LocationId":"e92dd8bc-e0dd-4286-a5fc-7beb7f73d1dc","CategoryId":"b222db92-c8f9-4fbe-b3d6-c66f6e2b2c6b","EnDivision":"sample string 3","EnAsset":"sample string 4","EnBuilding":"sample string 5","EnSubBuilding":"sample string 6","EnLocation":"sample string 7","EnCategory":"sample string 8","ScheduleChecklistId":1,"ScheduleDate":"2025-05-25T19:32:55.3100702+04:00","InitialName":"sample string 9","OverALLScore":"sample string 10","OverAllWithoutUpselling":"sample string 11","UpsellingScore":"sample string 12","BrandStandardScore":"sample string 13","EBOverallScore":"sample string 14","EmotionalScore":"sample string 15","PositiveFeedBackValue":["sample string 1","sample string 2"],"NegativeFeedBackValue":["sample string 1","sample string 2"],"SuggestionValue":["sample string 1","sample string 2"],"DeteriorationPointsValue":["sample string 1","sample string 2"],"ImprovementPointsValue":["sample string 1","sample string 2"],"TotalRecords":1,"PageNumber":1,"PageSize":1,"AgentId":1,"SkipedRecords":1,"SummeryPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"PositivePoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"NegativePoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"DeteriorationPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"SuggestionPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"ImprovementPoints":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6},{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"61e9acf8-2c61-4047-b330-8d45b8c0db1f","SummeryValue":"sample string 2","IsShow":true,"RequiredAction":true,"IsDeleted":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"EnSummeryType":"sample string 3","ArSummeryType":"sample string 4","CreatedOn":"2025-05-25T19:32:55.3100702+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"},{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"f8fa2caf-73d9-4671-abd4-4ee23a85e6d1","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-05-25T19:32:55.3100702+04:00","CreatedBy":5,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"AgentSeen":true,"CheckListId":1,"AgentId":1,"ProjectAdminOrder":1,"InitialName":"sample string 6","EnJobTitle":"sample string 7","EnSummeryType":"sample string 8","ArSummeryType":"sample string 9"}],"AgentUnSeenSummeryCommentsCount":6}],"Sections":[{"Id":1,"SectionName":"sample string 2","SectionScore":1.0,"SectionMisseStandardPOints":[{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1},{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1}]},{"Id":1,"SectionName":"sample string 2","SectionScore":1.0,"SectionMisseStandardPOints":[{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1},{"ScheduleCheckList_Id":1,"Question":"sample string 2","SectionId":1}]}],"ReferenceNumber":"sample string 16","Status":"e09ef993-dfb2-455e-94ef-2064164105fe","UserId":17}]

application/xml, text/xml

Sample:
<ArrayOfClosedChecklistsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
  <ClosedChecklistsDTO>
    <AgentId>1</AgentId>
    <AssetId>1155c869-69ac-4eb2-b3d0-001966e85e04</AssetId>
    <BrandStandardScore>sample string 13</BrandStandardScore>
    <BuildingId>cb6bf360-a254-4251-9186-cedfa31e5e63</BuildingId>
    <CategoryId>b222db92-c8f9-4fbe-b3d6-c66f6e2b2c6b</CategoryId>
    <DeteriorationPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </DeteriorationPoints>
    <DeteriorationPointsValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </DeteriorationPointsValue>
    <DivisionId>48fdb61c-c5a5-4fcf-ba95-83d6307e77a4</DivisionId>
    <EBOverallScore>sample string 14</EBOverallScore>
    <EmotionalScore>sample string 15</EmotionalScore>
    <EnAsset>sample string 4</EnAsset>
    <EnBuilding>sample string 5</EnBuilding>
    <EnCategory>sample string 8</EnCategory>
    <EnDivision>sample string 3</EnDivision>
    <EnLocation>sample string 7</EnLocation>
    <EnSubBuilding>sample string 6</EnSubBuilding>
    <Id>1</Id>
    <ImprovementPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </ImprovementPoints>
    <ImprovementPointsValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </ImprovementPointsValue>
    <InitialName>sample string 9</InitialName>
    <LocationId>e92dd8bc-e0dd-4286-a5fc-7beb7f73d1dc</LocationId>
    <NegativeFeedBackValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </NegativeFeedBackValue>
    <NegativePoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </NegativePoints>
    <OverALLScore>sample string 10</OverALLScore>
    <OverAllWithoutUpselling>sample string 11</OverAllWithoutUpselling>
    <PageNumber>1</PageNumber>
    <PageSize>1</PageSize>
    <PositiveFeedBackValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PositiveFeedBackValue>
    <PositivePoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </PositivePoints>
    <ReferenceNumber>sample string 16</ReferenceNumber>
    <ScheduleChecklistId>1</ScheduleChecklistId>
    <ScheduleDate>2025-05-25T19:32:55.3100702+04:00</ScheduleDate>
    <Sections>
      <SectionsScoreWithMissedStandardDto>
        <Id>1</Id>
        <SectionMisseStandardPOints>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
        </SectionMisseStandardPOints>
        <SectionName>sample string 2</SectionName>
        <SectionScore>1</SectionScore>
      </SectionsScoreWithMissedStandardDto>
      <SectionsScoreWithMissedStandardDto>
        <Id>1</Id>
        <SectionMisseStandardPOints>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
        </SectionMisseStandardPOints>
        <SectionName>sample string 2</SectionName>
        <SectionScore>1</SectionScore>
      </SectionsScoreWithMissedStandardDto>
    </Sections>
    <SkipedRecords>1</SkipedRecords>
    <Status>e09ef993-dfb2-455e-94ef-2064164105fe</Status>
    <SubBuildingId>c9bbe399-78be-488e-886a-7cad995de08b</SubBuildingId>
    <SuggestionPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </SuggestionPoints>
    <SuggestionValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </SuggestionValue>
    <SummeryPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </SummeryPoints>
    <Title>sample string 2</Title>
    <TotalRecords>1</TotalRecords>
    <UpsellingScore>sample string 12</UpsellingScore>
    <UserId>17</UserId>
  </ClosedChecklistsDTO>
  <ClosedChecklistsDTO>
    <AgentId>1</AgentId>
    <AssetId>1155c869-69ac-4eb2-b3d0-001966e85e04</AssetId>
    <BrandStandardScore>sample string 13</BrandStandardScore>
    <BuildingId>cb6bf360-a254-4251-9186-cedfa31e5e63</BuildingId>
    <CategoryId>b222db92-c8f9-4fbe-b3d6-c66f6e2b2c6b</CategoryId>
    <DeteriorationPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </DeteriorationPoints>
    <DeteriorationPointsValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </DeteriorationPointsValue>
    <DivisionId>48fdb61c-c5a5-4fcf-ba95-83d6307e77a4</DivisionId>
    <EBOverallScore>sample string 14</EBOverallScore>
    <EmotionalScore>sample string 15</EmotionalScore>
    <EnAsset>sample string 4</EnAsset>
    <EnBuilding>sample string 5</EnBuilding>
    <EnCategory>sample string 8</EnCategory>
    <EnDivision>sample string 3</EnDivision>
    <EnLocation>sample string 7</EnLocation>
    <EnSubBuilding>sample string 6</EnSubBuilding>
    <Id>1</Id>
    <ImprovementPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </ImprovementPoints>
    <ImprovementPointsValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </ImprovementPointsValue>
    <InitialName>sample string 9</InitialName>
    <LocationId>e92dd8bc-e0dd-4286-a5fc-7beb7f73d1dc</LocationId>
    <NegativeFeedBackValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </NegativeFeedBackValue>
    <NegativePoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </NegativePoints>
    <OverALLScore>sample string 10</OverALLScore>
    <OverAllWithoutUpselling>sample string 11</OverAllWithoutUpselling>
    <PageNumber>1</PageNumber>
    <PageSize>1</PageSize>
    <PositiveFeedBackValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PositiveFeedBackValue>
    <PositivePoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </PositivePoints>
    <ReferenceNumber>sample string 16</ReferenceNumber>
    <ScheduleChecklistId>1</ScheduleChecklistId>
    <ScheduleDate>2025-05-25T19:32:55.3100702+04:00</ScheduleDate>
    <Sections>
      <SectionsScoreWithMissedStandardDto>
        <Id>1</Id>
        <SectionMisseStandardPOints>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
        </SectionMisseStandardPOints>
        <SectionName>sample string 2</SectionName>
        <SectionScore>1</SectionScore>
      </SectionsScoreWithMissedStandardDto>
      <SectionsScoreWithMissedStandardDto>
        <Id>1</Id>
        <SectionMisseStandardPOints>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
          <MissedStandardPointsDTO>
            <Question>sample string 2</Question>
            <ScheduleCheckList_Id>1</ScheduleCheckList_Id>
            <SectionId>1</SectionId>
          </MissedStandardPointsDTO>
        </SectionMisseStandardPOints>
        <SectionName>sample string 2</SectionName>
        <SectionScore>1</SectionScore>
      </SectionsScoreWithMissedStandardDto>
    </Sections>
    <SkipedRecords>1</SkipedRecords>
    <Status>e09ef993-dfb2-455e-94ef-2064164105fe</Status>
    <SubBuildingId>c9bbe399-78be-488e-886a-7cad995de08b</SubBuildingId>
    <SuggestionPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </SuggestionPoints>
    <SuggestionValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </SuggestionValue>
    <SummeryPoints>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
      <CustomVisitSummeryDTO>
        <AgentId>1</AgentId>
        <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount>
        <ArSummeryType>sample string 4</ArSummeryType>
        <CheckListId>1</CheckListId>
        <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
        <EnSummeryType>sample string 3</EnSummeryType>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <IsShow>true</IsShow>
        <ProjectAdminOrder>1</ProjectAdminOrder>
        <RequiredAction>true</RequiredAction>
        <ScheduleCheckListId>1</ScheduleCheckListId>
        <SummeryComments>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
          <CustomVisitSummeryCommentsDTO>
            <AgentId>1</AgentId>
            <AgentSeen>true</AgentSeen>
            <ArSummeryType>sample string 9</ArSummeryType>
            <CheckListId>1</CheckListId>
            <Comment>sample string 3</Comment>
            <CreatedBy>5</CreatedBy>
            <CreatedOn>2025-05-25T19:32:55.3100702+04:00</CreatedOn>
            <EnJobTitle>sample string 7</EnJobTitle>
            <EnSummeryType>sample string 8</EnSummeryType>
            <Id>1</Id>
            <InitialName>sample string 6</InitialName>
            <IsDeleted>true</IsDeleted>
            <IsShow>true</IsShow>
            <ProjectAdminOrder>1</ProjectAdminOrder>
            <ScheduleCheckListId>1</ScheduleCheckListId>
            <ShowAgent>true</ShowAgent>
            <ShowDAdmin>true</ShowDAdmin>
            <ShowPAdmin>true</ShowPAdmin>
            <SummeryTypeId>f8fa2caf-73d9-4671-abd4-4ee23a85e6d1</SummeryTypeId>
            <VisitSummery_Id>2</VisitSummery_Id>
          </CustomVisitSummeryCommentsDTO>
        </SummeryComments>
        <SummeryTypeId>61e9acf8-2c61-4047-b330-8d45b8c0db1f</SummeryTypeId>
        <SummeryValue>sample string 2</SummeryValue>
      </CustomVisitSummeryDTO>
    </SummeryPoints>
    <Title>sample string 2</Title>
    <TotalRecords>1</TotalRecords>
    <UpsellingScore>sample string 12</UpsellingScore>
    <UserId>17</UserId>
  </ClosedChecklistsDTO>
</ArrayOfClosedChecklistsDTO>