POST Api/ScheduleApi/SaveDraft
Request Information
URI Parameters
None.
Body Parameters
PostScheduleDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
ScheduleCheckListId | integer |
None. |
|
QuestionList | Collection of PostQuestionDTO |
None. |
|
CheckListSummery | Collection of PostVisitSummeryDTO |
None. |
|
StartAnswerTime | date |
None. |
|
EndAnswerTime | date |
None. |
|
AnsweringSeconds | decimal number |
None. |
|
RequesterType | RequesterType |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ScheduleCheckListId": 2, "QuestionList": [ { "Id": 1, "QuestionStatus": 2, "Visit_Questions_Answer": [ { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "QuestionStatus": 6, "M_Priority": "fc4d623b-8dc6-4940-9cb9-7f448e3f8e40" }, { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "QuestionStatus": 6, "M_Priority": "fc4d623b-8dc6-4940-9cb9-7f448e3f8e40" } ], "Visit_Questions_LastComments": { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "IsDeleted": true } }, { "Id": 1, "QuestionStatus": 2, "Visit_Questions_Answer": [ { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "QuestionStatus": 6, "M_Priority": "fc4d623b-8dc6-4940-9cb9-7f448e3f8e40" }, { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "QuestionStatus": 6, "M_Priority": "fc4d623b-8dc6-4940-9cb9-7f448e3f8e40" } ], "Visit_Questions_LastComments": { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "IsDeleted": true } } ], "CheckListSummery": [ { "Id": 1, "ScheduleCheckListId": 2, "SummeryTypeId": "e4f660bf-184b-40e3-b81b-e285c0a97dd2", "SummeryValue": "sample string 3", "IsShow": true, "RequiredAction": true, "IsDeleted": true }, { "Id": 1, "ScheduleCheckListId": 2, "SummeryTypeId": "e4f660bf-184b-40e3-b81b-e285c0a97dd2", "SummeryValue": "sample string 3", "IsShow": true, "RequiredAction": true, "IsDeleted": true } ], "StartAnswerTime": "2025-09-14T08:18:08.1921843+04:00", "EndAnswerTime": "2025-09-14T08:18:08.1921843+04:00", "AnsweringSeconds": 5.1, "RequesterType": 1 }
text/html, multipart/form-data
Sample:
{"Id":1,"ScheduleCheckListId":2,"QuestionList":[{"Id":1,"QuestionStatus":2,"Visit_Questions_Answer":[{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"QuestionStatus":6,"M_Priority":"fc4d623b-8dc6-4940-9cb9-7f448e3f8e40"},{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"QuestionStatus":6,"M_Priority":"fc4d623b-8dc6-4940-9cb9-7f448e3f8e40"}],"Visit_Questions_LastComments":{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","IsDeleted":true}},{"Id":1,"QuestionStatus":2,"Visit_Questions_Answer":[{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"QuestionStatus":6,"M_Priority":"fc4d623b-8dc6-4940-9cb9-7f448e3f8e40"},{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"QuestionStatus":6,"M_Priority":"fc4d623b-8dc6-4940-9cb9-7f448e3f8e40"}],"Visit_Questions_LastComments":{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","IsDeleted":true}}],"CheckListSummery":[{"Id":1,"ScheduleCheckListId":2,"SummeryTypeId":"e4f660bf-184b-40e3-b81b-e285c0a97dd2","SummeryValue":"sample string 3","IsShow":true,"RequiredAction":true,"IsDeleted":true},{"Id":1,"ScheduleCheckListId":2,"SummeryTypeId":"e4f660bf-184b-40e3-b81b-e285c0a97dd2","SummeryValue":"sample string 3","IsShow":true,"RequiredAction":true,"IsDeleted":true}],"StartAnswerTime":"2025-09-14T08:18:08.1921843+04:00","EndAnswerTime":"2025-09-14T08:18:08.1921843+04:00","AnsweringSeconds":5.1,"RequesterType":1}
application/xml, text/xml
Sample:
<PostScheduleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <AnsweringSeconds>5.1</AnsweringSeconds> <CheckListSummery> <PostVisitSummeryDTO> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <RequiredAction>true</RequiredAction> <ScheduleCheckListId>2</ScheduleCheckListId> <SummeryTypeId>e4f660bf-184b-40e3-b81b-e285c0a97dd2</SummeryTypeId> <SummeryValue>sample string 3</SummeryValue> </PostVisitSummeryDTO> <PostVisitSummeryDTO> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <RequiredAction>true</RequiredAction> <ScheduleCheckListId>2</ScheduleCheckListId> <SummeryTypeId>e4f660bf-184b-40e3-b81b-e285c0a97dd2</SummeryTypeId> <SummeryValue>sample string 3</SummeryValue> </PostVisitSummeryDTO> </CheckListSummery> <EndAnswerTime>2025-09-14T08:18:08.1921843+04:00</EndAnswerTime> <Id>1</Id> <QuestionList> <PostQuestionDTO> <Id>1</Id> <QuestionStatus>2</QuestionStatus> <Visit_Questions_Answer> <PostVisitAnswersDTO> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>fc4d623b-8dc6-4940-9cb9-7f448e3f8e40</M_Priority> <QuestionId>3</QuestionId> <QuestionStatus>6</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> </PostVisitAnswersDTO> <PostVisitAnswersDTO> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>fc4d623b-8dc6-4940-9cb9-7f448e3f8e40</M_Priority> <QuestionId>3</QuestionId> <QuestionStatus>6</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> </PostVisitAnswersDTO> </Visit_Questions_Answer> <Visit_Questions_LastComments> <Comment>sample string 3</Comment> <Id>1</Id> <IsDeleted>true</IsDeleted> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> </Visit_Questions_LastComments> </PostQuestionDTO> <PostQuestionDTO> <Id>1</Id> <QuestionStatus>2</QuestionStatus> <Visit_Questions_Answer> <PostVisitAnswersDTO> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>fc4d623b-8dc6-4940-9cb9-7f448e3f8e40</M_Priority> <QuestionId>3</QuestionId> <QuestionStatus>6</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> </PostVisitAnswersDTO> <PostVisitAnswersDTO> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>fc4d623b-8dc6-4940-9cb9-7f448e3f8e40</M_Priority> <QuestionId>3</QuestionId> <QuestionStatus>6</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> </PostVisitAnswersDTO> </Visit_Questions_Answer> <Visit_Questions_LastComments> <Comment>sample string 3</Comment> <Id>1</Id> <IsDeleted>true</IsDeleted> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> </Visit_Questions_LastComments> </PostQuestionDTO> </QuestionList> <RequesterType>WEB</RequesterType> <ScheduleCheckListId>2</ScheduleCheckListId> <StartAnswerTime>2025-09-14T08:18:08.1921843+04:00</StartAnswerTime> </PostScheduleDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SmallCheckListDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
Required Matching regular expression pattern: ^[a-zA-Z ,-_']*$ String length: inclusive between 0 and 250 |
|
GuideLine | string |
Matching regular expression pattern: ^[a-zA-Z ,-_']*$ String length: inclusive between 0 and 100 |
|
ShowSummery | boolean |
None. |
|
ShowPositive | boolean |
None. |
|
ShowNegative | boolean |
None. |
|
ShowDeterioration | boolean |
None. |
|
ShowImprovements | boolean |
None. |
|
ShowSuggestion | boolean |
None. |
|
UpdatedOn | date |
None. |
|
checklistWeight | integer |
None. |
|
QuestionSections | Collection of CustomQuestionSectionsDTO |
None. |
|
CheckListSummery | Collection of CustomVisitSummeryDTO |
None. |
|
CheckList_Images | Collection of ImagesDTO |
None. |
|
ChecklistSubSections | Collection of ChecklistSubSectionsDTO |
None. |
|
TotalQuestions | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Title": "sample string 2", "GuideLine": "sample string 3", "ShowSummery": true, "ShowPositive": true, "ShowNegative": true, "ShowDeterioration": true, "ShowImprovements": true, "ShowSuggestion": true, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "checklistWeight": 4, "QuestionSections": [ { "Id": 1, "SectionName": "sample string 2", "CheckListId": 3, "IsDeleted": true, "HighlightColor": "sample string 5", "QuestionList": [ { "Id": 1, "Question": "sample string 2", "SectionId": 3, "QOrder": 4, "Weight": 5, "Hint": "sample string 6", "AllowOther": true, "RequiredAnswer": true, "RequiredImage": true, "RequiredComent": true, "ShowComment": true, "ShowImage": true, "RequiredAction": true, "ShowToDepartment": true, "QuestionTypeId": "6d8d6824-57f5-440d-9b2f-f964d6c850ec", "QuestionTagId": "bb28afe6-5a06-4f36-a780-f9b6b2f0dffe", "EnQuestionType": "sample string 11", "ArQuestionType": "sample string 12", "EnTag": "sample string 13", "ArTag": "sample string 14", "QuestionValidationId": "3456a775-3a92-45fc-9c87-fa13976d9b31", "EnValidation": "sample string 15", "ArValidation": "sample string 16", "IsDeleted": true, "PriorityId": "1b23585e-8163-499a-845e-556adc60796c", "HighlightColor": "sample string 18", "AnswerList": [ { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 }, { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 } ], "Visit_Questions_Answer": [ { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" }, { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" } ], "Visit_Questions_LastComments": [ { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true }, { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true } ], "VisitCommentsHistory": null, "VisitAnswersHistory": null, "QuestionHasCommunication": true, "AgentUnSeenCommentsCount": 20, "QuestionImages": [ { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" }, { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" } ], "HasAnswers": true, "M_SubSection": "ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8", "SubSection": "sample string 22", "SubSectionOrderNumber": 1, "IsIncludeCalculation": true, "EnQuestionPriorityType": "sample string 23", "TargetDate": "sample string 24" }, { "Id": 1, "Question": "sample string 2", "SectionId": 3, "QOrder": 4, "Weight": 5, "Hint": "sample string 6", "AllowOther": true, "RequiredAnswer": true, "RequiredImage": true, "RequiredComent": true, "ShowComment": true, "ShowImage": true, "RequiredAction": true, "ShowToDepartment": true, "QuestionTypeId": "6d8d6824-57f5-440d-9b2f-f964d6c850ec", "QuestionTagId": "bb28afe6-5a06-4f36-a780-f9b6b2f0dffe", "EnQuestionType": "sample string 11", "ArQuestionType": "sample string 12", "EnTag": "sample string 13", "ArTag": "sample string 14", "QuestionValidationId": "3456a775-3a92-45fc-9c87-fa13976d9b31", "EnValidation": "sample string 15", "ArValidation": "sample string 16", "IsDeleted": true, "PriorityId": "1b23585e-8163-499a-845e-556adc60796c", "HighlightColor": "sample string 18", "AnswerList": [ { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 }, { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 } ], "Visit_Questions_Answer": [ { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" }, { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" } ], "Visit_Questions_LastComments": [ { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true }, { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true } ], "VisitCommentsHistory": null, "VisitAnswersHistory": null, "QuestionHasCommunication": true, "AgentUnSeenCommentsCount": 20, "QuestionImages": [ { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" }, { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" } ], "HasAnswers": true, "M_SubSection": "ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8", "SubSection": "sample string 22", "SubSectionOrderNumber": 1, "IsIncludeCalculation": true, "EnQuestionPriorityType": "sample string 23", "TargetDate": "sample string 24" } ], "SectionHasCommunication": true, "TotalQuestion": 6, "hasSubSections": true, "SectionWeight": 7 }, { "Id": 1, "SectionName": "sample string 2", "CheckListId": 3, "IsDeleted": true, "HighlightColor": "sample string 5", "QuestionList": [ { "Id": 1, "Question": "sample string 2", "SectionId": 3, "QOrder": 4, "Weight": 5, "Hint": "sample string 6", "AllowOther": true, "RequiredAnswer": true, "RequiredImage": true, "RequiredComent": true, "ShowComment": true, "ShowImage": true, "RequiredAction": true, "ShowToDepartment": true, "QuestionTypeId": "6d8d6824-57f5-440d-9b2f-f964d6c850ec", "QuestionTagId": "bb28afe6-5a06-4f36-a780-f9b6b2f0dffe", "EnQuestionType": "sample string 11", "ArQuestionType": "sample string 12", "EnTag": "sample string 13", "ArTag": "sample string 14", "QuestionValidationId": "3456a775-3a92-45fc-9c87-fa13976d9b31", "EnValidation": "sample string 15", "ArValidation": "sample string 16", "IsDeleted": true, "PriorityId": "1b23585e-8163-499a-845e-556adc60796c", "HighlightColor": "sample string 18", "AnswerList": [ { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 }, { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 } ], "Visit_Questions_Answer": [ { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" }, { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" } ], "Visit_Questions_LastComments": [ { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true }, { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true } ], "VisitCommentsHistory": null, "VisitAnswersHistory": null, "QuestionHasCommunication": true, "AgentUnSeenCommentsCount": 20, "QuestionImages": [ { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" }, { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" } ], "HasAnswers": true, "M_SubSection": "ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8", "SubSection": "sample string 22", "SubSectionOrderNumber": 1, "IsIncludeCalculation": true, "EnQuestionPriorityType": "sample string 23", "TargetDate": "sample string 24" }, { "Id": 1, "Question": "sample string 2", "SectionId": 3, "QOrder": 4, "Weight": 5, "Hint": "sample string 6", "AllowOther": true, "RequiredAnswer": true, "RequiredImage": true, "RequiredComent": true, "ShowComment": true, "ShowImage": true, "RequiredAction": true, "ShowToDepartment": true, "QuestionTypeId": "6d8d6824-57f5-440d-9b2f-f964d6c850ec", "QuestionTagId": "bb28afe6-5a06-4f36-a780-f9b6b2f0dffe", "EnQuestionType": "sample string 11", "ArQuestionType": "sample string 12", "EnTag": "sample string 13", "ArTag": "sample string 14", "QuestionValidationId": "3456a775-3a92-45fc-9c87-fa13976d9b31", "EnValidation": "sample string 15", "ArValidation": "sample string 16", "IsDeleted": true, "PriorityId": "1b23585e-8163-499a-845e-556adc60796c", "HighlightColor": "sample string 18", "AnswerList": [ { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 }, { "Id": 1, "Answer": "sample string 2", "QuestionId": 3, "IsDeleted": true, "AdditionalAnswer": true, "AnswerWeight": 1, "MaxmumWeight": 1 } ], "Visit_Questions_Answer": [ { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" }, { "Id": 1, "ScheduleCheckListId": 2, "QuestionId": 3, "AnswerId": 1, "AnswerText": "sample string 4", "AnswerRate": 1, "AnswerDate": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "Answer": "sample string 5", "EnJobTitle": "sample string 6", "ARJobTitle": "sample string 7", "ProjectAdminOrder": 1, "AdditionalAnswer": true, "QuestionStatus": 8, "AnswerWeight": 1, "MaxmumWeight": 1, "M_Priority": "79d24014-0422-4358-a6df-d52608b35f2b", "EnQuestionPriorityType": "sample string 9", "TargetDate": "sample string 10" } ], "Visit_Questions_LastComments": [ { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true }, { "Id": 1, "ScheduleCheckListId": 1, "QuestionId": 2, "Comment": "sample string 3", "CreatedBy": 4, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "IsDeleted": true, "InitialName": "sample string 6", "EnJobTitle": "sample string 7", "ARJobTitle": "sample string 8", "ProjectAdminOrder": 1, "CommunicationComment": true, "ShowPAdmin": true, "ShowAgent": true, "ShowDAdmin": true, "Seen": true, "AgentSeen": true } ], "VisitCommentsHistory": null, "VisitAnswersHistory": null, "QuestionHasCommunication": true, "AgentUnSeenCommentsCount": 20, "QuestionImages": [ { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" }, { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" } ], "HasAnswers": true, "M_SubSection": "ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8", "SubSection": "sample string 22", "SubSectionOrderNumber": 1, "IsIncludeCalculation": true, "EnQuestionPriorityType": "sample string 23", "TargetDate": "sample string 24" } ], "SectionHasCommunication": true, "TotalQuestion": 6, "hasSubSections": true, "SectionWeight": 7 } ], "CheckListSummery": [ { "Id": 1, "ScheduleCheckListId": 1, "SummeryTypeId": "1a43fc0b-1c0d-486d-a7c0-58094a996a06", "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-09-14T08:18:08.1921843+04:00", "SummeryComments": [ { "Id": 1, "VisitSummery_Id": 2, "ScheduleCheckListId": 1, "SummeryTypeId": "b1addab4-1526-4804-a0a1-1930d9bfcb54", "Comment": "sample string 3", "IsShow": true, "IsDeleted": true, "CreatedOn": "2025-09-14T08:18:08.1921843+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": "b1addab4-1526-4804-a0a1-1930d9bfcb54", "Comment": "sample string 3", "IsShow": true, "IsDeleted": true, "CreatedOn": "2025-09-14T08:18:08.1921843+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": "1a43fc0b-1c0d-486d-a7c0-58094a996a06", "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-09-14T08:18:08.1921843+04:00", "SummeryComments": [ { "Id": 1, "VisitSummery_Id": 2, "ScheduleCheckListId": 1, "SummeryTypeId": "b1addab4-1526-4804-a0a1-1930d9bfcb54", "Comment": "sample string 3", "IsShow": true, "IsDeleted": true, "CreatedOn": "2025-09-14T08:18:08.1921843+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": "b1addab4-1526-4804-a0a1-1930d9bfcb54", "Comment": "sample string 3", "IsShow": true, "IsDeleted": true, "CreatedOn": "2025-09-14T08:18:08.1921843+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 } ], "CheckList_Images": [ { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" }, { "Id": 1, "ScheduleCheckListId": 2, "EntityId": 3, "EntityType": 4, "ImageName": "sample string 5", "ImageComment": "sample string 6", "IsShow": true, "IsDeleted": true, "CreatedBy": 8, "CreatedOn": "2025-09-14T08:18:08.1921843+04:00", "UpdatedBy": 1, "UpdatedOn": "2025-09-14T08:18:08.1921843+04:00", "CreatedByName": "sample string 10", "UpdatedByName": "sample string 11", "Base64StringImage": "sample string 12", "Img": "QEA=", "ImagePath": "sample string 13", "ScheduleDate": "2025-09-14T08:18:08.1921843+04:00", "DivisionId": "76b98003-eb28-4af0-b4cf-96af3e18acdf", "AssetId": "acc2014c-0864-4ed9-aee5-4909feba6bed", "BuildingId": "74efb7a4-5a2d-43e8-9826-60ddf31ff523", "SubBuildingId": "5eca4991-5d7b-4549-9a47-a6f8d37cfb20", "LocationId": "11650229-8cf6-49e0-a09f-4c2a1a605e52", "CHDivisionId": "68d4a2b7-033e-439b-8a49-e7d0d7126586", "CHAssetId": "b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35", "CHBuildingId": "4b32aa46-5f2c-46c3-a359-a3f506d65f8e", "CHSubBuildingId": "2af4f49c-95c5-4ca0-a0b7-61d638631ee7", "CHLocationId": "a67c23e7-71df-499a-8ce1-6833a2686600" } ], "ChecklistSubSections": [ { "M_SubSection": "9d1c4074-b420-4e58-a05c-a842f65055ec", "SubSection": "sample string 1", "SubSectionWeight": 1 }, { "M_SubSection": "9d1c4074-b420-4e58-a05c-a842f65055ec", "SubSection": "sample string 1", "SubSectionWeight": 1 } ], "TotalQuestions": 5 }
text/html, multipart/form-data
Sample:
{"Id":1,"Title":"sample string 2","GuideLine":"sample string 3","ShowSummery":true,"ShowPositive":true,"ShowNegative":true,"ShowDeterioration":true,"ShowImprovements":true,"ShowSuggestion":true,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","checklistWeight":4,"QuestionSections":[{"Id":1,"SectionName":"sample string 2","CheckListId":3,"IsDeleted":true,"HighlightColor":"sample string 5","QuestionList":[{"Id":1,"Question":"sample string 2","SectionId":3,"QOrder":4,"Weight":5,"Hint":"sample string 6","AllowOther":true,"RequiredAnswer":true,"RequiredImage":true,"RequiredComent":true,"ShowComment":true,"ShowImage":true,"RequiredAction":true,"ShowToDepartment":true,"QuestionTypeId":"6d8d6824-57f5-440d-9b2f-f964d6c850ec","QuestionTagId":"bb28afe6-5a06-4f36-a780-f9b6b2f0dffe","EnQuestionType":"sample string 11","ArQuestionType":"sample string 12","EnTag":"sample string 13","ArTag":"sample string 14","QuestionValidationId":"3456a775-3a92-45fc-9c87-fa13976d9b31","EnValidation":"sample string 15","ArValidation":"sample string 16","IsDeleted":true,"PriorityId":"1b23585e-8163-499a-845e-556adc60796c","HighlightColor":"sample string 18","AnswerList":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1}],"Visit_Questions_Answer":[{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"},{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"}],"Visit_Questions_LastComments":[{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true},{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true}],"VisitCommentsHistory":null,"VisitAnswersHistory":null,"QuestionHasCommunication":true,"AgentUnSeenCommentsCount":20,"QuestionImages":[{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"},{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"}],"HasAnswers":true,"M_SubSection":"ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8","SubSection":"sample string 22","SubSectionOrderNumber":1,"IsIncludeCalculation":true,"EnQuestionPriorityType":"sample string 23","TargetDate":"sample string 24"},{"Id":1,"Question":"sample string 2","SectionId":3,"QOrder":4,"Weight":5,"Hint":"sample string 6","AllowOther":true,"RequiredAnswer":true,"RequiredImage":true,"RequiredComent":true,"ShowComment":true,"ShowImage":true,"RequiredAction":true,"ShowToDepartment":true,"QuestionTypeId":"6d8d6824-57f5-440d-9b2f-f964d6c850ec","QuestionTagId":"bb28afe6-5a06-4f36-a780-f9b6b2f0dffe","EnQuestionType":"sample string 11","ArQuestionType":"sample string 12","EnTag":"sample string 13","ArTag":"sample string 14","QuestionValidationId":"3456a775-3a92-45fc-9c87-fa13976d9b31","EnValidation":"sample string 15","ArValidation":"sample string 16","IsDeleted":true,"PriorityId":"1b23585e-8163-499a-845e-556adc60796c","HighlightColor":"sample string 18","AnswerList":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1}],"Visit_Questions_Answer":[{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"},{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"}],"Visit_Questions_LastComments":[{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true},{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true}],"VisitCommentsHistory":null,"VisitAnswersHistory":null,"QuestionHasCommunication":true,"AgentUnSeenCommentsCount":20,"QuestionImages":[{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"},{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"}],"HasAnswers":true,"M_SubSection":"ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8","SubSection":"sample string 22","SubSectionOrderNumber":1,"IsIncludeCalculation":true,"EnQuestionPriorityType":"sample string 23","TargetDate":"sample string 24"}],"SectionHasCommunication":true,"TotalQuestion":6,"hasSubSections":true,"SectionWeight":7},{"Id":1,"SectionName":"sample string 2","CheckListId":3,"IsDeleted":true,"HighlightColor":"sample string 5","QuestionList":[{"Id":1,"Question":"sample string 2","SectionId":3,"QOrder":4,"Weight":5,"Hint":"sample string 6","AllowOther":true,"RequiredAnswer":true,"RequiredImage":true,"RequiredComent":true,"ShowComment":true,"ShowImage":true,"RequiredAction":true,"ShowToDepartment":true,"QuestionTypeId":"6d8d6824-57f5-440d-9b2f-f964d6c850ec","QuestionTagId":"bb28afe6-5a06-4f36-a780-f9b6b2f0dffe","EnQuestionType":"sample string 11","ArQuestionType":"sample string 12","EnTag":"sample string 13","ArTag":"sample string 14","QuestionValidationId":"3456a775-3a92-45fc-9c87-fa13976d9b31","EnValidation":"sample string 15","ArValidation":"sample string 16","IsDeleted":true,"PriorityId":"1b23585e-8163-499a-845e-556adc60796c","HighlightColor":"sample string 18","AnswerList":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1}],"Visit_Questions_Answer":[{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"},{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"}],"Visit_Questions_LastComments":[{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true},{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true}],"VisitCommentsHistory":null,"VisitAnswersHistory":null,"QuestionHasCommunication":true,"AgentUnSeenCommentsCount":20,"QuestionImages":[{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"},{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"}],"HasAnswers":true,"M_SubSection":"ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8","SubSection":"sample string 22","SubSectionOrderNumber":1,"IsIncludeCalculation":true,"EnQuestionPriorityType":"sample string 23","TargetDate":"sample string 24"},{"Id":1,"Question":"sample string 2","SectionId":3,"QOrder":4,"Weight":5,"Hint":"sample string 6","AllowOther":true,"RequiredAnswer":true,"RequiredImage":true,"RequiredComent":true,"ShowComment":true,"ShowImage":true,"RequiredAction":true,"ShowToDepartment":true,"QuestionTypeId":"6d8d6824-57f5-440d-9b2f-f964d6c850ec","QuestionTagId":"bb28afe6-5a06-4f36-a780-f9b6b2f0dffe","EnQuestionType":"sample string 11","ArQuestionType":"sample string 12","EnTag":"sample string 13","ArTag":"sample string 14","QuestionValidationId":"3456a775-3a92-45fc-9c87-fa13976d9b31","EnValidation":"sample string 15","ArValidation":"sample string 16","IsDeleted":true,"PriorityId":"1b23585e-8163-499a-845e-556adc60796c","HighlightColor":"sample string 18","AnswerList":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"IsDeleted":true,"AdditionalAnswer":true,"AnswerWeight":1,"MaxmumWeight":1}],"Visit_Questions_Answer":[{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"},{"Id":1,"ScheduleCheckListId":2,"QuestionId":3,"AnswerId":1,"AnswerText":"sample string 4","AnswerRate":1,"AnswerDate":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"Answer":"sample string 5","EnJobTitle":"sample string 6","ARJobTitle":"sample string 7","ProjectAdminOrder":1,"AdditionalAnswer":true,"QuestionStatus":8,"AnswerWeight":1,"MaxmumWeight":1,"M_Priority":"79d24014-0422-4358-a6df-d52608b35f2b","EnQuestionPriorityType":"sample string 9","TargetDate":"sample string 10"}],"Visit_Questions_LastComments":[{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true},{"Id":1,"ScheduleCheckListId":1,"QuestionId":2,"Comment":"sample string 3","CreatedBy":4,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","IsDeleted":true,"InitialName":"sample string 6","EnJobTitle":"sample string 7","ARJobTitle":"sample string 8","ProjectAdminOrder":1,"CommunicationComment":true,"ShowPAdmin":true,"ShowAgent":true,"ShowDAdmin":true,"Seen":true,"AgentSeen":true}],"VisitCommentsHistory":null,"VisitAnswersHistory":null,"QuestionHasCommunication":true,"AgentUnSeenCommentsCount":20,"QuestionImages":[{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"},{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"}],"HasAnswers":true,"M_SubSection":"ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8","SubSection":"sample string 22","SubSectionOrderNumber":1,"IsIncludeCalculation":true,"EnQuestionPriorityType":"sample string 23","TargetDate":"sample string 24"}],"SectionHasCommunication":true,"TotalQuestion":6,"hasSubSections":true,"SectionWeight":7}],"CheckListSummery":[{"Id":1,"ScheduleCheckListId":1,"SummeryTypeId":"1a43fc0b-1c0d-486d-a7c0-58094a996a06","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-09-14T08:18:08.1921843+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"b1addab4-1526-4804-a0a1-1930d9bfcb54","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-09-14T08:18:08.1921843+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":"b1addab4-1526-4804-a0a1-1930d9bfcb54","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-09-14T08:18:08.1921843+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":"1a43fc0b-1c0d-486d-a7c0-58094a996a06","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-09-14T08:18:08.1921843+04:00","SummeryComments":[{"Id":1,"VisitSummery_Id":2,"ScheduleCheckListId":1,"SummeryTypeId":"b1addab4-1526-4804-a0a1-1930d9bfcb54","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-09-14T08:18:08.1921843+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":"b1addab4-1526-4804-a0a1-1930d9bfcb54","Comment":"sample string 3","IsShow":true,"IsDeleted":true,"CreatedOn":"2025-09-14T08:18:08.1921843+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}],"CheckList_Images":[{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"},{"Id":1,"ScheduleCheckListId":2,"EntityId":3,"EntityType":4,"ImageName":"sample string 5","ImageComment":"sample string 6","IsShow":true,"IsDeleted":true,"CreatedBy":8,"CreatedOn":"2025-09-14T08:18:08.1921843+04:00","UpdatedBy":1,"UpdatedOn":"2025-09-14T08:18:08.1921843+04:00","CreatedByName":"sample string 10","UpdatedByName":"sample string 11","Base64StringImage":"sample string 12","Img":"QEA=","ImagePath":"sample string 13","ScheduleDate":"2025-09-14T08:18:08.1921843+04:00","DivisionId":"76b98003-eb28-4af0-b4cf-96af3e18acdf","AssetId":"acc2014c-0864-4ed9-aee5-4909feba6bed","BuildingId":"74efb7a4-5a2d-43e8-9826-60ddf31ff523","SubBuildingId":"5eca4991-5d7b-4549-9a47-a6f8d37cfb20","LocationId":"11650229-8cf6-49e0-a09f-4c2a1a605e52","CHDivisionId":"68d4a2b7-033e-439b-8a49-e7d0d7126586","CHAssetId":"b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35","CHBuildingId":"4b32aa46-5f2c-46c3-a359-a3f506d65f8e","CHSubBuildingId":"2af4f49c-95c5-4ca0-a0b7-61d638631ee7","CHLocationId":"a67c23e7-71df-499a-8ce1-6833a2686600"}],"ChecklistSubSections":[{"M_SubSection":"9d1c4074-b420-4e58-a05c-a842f65055ec","SubSection":"sample string 1","SubSectionWeight":1},{"M_SubSection":"9d1c4074-b420-4e58-a05c-a842f65055ec","SubSection":"sample string 1","SubSectionWeight":1}],"TotalQuestions":5}
application/xml, text/xml
Sample:
<SmallCheckListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <CheckListSummery> <CustomVisitSummeryDTO> <AgentId>1</AgentId> <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount> <ArSummeryType>sample string 4</ArSummeryType> <CheckListId>1</CheckListId> <CreatedOn>2025-09-14T08:18:08.1921843+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-09-14T08:18:08.1921843+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>b1addab4-1526-4804-a0a1-1930d9bfcb54</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-09-14T08:18:08.1921843+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>b1addab4-1526-4804-a0a1-1930d9bfcb54</SummeryTypeId> <VisitSummery_Id>2</VisitSummery_Id> </CustomVisitSummeryCommentsDTO> </SummeryComments> <SummeryTypeId>1a43fc0b-1c0d-486d-a7c0-58094a996a06</SummeryTypeId> <SummeryValue>sample string 2</SummeryValue> </CustomVisitSummeryDTO> <CustomVisitSummeryDTO> <AgentId>1</AgentId> <AgentUnSeenSummeryCommentsCount>6</AgentUnSeenSummeryCommentsCount> <ArSummeryType>sample string 4</ArSummeryType> <CheckListId>1</CheckListId> <CreatedOn>2025-09-14T08:18:08.1921843+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-09-14T08:18:08.1921843+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>b1addab4-1526-4804-a0a1-1930d9bfcb54</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-09-14T08:18:08.1921843+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>b1addab4-1526-4804-a0a1-1930d9bfcb54</SummeryTypeId> <VisitSummery_Id>2</VisitSummery_Id> </CustomVisitSummeryCommentsDTO> </SummeryComments> <SummeryTypeId>1a43fc0b-1c0d-486d-a7c0-58094a996a06</SummeryTypeId> <SummeryValue>sample string 2</SummeryValue> </CustomVisitSummeryDTO> </CheckListSummery> <CheckList_Images> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> </CheckList_Images> <ChecklistSubSections> <ChecklistSubSectionsDTO> <M_SubSection>9d1c4074-b420-4e58-a05c-a842f65055ec</M_SubSection> <SubSection>sample string 1</SubSection> <SubSectionWeight>1</SubSectionWeight> </ChecklistSubSectionsDTO> <ChecklistSubSectionsDTO> <M_SubSection>9d1c4074-b420-4e58-a05c-a842f65055ec</M_SubSection> <SubSection>sample string 1</SubSection> <SubSectionWeight>1</SubSectionWeight> </ChecklistSubSectionsDTO> </ChecklistSubSections> <GuideLine>sample string 3</GuideLine> <Id>1</Id> <QuestionSections> <CustomQuestionSectionsDTO> <CheckListId>3</CheckListId> <HighlightColor>sample string 5</HighlightColor> <Id>1</Id> <IsDeleted>true</IsDeleted> <QuestionList> <CustomQuestionDTO> <AgentUnSeenCommentsCount>20</AgentUnSeenCommentsCount> <AllowOther>true</AllowOther> <AnswerList> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> </AnswerList> <ArQuestionType>sample string 12</ArQuestionType> <ArTag>sample string 14</ArTag> <ArValidation>sample string 16</ArValidation> <EnQuestionPriorityType>sample string 23</EnQuestionPriorityType> <EnQuestionType>sample string 11</EnQuestionType> <EnTag>sample string 13</EnTag> <EnValidation>sample string 15</EnValidation> <HasAnswers>true</HasAnswers> <HighlightColor>sample string 18</HighlightColor> <Hint>sample string 6</Hint> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsIncludeCalculation>true</IsIncludeCalculation> <M_SubSection>ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8</M_SubSection> <PriorityId>1b23585e-8163-499a-845e-556adc60796c</PriorityId> <QOrder>4</QOrder> <Question>sample string 2</Question> <QuestionHasCommunication>true</QuestionHasCommunication> <QuestionImages> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> </QuestionImages> <QuestionTagId>bb28afe6-5a06-4f36-a780-f9b6b2f0dffe</QuestionTagId> <QuestionTypeId>6d8d6824-57f5-440d-9b2f-f964d6c850ec</QuestionTypeId> <QuestionValidationId>3456a775-3a92-45fc-9c87-fa13976d9b31</QuestionValidationId> <RequiredAction>true</RequiredAction> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <ShowToDepartment>true</ShowToDepartment> <SubSection>sample string 22</SubSection> <SubSectionOrderNumber>1</SubSectionOrderNumber> <TargetDate>sample string 24</TargetDate> <VisitAnswersHistory i:nil="true" /> <VisitCommentsHistory i:nil="true" /> <Visit_Questions_Answer> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> </Visit_Questions_Answer> <Visit_Questions_LastComments> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> </Visit_Questions_LastComments> <Weight>5</Weight> </CustomQuestionDTO> <CustomQuestionDTO> <AgentUnSeenCommentsCount>20</AgentUnSeenCommentsCount> <AllowOther>true</AllowOther> <AnswerList> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> </AnswerList> <ArQuestionType>sample string 12</ArQuestionType> <ArTag>sample string 14</ArTag> <ArValidation>sample string 16</ArValidation> <EnQuestionPriorityType>sample string 23</EnQuestionPriorityType> <EnQuestionType>sample string 11</EnQuestionType> <EnTag>sample string 13</EnTag> <EnValidation>sample string 15</EnValidation> <HasAnswers>true</HasAnswers> <HighlightColor>sample string 18</HighlightColor> <Hint>sample string 6</Hint> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsIncludeCalculation>true</IsIncludeCalculation> <M_SubSection>ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8</M_SubSection> <PriorityId>1b23585e-8163-499a-845e-556adc60796c</PriorityId> <QOrder>4</QOrder> <Question>sample string 2</Question> <QuestionHasCommunication>true</QuestionHasCommunication> <QuestionImages> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> </QuestionImages> <QuestionTagId>bb28afe6-5a06-4f36-a780-f9b6b2f0dffe</QuestionTagId> <QuestionTypeId>6d8d6824-57f5-440d-9b2f-f964d6c850ec</QuestionTypeId> <QuestionValidationId>3456a775-3a92-45fc-9c87-fa13976d9b31</QuestionValidationId> <RequiredAction>true</RequiredAction> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <ShowToDepartment>true</ShowToDepartment> <SubSection>sample string 22</SubSection> <SubSectionOrderNumber>1</SubSectionOrderNumber> <TargetDate>sample string 24</TargetDate> <VisitAnswersHistory i:nil="true" /> <VisitCommentsHistory i:nil="true" /> <Visit_Questions_Answer> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> </Visit_Questions_Answer> <Visit_Questions_LastComments> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> </Visit_Questions_LastComments> <Weight>5</Weight> </CustomQuestionDTO> </QuestionList> <SectionHasCommunication>true</SectionHasCommunication> <SectionName>sample string 2</SectionName> <SectionWeight>7</SectionWeight> <TotalQuestion>6</TotalQuestion> <hasSubSections>true</hasSubSections> </CustomQuestionSectionsDTO> <CustomQuestionSectionsDTO> <CheckListId>3</CheckListId> <HighlightColor>sample string 5</HighlightColor> <Id>1</Id> <IsDeleted>true</IsDeleted> <QuestionList> <CustomQuestionDTO> <AgentUnSeenCommentsCount>20</AgentUnSeenCommentsCount> <AllowOther>true</AllowOther> <AnswerList> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> </AnswerList> <ArQuestionType>sample string 12</ArQuestionType> <ArTag>sample string 14</ArTag> <ArValidation>sample string 16</ArValidation> <EnQuestionPriorityType>sample string 23</EnQuestionPriorityType> <EnQuestionType>sample string 11</EnQuestionType> <EnTag>sample string 13</EnTag> <EnValidation>sample string 15</EnValidation> <HasAnswers>true</HasAnswers> <HighlightColor>sample string 18</HighlightColor> <Hint>sample string 6</Hint> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsIncludeCalculation>true</IsIncludeCalculation> <M_SubSection>ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8</M_SubSection> <PriorityId>1b23585e-8163-499a-845e-556adc60796c</PriorityId> <QOrder>4</QOrder> <Question>sample string 2</Question> <QuestionHasCommunication>true</QuestionHasCommunication> <QuestionImages> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> </QuestionImages> <QuestionTagId>bb28afe6-5a06-4f36-a780-f9b6b2f0dffe</QuestionTagId> <QuestionTypeId>6d8d6824-57f5-440d-9b2f-f964d6c850ec</QuestionTypeId> <QuestionValidationId>3456a775-3a92-45fc-9c87-fa13976d9b31</QuestionValidationId> <RequiredAction>true</RequiredAction> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <ShowToDepartment>true</ShowToDepartment> <SubSection>sample string 22</SubSection> <SubSectionOrderNumber>1</SubSectionOrderNumber> <TargetDate>sample string 24</TargetDate> <VisitAnswersHistory i:nil="true" /> <VisitCommentsHistory i:nil="true" /> <Visit_Questions_Answer> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> </Visit_Questions_Answer> <Visit_Questions_LastComments> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> </Visit_Questions_LastComments> <Weight>5</Weight> </CustomQuestionDTO> <CustomQuestionDTO> <AgentUnSeenCommentsCount>20</AgentUnSeenCommentsCount> <AllowOther>true</AllowOther> <AnswerList> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> <CustomAnswerDTO> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 2</Answer> <AnswerWeight>1</AnswerWeight> <Id>1</Id> <IsDeleted>true</IsDeleted> <MaxmumWeight>1</MaxmumWeight> <QuestionId>3</QuestionId> </CustomAnswerDTO> </AnswerList> <ArQuestionType>sample string 12</ArQuestionType> <ArTag>sample string 14</ArTag> <ArValidation>sample string 16</ArValidation> <EnQuestionPriorityType>sample string 23</EnQuestionPriorityType> <EnQuestionType>sample string 11</EnQuestionType> <EnTag>sample string 13</EnTag> <EnValidation>sample string 15</EnValidation> <HasAnswers>true</HasAnswers> <HighlightColor>sample string 18</HighlightColor> <Hint>sample string 6</Hint> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsIncludeCalculation>true</IsIncludeCalculation> <M_SubSection>ef2c6d31-44c9-46cd-adc7-cd87cfa81ad8</M_SubSection> <PriorityId>1b23585e-8163-499a-845e-556adc60796c</PriorityId> <QOrder>4</QOrder> <Question>sample string 2</Question> <QuestionHasCommunication>true</QuestionHasCommunication> <QuestionImages> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> <ImagesDTO> <AssetId>acc2014c-0864-4ed9-aee5-4909feba6bed</AssetId> <Base64StringImage>sample string 12</Base64StringImage> <BuildingId>74efb7a4-5a2d-43e8-9826-60ddf31ff523</BuildingId> <CHAssetId>b1f8b1f9-2d5c-48c4-9d7a-180c4b672b35</CHAssetId> <CHBuildingId>4b32aa46-5f2c-46c3-a359-a3f506d65f8e</CHBuildingId> <CHDivisionId>68d4a2b7-033e-439b-8a49-e7d0d7126586</CHDivisionId> <CHLocationId>a67c23e7-71df-499a-8ce1-6833a2686600</CHLocationId> <CHSubBuildingId>2af4f49c-95c5-4ca0-a0b7-61d638631ee7</CHSubBuildingId> <CreatedBy>8</CreatedBy> <CreatedByName>sample string 10</CreatedByName> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <DivisionId>76b98003-eb28-4af0-b4cf-96af3e18acdf</DivisionId> <EntityId>3</EntityId> <EntityType>4</EntityType> <Id>1</Id> <ImageComment>sample string 6</ImageComment> <ImageName>sample string 5</ImageName> <ImagePath>sample string 13</ImagePath> <Img>QEA=</Img> <IsDeleted>true</IsDeleted> <IsShow>true</IsShow> <LocationId>11650229-8cf6-49e0-a09f-4c2a1a605e52</LocationId> <ScheduleCheckListId>2</ScheduleCheckListId> <ScheduleDate>2025-09-14T08:18:08.1921843+04:00</ScheduleDate> <SubBuildingId>5eca4991-5d7b-4549-9a47-a6f8d37cfb20</SubBuildingId> <UpdatedBy>1</UpdatedBy> <UpdatedByName>sample string 11</UpdatedByName> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> </ImagesDTO> </QuestionImages> <QuestionTagId>bb28afe6-5a06-4f36-a780-f9b6b2f0dffe</QuestionTagId> <QuestionTypeId>6d8d6824-57f5-440d-9b2f-f964d6c850ec</QuestionTypeId> <QuestionValidationId>3456a775-3a92-45fc-9c87-fa13976d9b31</QuestionValidationId> <RequiredAction>true</RequiredAction> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <ShowToDepartment>true</ShowToDepartment> <SubSection>sample string 22</SubSection> <SubSectionOrderNumber>1</SubSectionOrderNumber> <TargetDate>sample string 24</TargetDate> <VisitAnswersHistory i:nil="true" /> <VisitCommentsHistory i:nil="true" /> <Visit_Questions_Answer> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> <CustomVisitAnswersDTO> <ARJobTitle>sample string 7</ARJobTitle> <AdditionalAnswer>true</AdditionalAnswer> <Answer>sample string 5</Answer> <AnswerDate>2025-09-14T08:18:08.1921843+04:00</AnswerDate> <AnswerId>1</AnswerId> <AnswerRate>1</AnswerRate> <AnswerText>sample string 4</AnswerText> <AnswerWeight>1</AnswerWeight> <EnJobTitle>sample string 6</EnJobTitle> <EnQuestionPriorityType>sample string 9</EnQuestionPriorityType> <Id>1</Id> <IsDeleted>true</IsDeleted> <M_Priority>79d24014-0422-4358-a6df-d52608b35f2b</M_Priority> <MaxmumWeight>1</MaxmumWeight> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>3</QuestionId> <QuestionStatus>8</QuestionStatus> <ScheduleCheckListId>2</ScheduleCheckListId> <TargetDate>sample string 10</TargetDate> </CustomVisitAnswersDTO> </Visit_Questions_Answer> <Visit_Questions_LastComments> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> <CustomVisitCommentsDTO> <ARJobTitle>sample string 8</ARJobTitle> <AgentSeen>true</AgentSeen> <Comment>sample string 3</Comment> <CommunicationComment>true</CommunicationComment> <CreatedBy>4</CreatedBy> <CreatedOn>2025-09-14T08:18:08.1921843+04:00</CreatedOn> <EnJobTitle>sample string 7</EnJobTitle> <Id>1</Id> <InitialName>sample string 6</InitialName> <IsDeleted>true</IsDeleted> <ProjectAdminOrder>1</ProjectAdminOrder> <QuestionId>2</QuestionId> <ScheduleCheckListId>1</ScheduleCheckListId> <Seen>true</Seen> <ShowAgent>true</ShowAgent> <ShowDAdmin>true</ShowDAdmin> <ShowPAdmin>true</ShowPAdmin> </CustomVisitCommentsDTO> </Visit_Questions_LastComments> <Weight>5</Weight> </CustomQuestionDTO> </QuestionList> <SectionHasCommunication>true</SectionHasCommunication> <SectionName>sample string 2</SectionName> <SectionWeight>7</SectionWeight> <TotalQuestion>6</TotalQuestion> <hasSubSections>true</hasSubSections> </CustomQuestionSectionsDTO> </QuestionSections> <ShowDeterioration>true</ShowDeterioration> <ShowImprovements>true</ShowImprovements> <ShowNegative>true</ShowNegative> <ShowPositive>true</ShowPositive> <ShowSuggestion>true</ShowSuggestion> <ShowSummery>true</ShowSummery> <Title>sample string 2</Title> <TotalQuestions>5</TotalQuestions> <UpdatedOn>2025-09-14T08:18:08.1921843+04:00</UpdatedOn> <checklistWeight>4</checklistWeight> </SmallCheckListDTO>