POST Api/CheckListApi/Update
Request Information
URI Parameters
None.
Body Parameters
CreateCheckListDTO| Name | 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 |
None. |
|
| NeedImprovment | decimal number |
Required Range: inclusive between 0 and 99999999.99 |
|
| Excellent | decimal number |
Required Range: inclusive between 0 and 99999999.99 |
|
| DivisionId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| BuildingId | globally unique identifier |
None. |
|
| SubBuildingId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LevelId | globally unique identifier |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| SectorId | globally unique identifier |
None. |
|
| SubSectorId | globally unique identifier |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CheckListProjectAdmins | Collection of CheckListProjectAdminCreateDTO |
None. |
|
| CheckListSections | Collection of QuestionSectionsCreateDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Title": "sample string 2",
"GuideLine": "sample string 3",
"NeedImprovment": 4.0,
"Excellent": 5.0,
"DivisionId": "f69bda19-8843-4ecd-b8ca-191954705f3d",
"AssetId": "503d1650-f6c6-4cb8-bc75-25f8909c2986",
"BuildingId": "e3b21d96-2c4d-4922-9ebe-4b36f026e31b",
"SubBuildingId": "31f03592-b36c-473b-946e-cd48474ca704",
"LocationId": "cd9a7e90-4a02-4661-962c-d0d788fb435e",
"LevelId": "f1f9cd5d-a86c-4760-b411-f787628f031a",
"CategoryId": "067e9bad-d2e8-40c8-a276-c9d876a73f99",
"SectorId": "e70f2580-8746-46be-90e7-0ebc1822ccc9",
"SubSectorId": "091e812e-9af5-4a45-8c1c-60cf39088ed0",
"CreatedBy": 6,
"UpdatedBy": 7,
"IsActive": true,
"CheckListProjectAdmins": [
{
"CheckListId": 1,
"ProjectAdminId": 2,
"ProjectAdminOrder": 3
},
{
"CheckListId": 1,
"ProjectAdminId": 2,
"ProjectAdminOrder": 3
}
],
"CheckListSections": [
{
"Id": 1,
"SectionName": "sample string 2",
"CheckListId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"SectionQuestions": [
{
"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,
"QuestionTypeId": "432273f9-86c5-4055-8010-2188407b22ba",
"QuestionTagId": "cd59f20b-28de-40a3-b4b4-368a3ff13844",
"SubSectionId": "bef4b4da-8257-4c00-8f31-61ac044276dd",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-09-15T08:46:19.9446196+04:00",
"QuestionValidationId": "bd9a8259-7c4b-4060-b93a-727b4e69b5fb",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "9049018b-0fd7-4584-9b3e-d97ef383334a",
"QuestionAnswers": [
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
},
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
}
]
},
{
"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,
"QuestionTypeId": "432273f9-86c5-4055-8010-2188407b22ba",
"QuestionTagId": "cd59f20b-28de-40a3-b4b4-368a3ff13844",
"SubSectionId": "bef4b4da-8257-4c00-8f31-61ac044276dd",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-09-15T08:46:19.9446196+04:00",
"QuestionValidationId": "bd9a8259-7c4b-4060-b93a-727b4e69b5fb",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "9049018b-0fd7-4584-9b3e-d97ef383334a",
"QuestionAnswers": [
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
},
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
}
]
}
],
"SOrder": 1
},
{
"Id": 1,
"SectionName": "sample string 2",
"CheckListId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"SectionQuestions": [
{
"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,
"QuestionTypeId": "432273f9-86c5-4055-8010-2188407b22ba",
"QuestionTagId": "cd59f20b-28de-40a3-b4b4-368a3ff13844",
"SubSectionId": "bef4b4da-8257-4c00-8f31-61ac044276dd",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-09-15T08:46:19.9446196+04:00",
"QuestionValidationId": "bd9a8259-7c4b-4060-b93a-727b4e69b5fb",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "9049018b-0fd7-4584-9b3e-d97ef383334a",
"QuestionAnswers": [
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
},
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
}
]
},
{
"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,
"QuestionTypeId": "432273f9-86c5-4055-8010-2188407b22ba",
"QuestionTagId": "cd59f20b-28de-40a3-b4b4-368a3ff13844",
"SubSectionId": "bef4b4da-8257-4c00-8f31-61ac044276dd",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-09-15T08:46:19.9446196+04:00",
"QuestionValidationId": "bd9a8259-7c4b-4060-b93a-727b4e69b5fb",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "9049018b-0fd7-4584-9b3e-d97ef383334a",
"QuestionAnswers": [
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
},
{
"Id": 1,
"Answer": "sample string 2",
"QuestionId": 3,
"CreatedBy": 4,
"UpdatedBy": 5,
"IsActive": true,
"IsDeleted": true,
"AdditionalAnswer": true,
"Weight": 1,
"A_Order": 1
}
]
}
],
"SOrder": 1
}
]
}
text/html, multipart/form-data
Sample:
{"Id":1,"Title":"sample string 2","GuideLine":"sample string 3","NeedImprovment":4.0,"Excellent":5.0,"DivisionId":"f69bda19-8843-4ecd-b8ca-191954705f3d","AssetId":"503d1650-f6c6-4cb8-bc75-25f8909c2986","BuildingId":"e3b21d96-2c4d-4922-9ebe-4b36f026e31b","SubBuildingId":"31f03592-b36c-473b-946e-cd48474ca704","LocationId":"cd9a7e90-4a02-4661-962c-d0d788fb435e","LevelId":"f1f9cd5d-a86c-4760-b411-f787628f031a","CategoryId":"067e9bad-d2e8-40c8-a276-c9d876a73f99","SectorId":"e70f2580-8746-46be-90e7-0ebc1822ccc9","SubSectorId":"091e812e-9af5-4a45-8c1c-60cf39088ed0","CreatedBy":6,"UpdatedBy":7,"IsActive":true,"CheckListProjectAdmins":[{"CheckListId":1,"ProjectAdminId":2,"ProjectAdminOrder":3},{"CheckListId":1,"ProjectAdminId":2,"ProjectAdminOrder":3}],"CheckListSections":[{"Id":1,"SectionName":"sample string 2","CheckListId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"SectionQuestions":[{"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,"QuestionTypeId":"432273f9-86c5-4055-8010-2188407b22ba","QuestionTagId":"cd59f20b-28de-40a3-b4b4-368a3ff13844","SubSectionId":"bef4b4da-8257-4c00-8f31-61ac044276dd","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T08:46:19.9446196+04:00","QuestionValidationId":"bd9a8259-7c4b-4060-b93a-727b4e69b5fb","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"9049018b-0fd7-4584-9b3e-d97ef383334a","QuestionAnswers":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1}]},{"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,"QuestionTypeId":"432273f9-86c5-4055-8010-2188407b22ba","QuestionTagId":"cd59f20b-28de-40a3-b4b4-368a3ff13844","SubSectionId":"bef4b4da-8257-4c00-8f31-61ac044276dd","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T08:46:19.9446196+04:00","QuestionValidationId":"bd9a8259-7c4b-4060-b93a-727b4e69b5fb","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"9049018b-0fd7-4584-9b3e-d97ef383334a","QuestionAnswers":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1}]}],"SOrder":1},{"Id":1,"SectionName":"sample string 2","CheckListId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"SectionQuestions":[{"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,"QuestionTypeId":"432273f9-86c5-4055-8010-2188407b22ba","QuestionTagId":"cd59f20b-28de-40a3-b4b4-368a3ff13844","SubSectionId":"bef4b4da-8257-4c00-8f31-61ac044276dd","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T08:46:19.9446196+04:00","QuestionValidationId":"bd9a8259-7c4b-4060-b93a-727b4e69b5fb","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"9049018b-0fd7-4584-9b3e-d97ef383334a","QuestionAnswers":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1}]},{"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,"QuestionTypeId":"432273f9-86c5-4055-8010-2188407b22ba","QuestionTagId":"cd59f20b-28de-40a3-b4b4-368a3ff13844","SubSectionId":"bef4b4da-8257-4c00-8f31-61ac044276dd","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T08:46:19.9446196+04:00","QuestionValidationId":"bd9a8259-7c4b-4060-b93a-727b4e69b5fb","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"9049018b-0fd7-4584-9b3e-d97ef383334a","QuestionAnswers":[{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1},{"Id":1,"Answer":"sample string 2","QuestionId":3,"CreatedBy":4,"UpdatedBy":5,"IsActive":true,"IsDeleted":true,"AdditionalAnswer":true,"Weight":1,"A_Order":1}]}],"SOrder":1}]}
application/xml, text/xml
Sample:
<CreateCheckListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
<AssetId>503d1650-f6c6-4cb8-bc75-25f8909c2986</AssetId>
<BuildingId>e3b21d96-2c4d-4922-9ebe-4b36f026e31b</BuildingId>
<CategoryId>067e9bad-d2e8-40c8-a276-c9d876a73f99</CategoryId>
<CheckListProjectAdmins>
<CheckListProjectAdminCreateDTO>
<CheckListId>1</CheckListId>
<ProjectAdminId>2</ProjectAdminId>
<ProjectAdminOrder>3</ProjectAdminOrder>
</CheckListProjectAdminCreateDTO>
<CheckListProjectAdminCreateDTO>
<CheckListId>1</CheckListId>
<ProjectAdminId>2</ProjectAdminId>
<ProjectAdminOrder>3</ProjectAdminOrder>
</CheckListProjectAdminCreateDTO>
</CheckListProjectAdmins>
<CheckListSections>
<QuestionSectionsCreateDTO>
<CheckListId>3</CheckListId>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SOrder>1</SOrder>
<SectionName>sample string 2</SectionName>
<SectionQuestions>
<CreateQuestionDTO>
<AllowOther>true</AllowOther>
<ArValidation>sample string 17</ArValidation>
<CreatedBy>11</CreatedBy>
<DeletedDate>2026-09-15T08:46:19.9446196+04:00</DeletedDate>
<EnValidation>sample string 16</EnValidation>
<Hint>sample string 6</Hint>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsIncludeCalculation>true</IsIncludeCalculation>
<QOrder>4</QOrder>
<Question>sample string 2</Question>
<QuestionAnswers>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
</QuestionAnswers>
<QuestionPriorityId>9049018b-0fd7-4584-9b3e-d97ef383334a</QuestionPriorityId>
<QuestionTagId>cd59f20b-28de-40a3-b4b4-368a3ff13844</QuestionTagId>
<QuestionTypeId>432273f9-86c5-4055-8010-2188407b22ba</QuestionTypeId>
<QuestionValidationId>bd9a8259-7c4b-4060-b93a-727b4e69b5fb</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>bef4b4da-8257-4c00-8f31-61ac044276dd</SubSectionId>
<UpdatedBy>12</UpdatedBy>
<Weight>5</Weight>
</CreateQuestionDTO>
<CreateQuestionDTO>
<AllowOther>true</AllowOther>
<ArValidation>sample string 17</ArValidation>
<CreatedBy>11</CreatedBy>
<DeletedDate>2026-09-15T08:46:19.9446196+04:00</DeletedDate>
<EnValidation>sample string 16</EnValidation>
<Hint>sample string 6</Hint>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsIncludeCalculation>true</IsIncludeCalculation>
<QOrder>4</QOrder>
<Question>sample string 2</Question>
<QuestionAnswers>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
</QuestionAnswers>
<QuestionPriorityId>9049018b-0fd7-4584-9b3e-d97ef383334a</QuestionPriorityId>
<QuestionTagId>cd59f20b-28de-40a3-b4b4-368a3ff13844</QuestionTagId>
<QuestionTypeId>432273f9-86c5-4055-8010-2188407b22ba</QuestionTypeId>
<QuestionValidationId>bd9a8259-7c4b-4060-b93a-727b4e69b5fb</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>bef4b4da-8257-4c00-8f31-61ac044276dd</SubSectionId>
<UpdatedBy>12</UpdatedBy>
<Weight>5</Weight>
</CreateQuestionDTO>
</SectionQuestions>
<UpdatedBy>5</UpdatedBy>
</QuestionSectionsCreateDTO>
<QuestionSectionsCreateDTO>
<CheckListId>3</CheckListId>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SOrder>1</SOrder>
<SectionName>sample string 2</SectionName>
<SectionQuestions>
<CreateQuestionDTO>
<AllowOther>true</AllowOther>
<ArValidation>sample string 17</ArValidation>
<CreatedBy>11</CreatedBy>
<DeletedDate>2026-09-15T08:46:19.9446196+04:00</DeletedDate>
<EnValidation>sample string 16</EnValidation>
<Hint>sample string 6</Hint>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsIncludeCalculation>true</IsIncludeCalculation>
<QOrder>4</QOrder>
<Question>sample string 2</Question>
<QuestionAnswers>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
</QuestionAnswers>
<QuestionPriorityId>9049018b-0fd7-4584-9b3e-d97ef383334a</QuestionPriorityId>
<QuestionTagId>cd59f20b-28de-40a3-b4b4-368a3ff13844</QuestionTagId>
<QuestionTypeId>432273f9-86c5-4055-8010-2188407b22ba</QuestionTypeId>
<QuestionValidationId>bd9a8259-7c4b-4060-b93a-727b4e69b5fb</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>bef4b4da-8257-4c00-8f31-61ac044276dd</SubSectionId>
<UpdatedBy>12</UpdatedBy>
<Weight>5</Weight>
</CreateQuestionDTO>
<CreateQuestionDTO>
<AllowOther>true</AllowOther>
<ArValidation>sample string 17</ArValidation>
<CreatedBy>11</CreatedBy>
<DeletedDate>2026-09-15T08:46:19.9446196+04:00</DeletedDate>
<EnValidation>sample string 16</EnValidation>
<Hint>sample string 6</Hint>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsIncludeCalculation>true</IsIncludeCalculation>
<QOrder>4</QOrder>
<Question>sample string 2</Question>
<QuestionAnswers>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
<CreateAnswerDTO>
<A_Order>1</A_Order>
<AdditionalAnswer>true</AdditionalAnswer>
<Answer>sample string 2</Answer>
<CreatedBy>4</CreatedBy>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<QuestionId>3</QuestionId>
<UpdatedBy>5</UpdatedBy>
<Weight>1</Weight>
</CreateAnswerDTO>
</QuestionAnswers>
<QuestionPriorityId>9049018b-0fd7-4584-9b3e-d97ef383334a</QuestionPriorityId>
<QuestionTagId>cd59f20b-28de-40a3-b4b4-368a3ff13844</QuestionTagId>
<QuestionTypeId>432273f9-86c5-4055-8010-2188407b22ba</QuestionTypeId>
<QuestionValidationId>bd9a8259-7c4b-4060-b93a-727b4e69b5fb</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>bef4b4da-8257-4c00-8f31-61ac044276dd</SubSectionId>
<UpdatedBy>12</UpdatedBy>
<Weight>5</Weight>
</CreateQuestionDTO>
</SectionQuestions>
<UpdatedBy>5</UpdatedBy>
</QuestionSectionsCreateDTO>
</CheckListSections>
<CreatedBy>6</CreatedBy>
<DivisionId>f69bda19-8843-4ecd-b8ca-191954705f3d</DivisionId>
<Excellent>5</Excellent>
<GuideLine>sample string 3</GuideLine>
<Id>1</Id>
<IsActive>true</IsActive>
<LevelId>f1f9cd5d-a86c-4760-b411-f787628f031a</LevelId>
<LocationId>cd9a7e90-4a02-4661-962c-d0d788fb435e</LocationId>
<NeedImprovment>4</NeedImprovment>
<SectorId>e70f2580-8746-46be-90e7-0ebc1822ccc9</SectorId>
<SubBuildingId>31f03592-b36c-473b-946e-cd48474ca704</SubBuildingId>
<SubSectorId>091e812e-9af5-4a45-8c1c-60cf39088ed0</SubSectorId>
<Title>sample string 2</Title>
<UpdatedBy>7</UpdatedBy>
</CreateCheckListDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html, multipart/form-data
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>