Skip to main content
JSON Manual Created Edited

DESIGN/SECT : Section for Design

Input URI

{base url} + DESIGN/SECT



Active Methods

POST,GET,PUT,DELETE



JSON Schema

Details

{
  "type""object",
  "required": [
    "Assign"
  ],
  "additionalProperties"false,
  "properties": {
    "Assign": {
      "type""object",
      "description""Keyed object (dictionary). Each property name is a section ID string (e.g., \"1\"). Each value uses the same payload structure as /db/SECT.",
      "additionalProperties"false,
      "minProperties"1,
      "patternProperties": {
        "^[0-9]+$": {
          "title""Section for Design",
          "type""object",
          "description""Section property body. Use the same payload structure as /db/SECT. The internal fields vary by SECTTYPE, SHAPE, DATATYPE, and section category.",
          "additionalProperties"true,
          "x-reference": {
            "title""Section Properties - /db/SECT (All Types)",
            "article""35808653964185,35809067039513,35839753881497,35845378225689,35851350827801,35851688190105,39233604772633,35938998724377,35939122737689,35939506348697,35852806893593,35938685208089,35941360898713,39233752695321,35941514067225,35941644806553,35941809011225",
            "url""https://support.midasuser.com/hc/ko/articles/35808653964185"
          },
          "x-references": [
            {
              "title""Section Properties - Common",
              "article""35808653964185",
              "url""https://support.midasuser.com/hc/ko/articles/35808653964185"
            },
            {
              "title""Section Properties - DB/User",
              "article""35809067039513",
              "url""https://support.midasuser.com/hc/ko/articles/35809067039513"
            },
            {
              "title""Section Properties - Value",
              "article""35839753881497",
              "url""https://support.midasuser.com/hc/ko/articles/35839753881497"
            },
            {
              "title""Section Properties - SRC",
              "article""35845378225689",
              "url""https://support.midasuser.com/hc/ko/articles/35845378225689"
            },
            {
              "title""Section Properties - Combined",
              "article""35851350827801",
              "url""https://support.midasuser.com/hc/ko/articles/35851350827801"
            },
            {
              "title""Section Properties - PSC",
              "article""35851688190105",
              "url""https://support.midasuser.com/hc/ko/articles/35851688190105"
            },
            {
              "title""Section Properties - PSC Value",
              "article""39233604772633",
              "url""https://support.midasuser.com/hc/ko/articles/39233604772633"
            },
            {
              "title""Section Properties - Composite - PSC",
              "article""35938998724377",
              "url""https://support.midasuser.com/hc/ko/articles/35938998724377"
            },
            {
              "title""Section Properties - Composite - Steel",
              "article""35939122737689",
              "url""https://support.midasuser.com/hc/ko/articles/35939122737689"
            },
            {
              "title""Section Properties - Steel Girder",
              "article""35939506348697",
              "url""https://support.midasuser.com/hc/ko/articles/35939506348697"
            },
            {
              "title""Section Properties - Tapered - DB/User",
              "article""35852806893593",
              "url""https://support.midasuser.com/hc/ko/articles/35852806893593"
            },
            {
              "title""Section Properties - Tapered - Value",
              "article""35938685208089",
              "url""https://support.midasuser.com/hc/ko/articles/35938685208089"
            },
            {
              "title""Section Properties - Tapered - PSC",
              "article""35941360898713",
              "url""https://support.midasuser.com/hc/ko/articles/35941360898713"
            },
            {
              "title""Section Properties - Tapered - PSC Value",
              "article""39233752695321",
              "url""https://support.midasuser.com/hc/ko/articles/39233752695321"
            },
            {
              "title""Section Properties - Tapered - Composite PSC",
              "article""35941514067225",
              "url""https://support.midasuser.com/hc/ko/articles/35941514067225"
            },
            {
              "title""Section Properties - Tapered - Composite Steel",
              "article""35941644806553",
              "url""https://support.midasuser.com/hc/ko/articles/35941644806553"
            },
            {
              "title""Section Properties - Tapered - Steel Girder",
              "article""35941809011225",
              "url""https://support.midasuser.com/hc/ko/articles/35941809011225"
            }
          ],
          "x-ui": {
            "label""Section Body (/db/SECT)"
          }
        }
      },
      "x-ui": {
        "label""Assign",
        "order"1
      }
    }
  }
}


Request Examples

Example

{
  "Assign": {
    "1": {
      "SECTTYPE": "DBUSER",
      "SECT_NAME": "400x600",
      "SECT_BEFORE": {
        "OFFSET_PT": "CC",
        "OFFSET_CENTER": 0,
        "USER_OFFSET_REF": 0,
        "HORZ_OFFSET_OPT": 0,
        "USERDEF_OFFSET_YI": 0,
        "VERT_OFFSET_OPT": 0,
        "USERDEF_OFFSET_ZI": 0,
        "USE_SHEAR_DEFORM": true,
        "USE_WARPING_EFFECT": false,
        "SHAPE": "SB",
        "DATATYPE": 2,
        "SECT_I": {
          "vSIZE": [
            1,
            0.5,
            0,
            0,
            0,
            0,
            0,
            0,
            0,
            0
          ]
        }
      }
    }
  }
}


Response Examples

Example

{
  "SECT": {
    "1": {
      "SECTTYPE": "DBUSER",
      "SECT_NAME": "400x600",
      "SECT_BEFORE": {
        "OFFSET_PT": "CC",
        "OFFSET_CENTER": 0,
        "USER_OFFSET_REF": 0,
        "HORZ_OFFSET_OPT": 0,
        "USERDEF_OFFSET_YI": 0,
        "VERT_OFFSET_OPT": 0,
        "USERDEF_OFFSET_ZI": 0,
        "USE_SHEAR_DEFORM": true,
        "USE_WARPING_EFFECT": false,
        "SHAPE": "SB",
        "DATATYPE": 2,
        "SECT_I": {
          "vSIZE": [
            1,
            0.5,
            0,
            0,
            0,
            0,
            0,
            0,
            0,
            0
          ]
        }
      }
    }
  }
}


Specifications

No. Description Key Value Type Default Required

Section for Design

1

Section Body (/db/SECT) *)

object

-

Required



- Section Properties - /db/SECT (All Types) ↗

- Section Properties - Common ↗

- Section Properties - DB/User ↗

- Section Properties - Value ↗

- Section Properties - SRC ↗

- Section Properties - Combined ↗

- Section Properties - PSC ↗

- Section Properties - PSC Value ↗

- Section Properties - Composite - PSC ↗

- Section Properties - Composite - Steel ↗

- Section Properties - Steel Girder ↗

- Section Properties - Tapered - DB/User ↗

- Section Properties - Tapered - Value ↗

- Section Properties - Tapered - PSC ↗

- Section Properties - Tapered - PSC Value ↗

- Section Properties - Tapered - Composite PSC ↗

- Section Properties - Tapered - Composite Steel ↗

- Section Properties - Tapered - Steel Girder ↗



0
Was this article helpful?