POST Api/CheckListApi/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCheckListDTOName | 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": "606be2c3-a6b3-4b99-b3f1-df6b5f0a2142", "AssetId": "b3cc00d3-bfe0-40e4-b839-c93789716235", "BuildingId": "f7e46b5f-7453-4cf6-b9ed-c48a2ccaed7f", "SubBuildingId": "4febcfe8-f21b-495c-b1fb-d272b36acd45", "LocationId": "262f2584-a302-4bd1-a6c8-f3e4a1995542", "LevelId": "c1848e21-f19b-48a4-bd23-c931ee73011c", "CategoryId": "e28cf934-b275-4f7a-85dd-1aa8509d8df1", "SectorId": "0746652a-aa68-4aeb-8702-7bd7cb422eda", "SubSectorId": "9ab3a62f-f2cd-430c-8db8-2a9ccb3b1b8a", "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": "38dff37b-da97-4a93-ad59-1724a49c2590", "QuestionTagId": "362b72e1-968c-4777-9602-17e7acb15042", "SubSectionId": "47ba26a8-72d4-4d66-b1cf-e43f0d555cfb", "CreatedBy": 11, "UpdatedBy": 12, "IsActive": true, "IsDeleted": true, "DeletedDate": "2025-09-14T08:16:05.8642092+04:00", "QuestionValidationId": "88ea993f-8212-4765-bb00-9a31bf223d2b", "EnValidation": "sample string 16", "ArValidation": "sample string 17", "IsIncludeCalculation": true, "QuestionPriorityId": "b531bb93-de2b-477c-9992-6e8a2101ee30", "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": "38dff37b-da97-4a93-ad59-1724a49c2590", "QuestionTagId": "362b72e1-968c-4777-9602-17e7acb15042", "SubSectionId": "47ba26a8-72d4-4d66-b1cf-e43f0d555cfb", "CreatedBy": 11, "UpdatedBy": 12, "IsActive": true, "IsDeleted": true, "DeletedDate": "2025-09-14T08:16:05.8642092+04:00", "QuestionValidationId": "88ea993f-8212-4765-bb00-9a31bf223d2b", "EnValidation": "sample string 16", "ArValidation": "sample string 17", "IsIncludeCalculation": true, "QuestionPriorityId": "b531bb93-de2b-477c-9992-6e8a2101ee30", "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": "38dff37b-da97-4a93-ad59-1724a49c2590", "QuestionTagId": "362b72e1-968c-4777-9602-17e7acb15042", "SubSectionId": "47ba26a8-72d4-4d66-b1cf-e43f0d555cfb", "CreatedBy": 11, "UpdatedBy": 12, "IsActive": true, "IsDeleted": true, "DeletedDate": "2025-09-14T08:16:05.8642092+04:00", "QuestionValidationId": "88ea993f-8212-4765-bb00-9a31bf223d2b", "EnValidation": "sample string 16", "ArValidation": "sample string 17", "IsIncludeCalculation": true, "QuestionPriorityId": "b531bb93-de2b-477c-9992-6e8a2101ee30", "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": "38dff37b-da97-4a93-ad59-1724a49c2590", "QuestionTagId": "362b72e1-968c-4777-9602-17e7acb15042", "SubSectionId": "47ba26a8-72d4-4d66-b1cf-e43f0d555cfb", "CreatedBy": 11, "UpdatedBy": 12, "IsActive": true, "IsDeleted": true, "DeletedDate": "2025-09-14T08:16:05.8642092+04:00", "QuestionValidationId": "88ea993f-8212-4765-bb00-9a31bf223d2b", "EnValidation": "sample string 16", "ArValidation": "sample string 17", "IsIncludeCalculation": true, "QuestionPriorityId": "b531bb93-de2b-477c-9992-6e8a2101ee30", "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":"606be2c3-a6b3-4b99-b3f1-df6b5f0a2142","AssetId":"b3cc00d3-bfe0-40e4-b839-c93789716235","BuildingId":"f7e46b5f-7453-4cf6-b9ed-c48a2ccaed7f","SubBuildingId":"4febcfe8-f21b-495c-b1fb-d272b36acd45","LocationId":"262f2584-a302-4bd1-a6c8-f3e4a1995542","LevelId":"c1848e21-f19b-48a4-bd23-c931ee73011c","CategoryId":"e28cf934-b275-4f7a-85dd-1aa8509d8df1","SectorId":"0746652a-aa68-4aeb-8702-7bd7cb422eda","SubSectorId":"9ab3a62f-f2cd-430c-8db8-2a9ccb3b1b8a","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":"38dff37b-da97-4a93-ad59-1724a49c2590","QuestionTagId":"362b72e1-968c-4777-9602-17e7acb15042","SubSectionId":"47ba26a8-72d4-4d66-b1cf-e43f0d555cfb","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-09-14T08:16:05.8642092+04:00","QuestionValidationId":"88ea993f-8212-4765-bb00-9a31bf223d2b","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"b531bb93-de2b-477c-9992-6e8a2101ee30","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":"38dff37b-da97-4a93-ad59-1724a49c2590","QuestionTagId":"362b72e1-968c-4777-9602-17e7acb15042","SubSectionId":"47ba26a8-72d4-4d66-b1cf-e43f0d555cfb","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-09-14T08:16:05.8642092+04:00","QuestionValidationId":"88ea993f-8212-4765-bb00-9a31bf223d2b","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"b531bb93-de2b-477c-9992-6e8a2101ee30","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":"38dff37b-da97-4a93-ad59-1724a49c2590","QuestionTagId":"362b72e1-968c-4777-9602-17e7acb15042","SubSectionId":"47ba26a8-72d4-4d66-b1cf-e43f0d555cfb","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-09-14T08:16:05.8642092+04:00","QuestionValidationId":"88ea993f-8212-4765-bb00-9a31bf223d2b","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"b531bb93-de2b-477c-9992-6e8a2101ee30","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":"38dff37b-da97-4a93-ad59-1724a49c2590","QuestionTagId":"362b72e1-968c-4777-9602-17e7acb15042","SubSectionId":"47ba26a8-72d4-4d66-b1cf-e43f0d555cfb","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-09-14T08:16:05.8642092+04:00","QuestionValidationId":"88ea993f-8212-4765-bb00-9a31bf223d2b","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"b531bb93-de2b-477c-9992-6e8a2101ee30","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>b3cc00d3-bfe0-40e4-b839-c93789716235</AssetId> <BuildingId>f7e46b5f-7453-4cf6-b9ed-c48a2ccaed7f</BuildingId> <CategoryId>e28cf934-b275-4f7a-85dd-1aa8509d8df1</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>2025-09-14T08:16:05.8642092+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>b531bb93-de2b-477c-9992-6e8a2101ee30</QuestionPriorityId> <QuestionTagId>362b72e1-968c-4777-9602-17e7acb15042</QuestionTagId> <QuestionTypeId>38dff37b-da97-4a93-ad59-1724a49c2590</QuestionTypeId> <QuestionValidationId>88ea993f-8212-4765-bb00-9a31bf223d2b</QuestionValidationId> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <SubSectionId>47ba26a8-72d4-4d66-b1cf-e43f0d555cfb</SubSectionId> <UpdatedBy>12</UpdatedBy> <Weight>5</Weight> </CreateQuestionDTO> <CreateQuestionDTO> <AllowOther>true</AllowOther> <ArValidation>sample string 17</ArValidation> <CreatedBy>11</CreatedBy> <DeletedDate>2025-09-14T08:16:05.8642092+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>b531bb93-de2b-477c-9992-6e8a2101ee30</QuestionPriorityId> <QuestionTagId>362b72e1-968c-4777-9602-17e7acb15042</QuestionTagId> <QuestionTypeId>38dff37b-da97-4a93-ad59-1724a49c2590</QuestionTypeId> <QuestionValidationId>88ea993f-8212-4765-bb00-9a31bf223d2b</QuestionValidationId> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <SubSectionId>47ba26a8-72d4-4d66-b1cf-e43f0d555cfb</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>2025-09-14T08:16:05.8642092+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>b531bb93-de2b-477c-9992-6e8a2101ee30</QuestionPriorityId> <QuestionTagId>362b72e1-968c-4777-9602-17e7acb15042</QuestionTagId> <QuestionTypeId>38dff37b-da97-4a93-ad59-1724a49c2590</QuestionTypeId> <QuestionValidationId>88ea993f-8212-4765-bb00-9a31bf223d2b</QuestionValidationId> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <SubSectionId>47ba26a8-72d4-4d66-b1cf-e43f0d555cfb</SubSectionId> <UpdatedBy>12</UpdatedBy> <Weight>5</Weight> </CreateQuestionDTO> <CreateQuestionDTO> <AllowOther>true</AllowOther> <ArValidation>sample string 17</ArValidation> <CreatedBy>11</CreatedBy> <DeletedDate>2025-09-14T08:16:05.8642092+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>b531bb93-de2b-477c-9992-6e8a2101ee30</QuestionPriorityId> <QuestionTagId>362b72e1-968c-4777-9602-17e7acb15042</QuestionTagId> <QuestionTypeId>38dff37b-da97-4a93-ad59-1724a49c2590</QuestionTypeId> <QuestionValidationId>88ea993f-8212-4765-bb00-9a31bf223d2b</QuestionValidationId> <RequiredAnswer>true</RequiredAnswer> <RequiredComent>true</RequiredComent> <RequiredImage>true</RequiredImage> <SectionId>3</SectionId> <ShowComment>true</ShowComment> <ShowImage>true</ShowImage> <SubSectionId>47ba26a8-72d4-4d66-b1cf-e43f0d555cfb</SubSectionId> <UpdatedBy>12</UpdatedBy> <Weight>5</Weight> </CreateQuestionDTO> </SectionQuestions> <UpdatedBy>5</UpdatedBy> </QuestionSectionsCreateDTO> </CheckListSections> <CreatedBy>6</CreatedBy> <DivisionId>606be2c3-a6b3-4b99-b3f1-df6b5f0a2142</DivisionId> <Excellent>5</Excellent> <GuideLine>sample string 3</GuideLine> <Id>1</Id> <IsActive>true</IsActive> <LevelId>c1848e21-f19b-48a4-bd23-c931ee73011c</LevelId> <LocationId>262f2584-a302-4bd1-a6c8-f3e4a1995542</LocationId> <NeedImprovment>4</NeedImprovment> <SectorId>0746652a-aa68-4aeb-8702-7bd7cb422eda</SectorId> <SubBuildingId>4febcfe8-f21b-495c-b1fb-d272b36acd45</SubBuildingId> <SubSectorId>9ab3a62f-f2cd-430c-8db8-2a9ccb3b1b8a</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>