PUT api/private/FormSections/Enable/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Domain.Form.FormSection
NameDescriptionTypeAdditional information
Section

string

None.

Order

integer

None.

FormTypes

Collection of Domain.Form.FormType

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Section": "sample string 1",
  "Order": 2,
  "FormTypes": [
    {
      "ApplicationId": 1,
      "Application": {
        "Name": "sample string 1",
        "Id": 2,
        "CreatedDate": "2025-04-26T00:10:12.2020105Z",
        "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
        "Disabled": true
      },
      "Description": "sample string 1",
      "FormSections": [],
      "FeeTypes": [
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "Summary": "sample string 3",
          "Amount": 4.1,
          "Order": 5,
          "IsFederalFeeType": true,
          "IsProjectFeeType": true,
          "IsCustomAmountAccepted": true,
          "FormTypes": [],
          "Id": 9,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        },
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "Summary": "sample string 3",
          "Amount": 4.1,
          "Order": 5,
          "IsFederalFeeType": true,
          "IsProjectFeeType": true,
          "IsCustomAmountAccepted": true,
          "FormTypes": [],
          "Id": 9,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        }
      ],
      "LetterTemplates": [
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "FormTypes": [],
          "Id": 3,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        },
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "FormTypes": [],
          "Id": 3,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        }
      ],
      "Id": 2,
      "CreatedDate": "2025-04-26T00:10:12.2020105Z",
      "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
      "Disabled": true
    },
    {
      "ApplicationId": 1,
      "Application": {
        "Name": "sample string 1",
        "Id": 2,
        "CreatedDate": "2025-04-26T00:10:12.2020105Z",
        "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
        "Disabled": true
      },
      "Description": "sample string 1",
      "FormSections": [],
      "FeeTypes": [
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "Summary": "sample string 3",
          "Amount": 4.1,
          "Order": 5,
          "IsFederalFeeType": true,
          "IsProjectFeeType": true,
          "IsCustomAmountAccepted": true,
          "FormTypes": [],
          "Id": 9,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        },
        {
          "Code": "sample string 1",
          "Description": "sample string 2",
          "Summary": "sample string 3",
          "Amount": 4.1,
          "Order": 5,
          "IsFederalFeeType": true,
          "IsProjectFeeType": true,
          "IsCustomAmountAccepted": true,
          "FormTypes": [],
          "Id": 9,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        }
      ],
      "LetterTemplates": [
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "FormTypes": [],
          "Id": 3,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        },
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "FormTypes": [],
          "Id": 3,
          "CreatedDate": "2025-04-26T00:10:12.2020105Z",
          "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
          "Disabled": true
        }
      ],
      "Id": 2,
      "CreatedDate": "2025-04-26T00:10:12.2020105Z",
      "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
      "Disabled": true
    }
  ],
  "Id": 3,
  "CreatedDate": "2025-04-26T00:10:12.2020105Z",
  "ModifiedDate": "2025-04-26T00:10:12.2020105Z",
  "Disabled": true
}

text/xml

Sample:

Sample not available.