POST api/ClergyAssessmentCategories

Request Information

URI Parameters

None.

Body Parameters

ClergyAssessmentCategory
NameDescriptionTypeAdditional information
CategoryId

integer

None.

Year

integer

None.

Title

string

None.

Description

string

None.

DisplayOrder

integer

None.

LastModified

date

None.

Active

boolean

None.

Questions

Collection of ClergyAssessmentQuestion

None.

Request Formats

application/json, text/json

Sample:
{
  "CategoryId": 1,
  "Year": 2,
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DisplayOrder": 5,
  "LastModified": "2025-07-04T14:30:05.1915472-04:00",
  "Active": true,
  "Questions": [
    {
      "QuestionId": 1,
      "CategoryId": 2,
      "Title": "sample string 3",
      "Text": "sample string 4",
      "DisplayOrder": 5,
      "Active": true,
      "LastModified": "2025-07-04T14:30:05.19255-04:00",
      "isClergyQuestion": true,
      "isStaffQuestion": true
    },
    {
      "QuestionId": 1,
      "CategoryId": 2,
      "Title": "sample string 3",
      "Text": "sample string 4",
      "DisplayOrder": 5,
      "Active": true,
      "LastModified": "2025-07-04T14:30:05.19255-04:00",
      "isClergyQuestion": true,
      "isStaffQuestion": true
    }
  ]
}

application/xml, text/xml

Sample:
<ClergyAssessmentCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/inumcData">
  <Active>true</Active>
  <CategoryId>1</CategoryId>
  <Description>sample string 4</Description>
  <DisplayOrder>5</DisplayOrder>
  <LastModified>2025-07-04T14:30:05.1915472-04:00</LastModified>
  <Questions>
    <ClergyAssessmentQuestion>
      <Active>true</Active>
      <CategoryId>2</CategoryId>
      <DisplayOrder>5</DisplayOrder>
      <LastModified>2025-07-04T14:30:05.19255-04:00</LastModified>
      <QuestionId>1</QuestionId>
      <Text>sample string 4</Text>
      <Title>sample string 3</Title>
      <isClergyQuestion>true</isClergyQuestion>
      <isStaffQuestion>true</isStaffQuestion>
    </ClergyAssessmentQuestion>
    <ClergyAssessmentQuestion>
      <Active>true</Active>
      <CategoryId>2</CategoryId>
      <DisplayOrder>5</DisplayOrder>
      <LastModified>2025-07-04T14:30:05.19255-04:00</LastModified>
      <QuestionId>1</QuestionId>
      <Text>sample string 4</Text>
      <Title>sample string 3</Title>
      <isClergyQuestion>true</isClergyQuestion>
      <isStaffQuestion>true</isStaffQuestion>
    </ClergyAssessmentQuestion>
  </Questions>
  <Title>sample string 3</Title>
  <Year>2</Year>
</ClergyAssessmentCategory>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ClergyAssessmentCategory
NameDescriptionTypeAdditional information
CategoryId

integer

None.

Year

integer

None.

Title

string

None.

Description

string

None.

DisplayOrder

integer

None.

LastModified

date

None.

Active

boolean

None.

Questions

Collection of ClergyAssessmentQuestion

None.

Response Formats

application/json, text/json

Sample:
{
  "CategoryId": 1,
  "Year": 2,
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DisplayOrder": 5,
  "LastModified": "2025-07-04T14:30:05.19255-04:00",
  "Active": true,
  "Questions": [
    {
      "QuestionId": 1,
      "CategoryId": 2,
      "Title": "sample string 3",
      "Text": "sample string 4",
      "DisplayOrder": 5,
      "Active": true,
      "LastModified": "2025-07-04T14:30:05.19255-04:00",
      "isClergyQuestion": true,
      "isStaffQuestion": true
    },
    {
      "QuestionId": 1,
      "CategoryId": 2,
      "Title": "sample string 3",
      "Text": "sample string 4",
      "DisplayOrder": 5,
      "Active": true,
      "LastModified": "2025-07-04T14:30:05.19255-04:00",
      "isClergyQuestion": true,
      "isStaffQuestion": true
    }
  ]
}

application/xml, text/xml

Sample:
<ClergyAssessmentCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/inumcData">
  <Active>true</Active>
  <CategoryId>1</CategoryId>
  <Description>sample string 4</Description>
  <DisplayOrder>5</DisplayOrder>
  <LastModified>2025-07-04T14:30:05.19255-04:00</LastModified>
  <Questions>
    <ClergyAssessmentQuestion>
      <Active>true</Active>
      <CategoryId>2</CategoryId>
      <DisplayOrder>5</DisplayOrder>
      <LastModified>2025-07-04T14:30:05.19255-04:00</LastModified>
      <QuestionId>1</QuestionId>
      <Text>sample string 4</Text>
      <Title>sample string 3</Title>
      <isClergyQuestion>true</isClergyQuestion>
      <isStaffQuestion>true</isStaffQuestion>
    </ClergyAssessmentQuestion>
    <ClergyAssessmentQuestion>
      <Active>true</Active>
      <CategoryId>2</CategoryId>
      <DisplayOrder>5</DisplayOrder>
      <LastModified>2025-07-04T14:30:05.19255-04:00</LastModified>
      <QuestionId>1</QuestionId>
      <Text>sample string 4</Text>
      <Title>sample string 3</Title>
      <isClergyQuestion>true</isClergyQuestion>
      <isStaffQuestion>true</isStaffQuestion>
    </ClergyAssessmentQuestion>
  </Questions>
  <Title>sample string 3</Title>
  <Year>2</Year>
</ClergyAssessmentCategory>