Skip to main content
JSON Manual Created Edited

DESIGN/RC/KDS-41-20-2022/BD-TABLE : RC Beam Design Table

Input URI

{base url} + DESIGN/RC/KDS-41-20-2022/BD-TABLE



Active Methods

POST



JSON Schema

Details

{
  "type""object",
  "required": [
    "Argument"
  ],
  "additionalProperties"false,
  "properties": {
    "Argument": {
      "type""object",
      "required": [
        "TABLE_TYPE"
      ],
      "additionalProperties"false,
      "properties": {
        "TABLE_TYPE": {
          "type""string",
          "description""Result Table Type",
          "enum": [
            "MEMB",
            "PROP"
          ]
        },
        "ELEMS": {
          "type""object",
          "description""Element No. Input",
          "additionalProperties"false,
          "properties": {
            "KEYS": {
              "type""array",
              "description""Specify Each ID",
              "items": {
                "type""integer"
              }
            },
            "TO": {
              "type""string",
              "description""Specify ID Range (e.g., '1to160')"
            },
            "STRUCTURE_GROUP_NAME": {
              "type""string",
              "description""Specify Structure Group Name"
            }
          },
          "oneOf": [
            {
              "required": [
                "KEYS"
              ],
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "TO"
                    ]
                  },
                  {
                    "required": [
                      "STRUCTURE_GROUP_NAME"
                    ]
                  }
                ]
              }
            },
            {
              "required": [
                "TO"
              ],
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "KEYS"
                    ]
                  },
                  {
                    "required": [
                      "STRUCTURE_GROUP_NAME"
                    ]
                  }
                ]
              }
            },
            {
              "required": [
                "STRUCTURE_GROUP_NAME"
              ],
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "KEYS"
                    ]
                  },
                  {
                    "required": [
                      "TO"
                    ]
                  }
                ]
              }
            }
          ]
        },
        "SECTIONS": {
          "type""array",
          "description""List of section numbers to include in the table",
          "items": {
            "type""integer"
          }
        },
        "PRI_SORT": {
          "type""integer",
          "description""Sorting criteria for member-based output (by Section No. or Member No.)",
          "default"1,
          "oneOf": [
            {
              "title""SECT",
              "const"0
            },
            {
              "title""MEMB",
              "const"1
            }
          ]
        },
        "RESULT": {
          "type""integer",
          "description""Filter results by design status",
          "default"0,
          "oneOf": [
            {
              "title""All",
              "const"0
            },
            {
              "title""OK",
              "const"1
            },
            {
              "title""NG",
              "const"2
            }
          ]
        },
        "TABLE_NAME": {
          "type""string",
          "description""Response Table Title",
          "default""RC Beam Design Result"
        },
        "EXPORT_PATH": {
          "type""string",
          "description""Result Table Save Path"
        },
        "UNIT": {
          "type""object",
          "description""Response Unit Setting",
          "properties": {
            "FORCE": {
              "type""string",
              "description""Force unit"
            },
            "DIST": {
              "type""string",
              "description""Length/Distance unit"
            },
            "HEAT": {
              "type""string",
              "description""Heat unit"
            },
            "TEMP": {
              "type""string",
              "description""Temperature unit"
            }
          }
        },
        "STYLES": {
          "type""object",
          "description""Response Number Format",
          "properties": {
            "FORMAT": {
              "type""string",
              "description""Number format",
              "enum": [
                "Default",
                "Fixed",
                "Scientific",
                "General"
              ]
            },
            "PLACE": {
              "type""integer",
              "description""Digit place",
              "minimum"0,
              "maximum"15
            }
          }
        },
        "COMPONENTS": {
          "type""array",
          "description""Components of Result Table",
          "items": {
            "type""string",
            "enum": [
              "MEMB",
              "SECT",
              "Span",
              "Section",
              "Bc",
              "Hc",
              "bf",
              "hf",
              "fck",
              "fy",
              "fys",
              "POS",
              "N(-)/Mu",
              "LCB_NegMu",
              "AsTop",
              "Rebar_Top",
              "P(+)/Mu",
              "LCB_PosMu",
              "AsBot",
              "Rebar_Bot",
              "Vu",
              "LCB_Vu",
              "AsV",
              "Stirrup",
              "CHK"
            ]
          }
        }
      },
      "oneOf": [
        {
          "required": [
            "ELEMS"
          ],
          "not": {
            "required": [
              "SECTIONS"
            ]
          }
        },
        {
          "required": [
            "SECTIONS"
          ],
          "not": {
            "required": [
              "ELEMS"
            ]
          }
        }
      ]
    }
  }
}


Request Examples

Example

{
  "Argument": {
    "TABLE_TYPE": "MEMB",
    "PRI_SORT": 1,
    "RESULT": 0,
    "TABLE_NAME": "RC Beam Design Result",
    "COMPONENTS": [
      "MEMB",
      "SECT",
      "Span",
      "Section",
      "Bc",
      "Hc",
      "bf",
      "hf",
      "fck",
      "fy",
      "fys",
      "POS",
      "N(-)/Mu",
      "LCB_NegMu",
      "AsTop",
      "Rebar_Top",
      "P(+)/Mu",
      "LCB_PosMu",
      "AsBot",
      "Rebar_Bot",
      "Vu",
      "LCB_Vu",
      "AsV",
      "Stirrup",
      "CHK"
    ],
    "ELEMS": {
      "KEYS": [
        859,
        860
      ]
    }
  }
}


Response Examples

Example

{
  "RC Beam Design Result": {
    "FORCE": "KN",
    "DIST": "M",
    "HEAD": [
      "MEMB",
      "SECT",
      "Span",
      "Section",
      "Bc",
      "Hc",
      "bf",
      "hf",
      "fck",
      "fy",
      "fys",
      "POS",
      "N(-)/Mu",
      "LCB_NegMu",
      "AsTop",
      "Rebar_Top",
      "P(+)/Mu",
      "LCB_PosMu",
      "AsBot",
      "Rebar_Bot",
      "Vu",
      "LCB_Vu",
      "AsV",
      "Stirrup",
      "CHK"
    ],
    "DATA": [
      [
        "859",
        "511",
        "10.200",
        "RG1",
        "0.4500",
        "0.7000",
        "0.0000",
        "0.0000",
        "24000.0",
        "400000",
        "400000",
        "I",
        "358.563",
        "6",
        "0.0018",
        "4-D25",
        "117.551",
        "6",
        "0.0007",
        "3-D25",
        "211.962",
        "6",
        "0.0004",
        "3-D13 @310",
        "OK"
      ],
      [
        "859",
        "511",
        "10.200",
        "RG1",
        "0.4500",
        "0.7000",
        "0.0000",
        "0.0000",
        "24000.0",
        "400000",
        "400000",
        "M",
        "0.00000",
        "26",
        "0.0000",
        "2-D25",
        "310.677",
        "6",
        "0.0015",
        "4-D25",
        "162.023",
        "6",
        "0.0004",
        "3-D13 @310",
        "OK"
      ],
      [
        "859",
        "511",
        "10.200",
        "RG1",
        "0.4500",
        "0.7000",
        "0.0000",
        "0.0000",
        "24000.0",
        "400000",
        "400000",
        "J",
        "438.788",
        "6",
        "0.0022",
        "5-D25",
        "80.1426",
        "8",
        "0.0005",
        "3-D25",
        "227.693",
        "6",
        "0.0004",
        "3-D13 @310",
        "OK"
      ],
      [
        "860",
        "511",
        "10.200",
        "RG1",
        "0.4500",
        "0.7000",
        "0.0000",
        "0.0000",
        "24000.0",
        "400000",
        "400000",
        "I",
        "371.955",
        "6",
        "0.0019",
        "4-D25",
        "116.748",
        "6",
        "0.0007",
        "3-D25",
        "216.899",
        "6",
        "0.0004",
        "3-D13 @310",
        "OK"
      ],
      [
        "860",
        "511",
        "10.200",
        "RG1",
        "0.4500",
        "0.7000",
        "0.0000",
        "0.0000",
        "24000.0",
        "400000",
        "400000",
        "M",
        "0.00000",
        "26",
        "0.0000",
        "2-D25",
        "322.462",
        "6",
        "0.0016",
        "4-D25",
        "157.086",
        "6",
        "0.0004",
        "3-D13 @310",
        "OK"
      ],
      [
        "860",
        "511",
        "10.200",
        "RG1",
        "0.4500",
        "0.7000",
        "0.0000",
        "0.0000",
        "24000.0",
        "400000",
        "400000",
        "J",
        "401.826",
        "6",
        "0.0020",
        "4-D25",
        "104.378",
        "11",
        "0.0007",
        "3-D25",
        "222.756",
        "6",
        "0.0004",
        "3-D13 @310",
        "OK"
      ]
    ]
  }
}


Specifications

Keyed Object Entry

No. Description Key Value Type Default Required

Root Object

1

Map of keyed objects where each key is a string identifier.

"Argument"

object

-

Required


Item (Value Object Schema)

No. Description Key Value Type Default Required

General

1

Table Type

• MEMB: "MEMB"

• PROP: "PROP"

"TABLE_TYPE"

string

-

Required

oneOf Choose exactly one of the following keys: "ELEMS" or "SECTIONS".

2

Element Numbers

"ELEMS"

object

-

Optional

oneOf Choose exactly one of the following keys: "KEYS", "TO", or "STRUCTURE_GROUP_NAME".

2.1

Specify Each ID

"KEYS"

Array [integer]

-

Optional

2.2

Specify ID Range

"TO"

string

-

Optional

2.3

Structure Group Name

"STRUCTURE_GROUP_NAME"

string

-

Optional

3

Section Numbers

"SECTIONS"

Array [integer]

-

Optional

4

Result View Option

• All: "0"

• OK: "1"

• NG: "2"

"RESULT"

integer

0

Optional

5

Table Name

Output table title in response

"TABLE_NAME"

string

"RC Beam Design Result"

Optional

6

Export Path

Optional: Save results to file path

"EXPORT_PATH"

string

-

Optional

7

Unit Settings

"UNIT"

object

System

Optional

7.1

Force unit

"FORCE"

string

-

Optional

7.2

Length/Distance unit

"DIST"

string

-

Optional

7.3

Heat unit

"HEAT"

string

-

Optional

7.4

Temperature unit

"TEMP"

string

-

Optional

8

Number Format

"STYLES"

object

System

Optional

8.1

Number format

• Default: "Default"

• Fixed: "Fixed"

• Scientific: "Scientific"

• General: "General"

"FORMAT"

string

-

Optional

8.2

Digit place

Constraints:

• Value Range: >= 0, <= 15

"PLACE"

integer

-

Optional

9

Components

• MEMB: "MEMB"

• SECT: "SECT"

• Span: "Span"

• Section: "Section"

• Bc: "Bc"

• Hc: "Hc"

• bf: "bf"

• hf: "hf"

• fck: "fck"

• fy: "fy"

• fys: "fys"

• POS: "POS"

• N(-)/Mu: "N(-)/Mu"

• LCB_NegMu: "LCB_NegMu"

• AsTop: "AsTop"

• Rebar_Top: "Rebar_Top"

• P(+)/Mu: "P(+)/Mu"

• LCB_PosMu: "LCB_PosMu"

• AsBot: "AsBot"

• Rebar_Bot: "Rebar_Bot"

• Vu: "Vu"

• LCB_Vu: "LCB_Vu"

• AsV: "AsV"

• Stirrup: "Stirrup"

• CHK: "CHK"

"COMPONENTS"

Array [string]

-

Optional

When "TABLE_TYPE" is MEMB

10

Primary Sorting Option

• SECT: "0"

• MEMB: "1"

"PRI_SORT"

integer

1

Optional



0
Was this article helpful?