주 콘텐츠로 건너뛰기
JSON Manual 생성 편집

Story Load Summary

Input URI

{base url} + POST/TABLE



 

Active Methods

Post

Input JSON format example

Story Load Summary

{
    "Argument": {
        "TABLE_NAME": "StoryLoadZ",
        "TABLE_TYPE": "Story_Load_Z",
        "UNIT": {
            "FORCE": "KN",
            "DIST": "M"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 3
        },
        "COMPONENTS": [
            "Load",
            "Story",
            "Level",
            "Concent",
            "Beam",
            "Floor",
            "Pressure",
            "SelfWeight",
            "Sum"
        ],
        "LOAD_CASE_NAMES": [
                "DL (ST)"
        ]
    }
}

 

Output JSON format example

Story Load Summary

{
    "Example": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "Load",
            "Story",
            "Level",
            "Concent",
            "Beam",
            "Floor",
            "Pressure",
            "SelfWeight",
            "Sum"
        ],
        "DATA": [
            [
                "1",
                "DL",
                "Roof",
                "9.500",
                "0.000",
                "-248.400",
                "-5730.624",
                "0.000",
                "-5044.509",
                "-10358.253"
            ],            [
                "2",
                "DL",
                "2F",
                "5.000",
                "0.000",
                "-248.400",
                "-5065.344",
                "0.000",
                "-5244.565",
                "-10558.309"
            ],
            [
                "3",
                "DL",
                "1F",
                "0.000",
                "0.000",
                "0.000",
                "0.000",
                "0.000",
                "-1449.815",
                "-1449.815"
            ],
        ]
    }
}

 

Specifications

NO.

Description

Key

Value Type

Default

Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • "STORY_LOAD_X"

 • "STORY_LOAD_Y"

 • "STORY_LOAD_Z"

"TABLE_TYPE"

String

-

Required

3

Result Table Save Path

"EXPORT_PATH"

String

-

Optional

4

Response Unit Setting

"UNIT"

Object

System

Optional

(1)

Force

"FORCE"

String

-

Optional

(2)

Length

"DIST"

String

-

Optional

(3)

Heat

"HEAT"

String

-

Optional

(4)

Temperature

"TEMP"

String

-

Optional

5

Response Number Format

"STYLES"

Object

System

Optional

(1)

Number Format

 • "Default"

 • "Fixed"

 • "Scientific"

 • "General"

"FORMAT"

String

-

Optional

(2)

Digit Place

 • 0 to 15

"PLACE"

Integer

-

Optional

6

Components of Result Table

"COMPONENTS"

Array [String]

All

Optional

0
컨텐츠가 도움이 되셨나요?