POST Api/CheckListApi/Create
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": "a729a2bf-7542-4b84-bfa7-8b3468926d0e",
"AssetId": "b20334aa-fb19-48ef-9c97-907c11e0f59f",
"BuildingId": "d47124be-6aaa-4706-9e81-9ce6be3029e9",
"SubBuildingId": "d6771aea-8113-40fa-b169-be177fcb1d1d",
"LocationId": "223ffe65-4360-41dc-b552-1e1b0b75dd0b",
"LevelId": "b8a6c8ce-07d6-44f9-b3ec-bb0fb8a8beb8",
"CategoryId": "7ca572df-3016-4cd0-9d7e-b034addbf0e4",
"SectorId": "54174f8d-7e7b-453a-b210-02b9f8d52920",
"SubSectorId": "96c2a886-4b77-4226-b65f-5ba55af7b169",
"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": "23e6dbb2-66ce-43e1-9d64-7ecd8457c89b",
"QuestionTagId": "389a0e55-5f15-49dc-b075-69ac7e5c2637",
"SubSectionId": "2191e276-9506-4e29-bdb6-2ecacca8f3a4",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-01-29T03:10:33.7822402+04:00",
"QuestionValidationId": "9e27d6a1-9e50-40ae-96b6-aeb8bd267c98",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "3a854fdf-c331-41ef-9ab0-274e8815e13f",
"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": "23e6dbb2-66ce-43e1-9d64-7ecd8457c89b",
"QuestionTagId": "389a0e55-5f15-49dc-b075-69ac7e5c2637",
"SubSectionId": "2191e276-9506-4e29-bdb6-2ecacca8f3a4",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-01-29T03:10:33.7822402+04:00",
"QuestionValidationId": "9e27d6a1-9e50-40ae-96b6-aeb8bd267c98",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "3a854fdf-c331-41ef-9ab0-274e8815e13f",
"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": "23e6dbb2-66ce-43e1-9d64-7ecd8457c89b",
"QuestionTagId": "389a0e55-5f15-49dc-b075-69ac7e5c2637",
"SubSectionId": "2191e276-9506-4e29-bdb6-2ecacca8f3a4",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-01-29T03:10:33.7822402+04:00",
"QuestionValidationId": "9e27d6a1-9e50-40ae-96b6-aeb8bd267c98",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "3a854fdf-c331-41ef-9ab0-274e8815e13f",
"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": "23e6dbb2-66ce-43e1-9d64-7ecd8457c89b",
"QuestionTagId": "389a0e55-5f15-49dc-b075-69ac7e5c2637",
"SubSectionId": "2191e276-9506-4e29-bdb6-2ecacca8f3a4",
"CreatedBy": 11,
"UpdatedBy": 12,
"IsActive": true,
"IsDeleted": true,
"DeletedDate": "2026-01-29T03:10:33.7822402+04:00",
"QuestionValidationId": "9e27d6a1-9e50-40ae-96b6-aeb8bd267c98",
"EnValidation": "sample string 16",
"ArValidation": "sample string 17",
"IsIncludeCalculation": true,
"QuestionPriorityId": "3a854fdf-c331-41ef-9ab0-274e8815e13f",
"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":"a729a2bf-7542-4b84-bfa7-8b3468926d0e","AssetId":"b20334aa-fb19-48ef-9c97-907c11e0f59f","BuildingId":"d47124be-6aaa-4706-9e81-9ce6be3029e9","SubBuildingId":"d6771aea-8113-40fa-b169-be177fcb1d1d","LocationId":"223ffe65-4360-41dc-b552-1e1b0b75dd0b","LevelId":"b8a6c8ce-07d6-44f9-b3ec-bb0fb8a8beb8","CategoryId":"7ca572df-3016-4cd0-9d7e-b034addbf0e4","SectorId":"54174f8d-7e7b-453a-b210-02b9f8d52920","SubSectorId":"96c2a886-4b77-4226-b65f-5ba55af7b169","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":"23e6dbb2-66ce-43e1-9d64-7ecd8457c89b","QuestionTagId":"389a0e55-5f15-49dc-b075-69ac7e5c2637","SubSectionId":"2191e276-9506-4e29-bdb6-2ecacca8f3a4","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-01-29T03:10:33.7822402+04:00","QuestionValidationId":"9e27d6a1-9e50-40ae-96b6-aeb8bd267c98","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"3a854fdf-c331-41ef-9ab0-274e8815e13f","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":"23e6dbb2-66ce-43e1-9d64-7ecd8457c89b","QuestionTagId":"389a0e55-5f15-49dc-b075-69ac7e5c2637","SubSectionId":"2191e276-9506-4e29-bdb6-2ecacca8f3a4","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-01-29T03:10:33.7822402+04:00","QuestionValidationId":"9e27d6a1-9e50-40ae-96b6-aeb8bd267c98","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"3a854fdf-c331-41ef-9ab0-274e8815e13f","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":"23e6dbb2-66ce-43e1-9d64-7ecd8457c89b","QuestionTagId":"389a0e55-5f15-49dc-b075-69ac7e5c2637","SubSectionId":"2191e276-9506-4e29-bdb6-2ecacca8f3a4","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-01-29T03:10:33.7822402+04:00","QuestionValidationId":"9e27d6a1-9e50-40ae-96b6-aeb8bd267c98","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"3a854fdf-c331-41ef-9ab0-274e8815e13f","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":"23e6dbb2-66ce-43e1-9d64-7ecd8457c89b","QuestionTagId":"389a0e55-5f15-49dc-b075-69ac7e5c2637","SubSectionId":"2191e276-9506-4e29-bdb6-2ecacca8f3a4","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-01-29T03:10:33.7822402+04:00","QuestionValidationId":"9e27d6a1-9e50-40ae-96b6-aeb8bd267c98","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"3a854fdf-c331-41ef-9ab0-274e8815e13f","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>b20334aa-fb19-48ef-9c97-907c11e0f59f</AssetId>
<BuildingId>d47124be-6aaa-4706-9e81-9ce6be3029e9</BuildingId>
<CategoryId>7ca572df-3016-4cd0-9d7e-b034addbf0e4</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-01-29T03:10:33.7822402+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>3a854fdf-c331-41ef-9ab0-274e8815e13f</QuestionPriorityId>
<QuestionTagId>389a0e55-5f15-49dc-b075-69ac7e5c2637</QuestionTagId>
<QuestionTypeId>23e6dbb2-66ce-43e1-9d64-7ecd8457c89b</QuestionTypeId>
<QuestionValidationId>9e27d6a1-9e50-40ae-96b6-aeb8bd267c98</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>2191e276-9506-4e29-bdb6-2ecacca8f3a4</SubSectionId>
<UpdatedBy>12</UpdatedBy>
<Weight>5</Weight>
</CreateQuestionDTO>
<CreateQuestionDTO>
<AllowOther>true</AllowOther>
<ArValidation>sample string 17</ArValidation>
<CreatedBy>11</CreatedBy>
<DeletedDate>2026-01-29T03:10:33.7822402+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>3a854fdf-c331-41ef-9ab0-274e8815e13f</QuestionPriorityId>
<QuestionTagId>389a0e55-5f15-49dc-b075-69ac7e5c2637</QuestionTagId>
<QuestionTypeId>23e6dbb2-66ce-43e1-9d64-7ecd8457c89b</QuestionTypeId>
<QuestionValidationId>9e27d6a1-9e50-40ae-96b6-aeb8bd267c98</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>2191e276-9506-4e29-bdb6-2ecacca8f3a4</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-01-29T03:10:33.7822402+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>3a854fdf-c331-41ef-9ab0-274e8815e13f</QuestionPriorityId>
<QuestionTagId>389a0e55-5f15-49dc-b075-69ac7e5c2637</QuestionTagId>
<QuestionTypeId>23e6dbb2-66ce-43e1-9d64-7ecd8457c89b</QuestionTypeId>
<QuestionValidationId>9e27d6a1-9e50-40ae-96b6-aeb8bd267c98</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>2191e276-9506-4e29-bdb6-2ecacca8f3a4</SubSectionId>
<UpdatedBy>12</UpdatedBy>
<Weight>5</Weight>
</CreateQuestionDTO>
<CreateQuestionDTO>
<AllowOther>true</AllowOther>
<ArValidation>sample string 17</ArValidation>
<CreatedBy>11</CreatedBy>
<DeletedDate>2026-01-29T03:10:33.7822402+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>3a854fdf-c331-41ef-9ab0-274e8815e13f</QuestionPriorityId>
<QuestionTagId>389a0e55-5f15-49dc-b075-69ac7e5c2637</QuestionTagId>
<QuestionTypeId>23e6dbb2-66ce-43e1-9d64-7ecd8457c89b</QuestionTypeId>
<QuestionValidationId>9e27d6a1-9e50-40ae-96b6-aeb8bd267c98</QuestionValidationId>
<RequiredAnswer>true</RequiredAnswer>
<RequiredComent>true</RequiredComent>
<RequiredImage>true</RequiredImage>
<SectionId>3</SectionId>
<ShowComment>true</ShowComment>
<ShowImage>true</ShowImage>
<SubSectionId>2191e276-9506-4e29-bdb6-2ecacca8f3a4</SubSectionId>
<UpdatedBy>12</UpdatedBy>
<Weight>5</Weight>
</CreateQuestionDTO>
</SectionQuestions>
<UpdatedBy>5</UpdatedBy>
</QuestionSectionsCreateDTO>
</CheckListSections>
<CreatedBy>6</CreatedBy>
<DivisionId>a729a2bf-7542-4b84-bfa7-8b3468926d0e</DivisionId>
<Excellent>5</Excellent>
<GuideLine>sample string 3</GuideLine>
<Id>1</Id>
<IsActive>true</IsActive>
<LevelId>b8a6c8ce-07d6-44f9-b3ec-bb0fb8a8beb8</LevelId>
<LocationId>223ffe65-4360-41dc-b552-1e1b0b75dd0b</LocationId>
<NeedImprovment>4</NeedImprovment>
<SectorId>54174f8d-7e7b-453a-b210-02b9f8d52920</SectorId>
<SubBuildingId>d6771aea-8113-40fa-b169-be177fcb1d1d</SubBuildingId>
<SubSectorId>96c2a886-4b77-4226-b65f-5ba55af7b169</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>