POST api/SubClause/CreateDuplicate

Request Information

URI Parameters

None.

Body Parameters

SubClause
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

InspectionTypeId

integer

None.

IsHide

boolean

None.

Remark

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

LastModifiedBy

integer

None.

LastModifiedDate

date

None.

DeletedBy

integer

None.

DeletedDate

date

None.

SubClauseAnswers

Collection of SubClauseAnswer

None.

StageMasters

Collection of StageMaster

None.

TypeOfVerificationMasters

Collection of TypeOfVerificationMaster

None.

SubClauseStageIds

Collection of integer

None.

SubClauseTypeOfVerificationIds

Collection of integer

None.

StrSubClauseStageCode

string

None.

StrSubClauseTypeOfVerificationCode

string

None.

IntSubClauseStageIds

Collection of integer

None.

IntSubClauseTypeOfVerificationIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "InspectionTypeId": 3,
  "IsHide": true,
  "Remark": "sample string 5",
  "CreatedBy": 6,
  "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
  "LastModifiedBy": 8,
  "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
  "DeletedBy": 1,
  "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
  "SubClauseAnswers": [
    {
      "Id": 1,
      "InspectionId": 2,
      "SubClauseId": 3,
      "StageMasterId": "sample string 4",
      "TypeOfVerificationMasterId": "sample string 5",
      "Comment": "sample string 6",
      "AnswerTypeId": 7,
      "CreatedBy": 8,
      "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
      "LastModifiedBy": 10,
      "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
      "CreatedByName": "sample string 12",
      "CompletedByName": "sample string 13",
      "LocalId": 14,
      "InspectionLocalId": 15,
      "StageMasterIds": [
        1,
        2
      ],
      "TypeOfVerificationMasterIds": [
        1,
        2
      ],
      "SubClauseStages": [
        {
          "Id": 1,
          "SubClauseId": 2,
          "StageId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "StageCode": "sample string 8",
          "StageName": "sample string 9"
        },
        {
          "Id": 1,
          "SubClauseId": 2,
          "StageId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "StageCode": "sample string 8",
          "StageName": "sample string 9"
        }
      ],
      "SubClauseTypeOfVerifications": [
        {
          "Id": 1,
          "SubClauseId": 2,
          "TypeOfVerificationId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "TypeOfVerificationCode": "sample string 8",
          "TypeOfVerificationName": "sample string 9"
        },
        {
          "Id": 1,
          "SubClauseId": 2,
          "TypeOfVerificationId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "TypeOfVerificationCode": "sample string 8",
          "TypeOfVerificationName": "sample string 9"
        }
      ],
      "StageMasterIdName": "sample string 16",
      "TypeOfVerificationMasterIdName": "sample string 17",
      "InspectionIsCompleted": true,
      "InspectionInspectorId": 19,
      "SubClauseAnswersCounts": 20,
      "PassCounts": 21,
      "FailCounts": 22,
      "NACounts": 23
    },
    {
      "Id": 1,
      "InspectionId": 2,
      "SubClauseId": 3,
      "StageMasterId": "sample string 4",
      "TypeOfVerificationMasterId": "sample string 5",
      "Comment": "sample string 6",
      "AnswerTypeId": 7,
      "CreatedBy": 8,
      "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
      "LastModifiedBy": 10,
      "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
      "CreatedByName": "sample string 12",
      "CompletedByName": "sample string 13",
      "LocalId": 14,
      "InspectionLocalId": 15,
      "StageMasterIds": [
        1,
        2
      ],
      "TypeOfVerificationMasterIds": [
        1,
        2
      ],
      "SubClauseStages": [
        {
          "Id": 1,
          "SubClauseId": 2,
          "StageId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "StageCode": "sample string 8",
          "StageName": "sample string 9"
        },
        {
          "Id": 1,
          "SubClauseId": 2,
          "StageId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "StageCode": "sample string 8",
          "StageName": "sample string 9"
        }
      ],
      "SubClauseTypeOfVerifications": [
        {
          "Id": 1,
          "SubClauseId": 2,
          "TypeOfVerificationId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "TypeOfVerificationCode": "sample string 8",
          "TypeOfVerificationName": "sample string 9"
        },
        {
          "Id": 1,
          "SubClauseId": 2,
          "TypeOfVerificationId": 3,
          "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
          "CreatedBy": 5,
          "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
          "LastModifiedBy": 7,
          "DeletedDate": "2025-08-29T20:29:37.3386572+00:00",
          "DeletedBy": 1,
          "TypeOfVerificationCode": "sample string 8",
          "TypeOfVerificationName": "sample string 9"
        }
      ],
      "StageMasterIdName": "sample string 16",
      "TypeOfVerificationMasterIdName": "sample string 17",
      "InspectionIsCompleted": true,
      "InspectionInspectorId": 19,
      "SubClauseAnswersCounts": 20,
      "PassCounts": 21,
      "FailCounts": 22,
      "NACounts": 23
    }
  ],
  "StageMasters": [
    {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "IsHide": true,
      "IsActive": true,
      "CreatedBy": 6,
      "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
      "LastModifiedBy": 8,
      "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:29:37.3386572+00:00"
    },
    {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "IsHide": true,
      "IsActive": true,
      "CreatedBy": 6,
      "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
      "LastModifiedBy": 8,
      "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:29:37.3386572+00:00"
    }
  ],
  "TypeOfVerificationMasters": [
    {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "IsHide": true,
      "IsActive": true,
      "CreatedBy": 6,
      "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
      "LastModifiedBy": 8,
      "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:29:37.3386572+00:00"
    },
    {
      "Id": 1,
      "Code": "sample string 2",
      "Name": "sample string 3",
      "IsHide": true,
      "IsActive": true,
      "CreatedBy": 6,
      "CreatedDate": "2025-08-29T20:29:37.3386572+00:00",
      "LastModifiedBy": 8,
      "LastModifiedDate": "2025-08-29T20:29:37.3386572+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:29:37.3386572+00:00"
    }
  ],
  "SubClauseStageIds": [
    1,
    2
  ],
  "SubClauseTypeOfVerificationIds": [
    1,
    2
  ],
  "StrSubClauseStageCode": "sample string 10",
  "StrSubClauseTypeOfVerificationCode": "sample string 11",
  "IntSubClauseStageIds": [
    1,
    2
  ],
  "IntSubClauseTypeOfVerificationIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<SubClause xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <CreatedBy>6</CreatedBy>
  <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
  <Id>1</Id>
  <InspectionTypeId>3</InspectionTypeId>
  <IntSubClauseStageIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </IntSubClauseStageIds>
  <IntSubClauseTypeOfVerificationIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </IntSubClauseTypeOfVerificationIds>
  <IsHide>true</IsHide>
  <LastModifiedBy>8</LastModifiedBy>
  <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
  <Name>sample string 2</Name>
  <Remark>sample string 5</Remark>
  <StageMasters>
    <StageMaster>
      <Code>sample string 2</Code>
      <CreatedBy>6</CreatedBy>
      <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
      <Id>1</Id>
      <IsActive>true</IsActive>
      <IsHide>true</IsHide>
      <LastModifiedBy>8</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
      <Name>sample string 3</Name>
    </StageMaster>
    <StageMaster>
      <Code>sample string 2</Code>
      <CreatedBy>6</CreatedBy>
      <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
      <Id>1</Id>
      <IsActive>true</IsActive>
      <IsHide>true</IsHide>
      <LastModifiedBy>8</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
      <Name>sample string 3</Name>
    </StageMaster>
  </StageMasters>
  <StrSubClauseStageCode>sample string 10</StrSubClauseStageCode>
  <StrSubClauseTypeOfVerificationCode>sample string 11</StrSubClauseTypeOfVerificationCode>
  <SubClauseAnswers>
    <SubClauseAnswer>
      <AnswerTypeId>7</AnswerTypeId>
      <Comment>sample string 6</Comment>
      <CompletedByName>sample string 13</CompletedByName>
      <CreatedBy>8</CreatedBy>
      <CreatedByName>sample string 12</CreatedByName>
      <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
      <FailCounts>22</FailCounts>
      <Id>1</Id>
      <InspectionId>2</InspectionId>
      <InspectionInspectorId>19</InspectionInspectorId>
      <InspectionIsCompleted>true</InspectionIsCompleted>
      <InspectionLocalId>15</InspectionLocalId>
      <LastModifiedBy>10</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
      <LocalId>14</LocalId>
      <NACounts>23</NACounts>
      <PassCounts>21</PassCounts>
      <StageMasterId>sample string 4</StageMasterId>
      <StageMasterIdName>sample string 16</StageMasterIdName>
      <StageMasterIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </StageMasterIds>
      <SubClauseAnswersCounts>20</SubClauseAnswersCounts>
      <SubClauseId>3</SubClauseId>
      <SubClauseStages>
        <SubClauseStage>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <StageCode>sample string 8</StageCode>
          <StageId>3</StageId>
          <StageName>sample string 9</StageName>
          <SubClauseId>2</SubClauseId>
        </SubClauseStage>
        <SubClauseStage>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <StageCode>sample string 8</StageCode>
          <StageId>3</StageId>
          <StageName>sample string 9</StageName>
          <SubClauseId>2</SubClauseId>
        </SubClauseStage>
      </SubClauseStages>
      <SubClauseTypeOfVerifications>
        <SubClauseTypeOfVerification>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <SubClauseId>2</SubClauseId>
          <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
          <TypeOfVerificationId>3</TypeOfVerificationId>
          <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
        </SubClauseTypeOfVerification>
        <SubClauseTypeOfVerification>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <SubClauseId>2</SubClauseId>
          <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
          <TypeOfVerificationId>3</TypeOfVerificationId>
          <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
        </SubClauseTypeOfVerification>
      </SubClauseTypeOfVerifications>
      <TypeOfVerificationMasterId>sample string 5</TypeOfVerificationMasterId>
      <TypeOfVerificationMasterIdName>sample string 17</TypeOfVerificationMasterIdName>
      <TypeOfVerificationMasterIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </TypeOfVerificationMasterIds>
    </SubClauseAnswer>
    <SubClauseAnswer>
      <AnswerTypeId>7</AnswerTypeId>
      <Comment>sample string 6</Comment>
      <CompletedByName>sample string 13</CompletedByName>
      <CreatedBy>8</CreatedBy>
      <CreatedByName>sample string 12</CreatedByName>
      <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
      <FailCounts>22</FailCounts>
      <Id>1</Id>
      <InspectionId>2</InspectionId>
      <InspectionInspectorId>19</InspectionInspectorId>
      <InspectionIsCompleted>true</InspectionIsCompleted>
      <InspectionLocalId>15</InspectionLocalId>
      <LastModifiedBy>10</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
      <LocalId>14</LocalId>
      <NACounts>23</NACounts>
      <PassCounts>21</PassCounts>
      <StageMasterId>sample string 4</StageMasterId>
      <StageMasterIdName>sample string 16</StageMasterIdName>
      <StageMasterIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </StageMasterIds>
      <SubClauseAnswersCounts>20</SubClauseAnswersCounts>
      <SubClauseId>3</SubClauseId>
      <SubClauseStages>
        <SubClauseStage>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <StageCode>sample string 8</StageCode>
          <StageId>3</StageId>
          <StageName>sample string 9</StageName>
          <SubClauseId>2</SubClauseId>
        </SubClauseStage>
        <SubClauseStage>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <StageCode>sample string 8</StageCode>
          <StageId>3</StageId>
          <StageName>sample string 9</StageName>
          <SubClauseId>2</SubClauseId>
        </SubClauseStage>
      </SubClauseStages>
      <SubClauseTypeOfVerifications>
        <SubClauseTypeOfVerification>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <SubClauseId>2</SubClauseId>
          <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
          <TypeOfVerificationId>3</TypeOfVerificationId>
          <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
        </SubClauseTypeOfVerification>
        <SubClauseTypeOfVerification>
          <CreatedBy>5</CreatedBy>
          <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>7</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
          <SubClauseId>2</SubClauseId>
          <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
          <TypeOfVerificationId>3</TypeOfVerificationId>
          <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
        </SubClauseTypeOfVerification>
      </SubClauseTypeOfVerifications>
      <TypeOfVerificationMasterId>sample string 5</TypeOfVerificationMasterId>
      <TypeOfVerificationMasterIdName>sample string 17</TypeOfVerificationMasterIdName>
      <TypeOfVerificationMasterIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </TypeOfVerificationMasterIds>
    </SubClauseAnswer>
  </SubClauseAnswers>
  <SubClauseStageIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SubClauseStageIds>
  <SubClauseTypeOfVerificationIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SubClauseTypeOfVerificationIds>
  <TypeOfVerificationMasters>
    <TypeOfVerificationMaster>
      <Code>sample string 2</Code>
      <CreatedBy>6</CreatedBy>
      <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
      <Id>1</Id>
      <IsActive>true</IsActive>
      <IsHide>true</IsHide>
      <LastModifiedBy>8</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
      <Name>sample string 3</Name>
    </TypeOfVerificationMaster>
    <TypeOfVerificationMaster>
      <Code>sample string 2</Code>
      <CreatedBy>6</CreatedBy>
      <CreatedDate>2025-08-29T20:29:37.3386572+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:29:37.3386572+00:00</DeletedDate>
      <Id>1</Id>
      <IsActive>true</IsActive>
      <IsHide>true</IsHide>
      <LastModifiedBy>8</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:29:37.3386572+00:00</LastModifiedDate>
      <Name>sample string 3</Name>
    </TypeOfVerificationMaster>
  </TypeOfVerificationMasters>
</SubClause>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.