POST Api/CheckListApi/Update

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": "d988aeed-2227-4fb1-8779-24a698edd968",
  "AssetId": "439ad79e-e8c3-456c-9383-dffac7a60e6b",
  "BuildingId": "fc9481e3-a209-421e-b89e-cb4f3689d283",
  "SubBuildingId": "961eb5f1-674e-4778-81b9-c5b586945937",
  "LocationId": "bb14bd11-eb50-4dcb-8ade-51a383387b22",
  "LevelId": "4e794570-b5a2-4f0e-baf8-b8ca05eaa72c",
  "CategoryId": "f17b4eeb-4e11-4f3c-95f7-3de541e74587",
  "SectorId": "7201267d-61fa-41bf-8edc-5cb8b2adebcf",
  "SubSectorId": "d6c49db0-319c-4957-8df7-ba405b9c81fb",
  "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": "c2d08fdc-a568-41c6-927b-60d2de2175e4",
          "QuestionTagId": "87c57c26-fe50-4d5a-90af-6e381879b6ca",
          "SubSectionId": "3356752e-35d7-4590-ab6c-1857fc64434f",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2025-05-25T18:59:56.2056838+04:00",
          "QuestionValidationId": "fd5f72cc-87d0-4813-bad2-018971ceb9b0",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "85ca2d7d-b52c-4817-8026-b64566a8d85a",
          "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": "c2d08fdc-a568-41c6-927b-60d2de2175e4",
          "QuestionTagId": "87c57c26-fe50-4d5a-90af-6e381879b6ca",
          "SubSectionId": "3356752e-35d7-4590-ab6c-1857fc64434f",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2025-05-25T18:59:56.2056838+04:00",
          "QuestionValidationId": "fd5f72cc-87d0-4813-bad2-018971ceb9b0",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "85ca2d7d-b52c-4817-8026-b64566a8d85a",
          "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": "c2d08fdc-a568-41c6-927b-60d2de2175e4",
          "QuestionTagId": "87c57c26-fe50-4d5a-90af-6e381879b6ca",
          "SubSectionId": "3356752e-35d7-4590-ab6c-1857fc64434f",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2025-05-25T18:59:56.2056838+04:00",
          "QuestionValidationId": "fd5f72cc-87d0-4813-bad2-018971ceb9b0",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "85ca2d7d-b52c-4817-8026-b64566a8d85a",
          "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": "c2d08fdc-a568-41c6-927b-60d2de2175e4",
          "QuestionTagId": "87c57c26-fe50-4d5a-90af-6e381879b6ca",
          "SubSectionId": "3356752e-35d7-4590-ab6c-1857fc64434f",
          "CreatedBy": 11,
          "UpdatedBy": 12,
          "IsActive": true,
          "IsDeleted": true,
          "DeletedDate": "2025-05-25T18:59:56.2056838+04:00",
          "QuestionValidationId": "fd5f72cc-87d0-4813-bad2-018971ceb9b0",
          "EnValidation": "sample string 16",
          "ArValidation": "sample string 17",
          "IsIncludeCalculation": true,
          "QuestionPriorityId": "85ca2d7d-b52c-4817-8026-b64566a8d85a",
          "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":"d988aeed-2227-4fb1-8779-24a698edd968","AssetId":"439ad79e-e8c3-456c-9383-dffac7a60e6b","BuildingId":"fc9481e3-a209-421e-b89e-cb4f3689d283","SubBuildingId":"961eb5f1-674e-4778-81b9-c5b586945937","LocationId":"bb14bd11-eb50-4dcb-8ade-51a383387b22","LevelId":"4e794570-b5a2-4f0e-baf8-b8ca05eaa72c","CategoryId":"f17b4eeb-4e11-4f3c-95f7-3de541e74587","SectorId":"7201267d-61fa-41bf-8edc-5cb8b2adebcf","SubSectorId":"d6c49db0-319c-4957-8df7-ba405b9c81fb","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":"c2d08fdc-a568-41c6-927b-60d2de2175e4","QuestionTagId":"87c57c26-fe50-4d5a-90af-6e381879b6ca","SubSectionId":"3356752e-35d7-4590-ab6c-1857fc64434f","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-05-25T18:59:56.2056838+04:00","QuestionValidationId":"fd5f72cc-87d0-4813-bad2-018971ceb9b0","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"85ca2d7d-b52c-4817-8026-b64566a8d85a","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":"c2d08fdc-a568-41c6-927b-60d2de2175e4","QuestionTagId":"87c57c26-fe50-4d5a-90af-6e381879b6ca","SubSectionId":"3356752e-35d7-4590-ab6c-1857fc64434f","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-05-25T18:59:56.2056838+04:00","QuestionValidationId":"fd5f72cc-87d0-4813-bad2-018971ceb9b0","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"85ca2d7d-b52c-4817-8026-b64566a8d85a","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":"c2d08fdc-a568-41c6-927b-60d2de2175e4","QuestionTagId":"87c57c26-fe50-4d5a-90af-6e381879b6ca","SubSectionId":"3356752e-35d7-4590-ab6c-1857fc64434f","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-05-25T18:59:56.2056838+04:00","QuestionValidationId":"fd5f72cc-87d0-4813-bad2-018971ceb9b0","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"85ca2d7d-b52c-4817-8026-b64566a8d85a","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":"c2d08fdc-a568-41c6-927b-60d2de2175e4","QuestionTagId":"87c57c26-fe50-4d5a-90af-6e381879b6ca","SubSectionId":"3356752e-35d7-4590-ab6c-1857fc64434f","CreatedBy":11,"UpdatedBy":12,"IsActive":true,"IsDeleted":true,"DeletedDate":"2025-05-25T18:59:56.2056838+04:00","QuestionValidationId":"fd5f72cc-87d0-4813-bad2-018971ceb9b0","EnValidation":"sample string 16","ArValidation":"sample string 17","IsIncludeCalculation":true,"QuestionPriorityId":"85ca2d7d-b52c-4817-8026-b64566a8d85a","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>439ad79e-e8c3-456c-9383-dffac7a60e6b</AssetId>
  <BuildingId>fc9481e3-a209-421e-b89e-cb4f3689d283</BuildingId>
  <CategoryId>f17b4eeb-4e11-4f3c-95f7-3de541e74587</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-05-25T18:59:56.2056838+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>85ca2d7d-b52c-4817-8026-b64566a8d85a</QuestionPriorityId>
          <QuestionTagId>87c57c26-fe50-4d5a-90af-6e381879b6ca</QuestionTagId>
          <QuestionTypeId>c2d08fdc-a568-41c6-927b-60d2de2175e4</QuestionTypeId>
          <QuestionValidationId>fd5f72cc-87d0-4813-bad2-018971ceb9b0</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>3356752e-35d7-4590-ab6c-1857fc64434f</SubSectionId>
          <UpdatedBy>12</UpdatedBy>
          <Weight>5</Weight>
        </CreateQuestionDTO>
        <CreateQuestionDTO>
          <AllowOther>true</AllowOther>
          <ArValidation>sample string 17</ArValidation>
          <CreatedBy>11</CreatedBy>
          <DeletedDate>2025-05-25T18:59:56.2056838+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>85ca2d7d-b52c-4817-8026-b64566a8d85a</QuestionPriorityId>
          <QuestionTagId>87c57c26-fe50-4d5a-90af-6e381879b6ca</QuestionTagId>
          <QuestionTypeId>c2d08fdc-a568-41c6-927b-60d2de2175e4</QuestionTypeId>
          <QuestionValidationId>fd5f72cc-87d0-4813-bad2-018971ceb9b0</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>3356752e-35d7-4590-ab6c-1857fc64434f</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-05-25T18:59:56.2056838+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>85ca2d7d-b52c-4817-8026-b64566a8d85a</QuestionPriorityId>
          <QuestionTagId>87c57c26-fe50-4d5a-90af-6e381879b6ca</QuestionTagId>
          <QuestionTypeId>c2d08fdc-a568-41c6-927b-60d2de2175e4</QuestionTypeId>
          <QuestionValidationId>fd5f72cc-87d0-4813-bad2-018971ceb9b0</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>3356752e-35d7-4590-ab6c-1857fc64434f</SubSectionId>
          <UpdatedBy>12</UpdatedBy>
          <Weight>5</Weight>
        </CreateQuestionDTO>
        <CreateQuestionDTO>
          <AllowOther>true</AllowOther>
          <ArValidation>sample string 17</ArValidation>
          <CreatedBy>11</CreatedBy>
          <DeletedDate>2025-05-25T18:59:56.2056838+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>85ca2d7d-b52c-4817-8026-b64566a8d85a</QuestionPriorityId>
          <QuestionTagId>87c57c26-fe50-4d5a-90af-6e381879b6ca</QuestionTagId>
          <QuestionTypeId>c2d08fdc-a568-41c6-927b-60d2de2175e4</QuestionTypeId>
          <QuestionValidationId>fd5f72cc-87d0-4813-bad2-018971ceb9b0</QuestionValidationId>
          <RequiredAnswer>true</RequiredAnswer>
          <RequiredComent>true</RequiredComent>
          <RequiredImage>true</RequiredImage>
          <SectionId>3</SectionId>
          <ShowComment>true</ShowComment>
          <ShowImage>true</ShowImage>
          <SubSectionId>3356752e-35d7-4590-ab6c-1857fc64434f</SubSectionId>
          <UpdatedBy>12</UpdatedBy>
          <Weight>5</Weight>
        </CreateQuestionDTO>
      </SectionQuestions>
      <UpdatedBy>5</UpdatedBy>
    </QuestionSectionsCreateDTO>
  </CheckListSections>
  <CreatedBy>6</CreatedBy>
  <DivisionId>d988aeed-2227-4fb1-8779-24a698edd968</DivisionId>
  <Excellent>5</Excellent>
  <GuideLine>sample string 3</GuideLine>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <LevelId>4e794570-b5a2-4f0e-baf8-b8ca05eaa72c</LevelId>
  <LocationId>bb14bd11-eb50-4dcb-8ade-51a383387b22</LocationId>
  <NeedImprovment>4</NeedImprovment>
  <SectorId>7201267d-61fa-41bf-8edc-5cb8b2adebcf</SectorId>
  <SubBuildingId>961eb5f1-674e-4778-81b9-c5b586945937</SubBuildingId>
  <SubSectorId>d6c49db0-319c-4957-8df7-ba405b9c81fb</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>