POST Api/CheckListApi/Create

Request Information

URI Parameters

None.

Body Parameters

CreateCheckListDTO
NameDescriptionTypeAdditional 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": "4c5c8713-b9bd-42e7-a4cc-30fbbcff9692",
  "AssetId": "43b2d46a-e462-4783-896c-d76c88170f88",
  "BuildingId": "8b928bff-6734-4ed2-8b71-4a3ba2363e0e",
  "SubBuildingId": "f0439838-1b45-448d-8a0d-0fd34626434a",
  "LocationId": "54382b5f-8b78-47fd-9173-f7ac5e2ea289",
  "LevelId": "883ad6dd-6d07-4131-ae0a-e42e930f0908",
  "CategoryId": "05dff40f-a072-48d5-9812-c5eb1ed85131",
  "SectorId": "2a29b926-de11-468e-a1c4-44daa91a933d",
  "SubSectorId": "9bdfff23-1497-4c2c-b490-8a6102f6f529",
  "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": "71c5b8af-7e91-4215-9c52-33af5858e668",
          "QuestionTagId": "f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6",
          "SubSectionId": "f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2026-09-15T09:49:39.2500776+04:00",
          "QuestionValidationId": "14681b69-fc6a-44af-88d1-b1d3f61714c8",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "d09874b2-2743-47ce-8775-76804d408ef8",
          "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": "71c5b8af-7e91-4215-9c52-33af5858e668",
          "QuestionTagId": "f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6",
          "SubSectionId": "f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2026-09-15T09:49:39.2500776+04:00",
          "QuestionValidationId": "14681b69-fc6a-44af-88d1-b1d3f61714c8",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "d09874b2-2743-47ce-8775-76804d408ef8",
          "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": "71c5b8af-7e91-4215-9c52-33af5858e668",
          "QuestionTagId": "f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6",
          "SubSectionId": "f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2026-09-15T09:49:39.2500776+04:00",
          "QuestionValidationId": "14681b69-fc6a-44af-88d1-b1d3f61714c8",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "d09874b2-2743-47ce-8775-76804d408ef8",
          "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": "71c5b8af-7e91-4215-9c52-33af5858e668",
          "QuestionTagId": "f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6",
          "SubSectionId": "f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2026-09-15T09:49:39.2500776+04:00",
          "QuestionValidationId": "14681b69-fc6a-44af-88d1-b1d3f61714c8",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "d09874b2-2743-47ce-8775-76804d408ef8",
          "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":"4c5c8713-b9bd-42e7-a4cc-30fbbcff9692","AssetId":"43b2d46a-e462-4783-896c-d76c88170f88","BuildingId":"8b928bff-6734-4ed2-8b71-4a3ba2363e0e","SubBuildingId":"f0439838-1b45-448d-8a0d-0fd34626434a","LocationId":"54382b5f-8b78-47fd-9173-f7ac5e2ea289","LevelId":"883ad6dd-6d07-4131-ae0a-e42e930f0908","CategoryId":"05dff40f-a072-48d5-9812-c5eb1ed85131","SectorId":"2a29b926-de11-468e-a1c4-44daa91a933d","SubSectorId":"9bdfff23-1497-4c2c-b490-8a6102f6f529","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":"71c5b8af-7e91-4215-9c52-33af5858e668","QuestionTagId":"f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6","SubSectionId":"f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T09:49:39.2500776+04:00","QuestionValidationId":"14681b69-fc6a-44af-88d1-b1d3f61714c8","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"d09874b2-2743-47ce-8775-76804d408ef8","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":"71c5b8af-7e91-4215-9c52-33af5858e668","QuestionTagId":"f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6","SubSectionId":"f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T09:49:39.2500776+04:00","QuestionValidationId":"14681b69-fc6a-44af-88d1-b1d3f61714c8","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"d09874b2-2743-47ce-8775-76804d408ef8","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":"71c5b8af-7e91-4215-9c52-33af5858e668","QuestionTagId":"f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6","SubSectionId":"f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T09:49:39.2500776+04:00","QuestionValidationId":"14681b69-fc6a-44af-88d1-b1d3f61714c8","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"d09874b2-2743-47ce-8775-76804d408ef8","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":"71c5b8af-7e91-4215-9c52-33af5858e668","QuestionTagId":"f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6","SubSectionId":"f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2026-09-15T09:49:39.2500776+04:00","QuestionValidationId":"14681b69-fc6a-44af-88d1-b1d3f61714c8","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"d09874b2-2743-47ce-8775-76804d408ef8","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>43b2d46a-e462-4783-896c-d76c88170f88</AssetId>
  <BuildingId>8b928bff-6734-4ed2-8b71-4a3ba2363e0e</BuildingId>
  <CategoryId>05dff40f-a072-48d5-9812-c5eb1ed85131</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-15T09:49:39.2500776+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>d09874b2-2743-47ce-8775-76804d408ef8</QuestionPriorityId>
          <QuestionTagId>f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6</QuestionTagId>
          <QuestionTypeId>71c5b8af-7e91-4215-9c52-33af5858e668</QuestionTypeId>
          <QuestionValidationId>14681b69-fc6a-44af-88d1-b1d3f61714c8</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b</SubSectionId>
          <UpdatedBy>12</UpdatedBy>
          <Weight>5</Weight>
        </CreateQuestionDTO>
        <CreateQuestionDTO>
          <AllowOther>true</AllowOther>
          <ArValidation>sample string 17</ArValidation>
          <CreatedBy>11</CreatedBy>
          <DeletedDate>2026-09-15T09:49:39.2500776+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>d09874b2-2743-47ce-8775-76804d408ef8</QuestionPriorityId>
          <QuestionTagId>f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6</QuestionTagId>
          <QuestionTypeId>71c5b8af-7e91-4215-9c52-33af5858e668</QuestionTypeId>
          <QuestionValidationId>14681b69-fc6a-44af-88d1-b1d3f61714c8</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b</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-15T09:49:39.2500776+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>d09874b2-2743-47ce-8775-76804d408ef8</QuestionPriorityId>
          <QuestionTagId>f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6</QuestionTagId>
          <QuestionTypeId>71c5b8af-7e91-4215-9c52-33af5858e668</QuestionTypeId>
          <QuestionValidationId>14681b69-fc6a-44af-88d1-b1d3f61714c8</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b</SubSectionId>
          <UpdatedBy>12</UpdatedBy>
          <Weight>5</Weight>
        </CreateQuestionDTO>
        <CreateQuestionDTO>
          <AllowOther>true</AllowOther>
          <ArValidation>sample string 17</ArValidation>
          <CreatedBy>11</CreatedBy>
          <DeletedDate>2026-09-15T09:49:39.2500776+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>d09874b2-2743-47ce-8775-76804d408ef8</QuestionPriorityId>
          <QuestionTagId>f42a944d-5e0d-4cda-9d4e-4f66fd1f7cb6</QuestionTagId>
          <QuestionTypeId>71c5b8af-7e91-4215-9c52-33af5858e668</QuestionTypeId>
          <QuestionValidationId>14681b69-fc6a-44af-88d1-b1d3f61714c8</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>f4cf1433-3e29-4dc8-8bf6-5d4e6b97c48b</SubSectionId>
          <UpdatedBy>12</UpdatedBy>
          <Weight>5</Weight>
        </CreateQuestionDTO>
      </SectionQuestions>
      <UpdatedBy>5</UpdatedBy>
    </QuestionSectionsCreateDTO>
  </CheckListSections>
  <CreatedBy>6</CreatedBy>
  <DivisionId>4c5c8713-b9bd-42e7-a4cc-30fbbcff9692</DivisionId>
  <Excellent>5</Excellent>
  <GuideLine>sample string 3</GuideLine>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <LevelId>883ad6dd-6d07-4131-ae0a-e42e930f0908</LevelId>
  <LocationId>54382b5f-8b78-47fd-9173-f7ac5e2ea289</LocationId>
  <NeedImprovment>4</NeedImprovment>
  <SectorId>2a29b926-de11-468e-a1c4-44daa91a933d</SectorId>
  <SubBuildingId>f0439838-1b45-448d-8a0d-0fd34626434a</SubBuildingId>
  <SubSectorId>9bdfff23-1497-4c2c-b490-8a6102f6f529</SubSectorId>
  <Title>sample string 2</Title>
  <UpdatedBy>7</UpdatedBy>
</CreateCheckListDTO>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

integer

Response 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>