Skip to main content
JSON Manual Created Edited

Beam End Release

Input URI

{base url} + db/FRLS



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "FRLS": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "ITEMS": {
                "description": "Items",
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "ID": {
                            "description": "ID",
                            "type": "integer"
                        },
                        "GROUP_NAME": {
                            "description": "BoundaryGroupName",
                            "type": "string"
                        },
                        "bVALUE": {
                            "description": "IsValue?",
                            "type": "boolean"
                        },
                        "FLAG_I": {
                            "description": "IFlag",
                            "type": "string"
                        },
                        "VALUE_I": {
                            "description": "IFxi,Fyi,Fzi,Mxi,Myi,Mzi,Mbi",
                            "type": "array",
                            "items": {
                                "type": "number",
                                "maxItems": 7
                            }
                        },
                        "FLAG_J": {
                            "description": "JFlag",
                            "type": "string"
                        },
                        "VALUE_J": {
                            "description": "JFxj,Fyj,Fzj,Mxj,Myj,Mzj,Mbj",
                            "type": "array",
                            "items": {
                                "type": "number",
                                "maxItems": 7
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Beam End Release

{
    "Assign": {
        "9": {
            "ITEMS": [
                {
                    "ID": 1,
                    "GROUP_NAME": "Service",
                    "bVALUE": true,
                    "FLAG_I": "1111111",
                    "VALUE_I": [
                        0.1,
                        0.2,
                        0.3,
                        0.4,
                        0.5,
                        0.6,
                        0.7
                    ],
                    "FLAG_J": "1111111",
                    "VALUE_J": [
                        0.1,
                        0.2,
                        0.3,
                        0.4,
                        0.5,
                        0.6,
                        0.7
                    ]
                }
            ]
        },
        "10": {
            "ITEMS": [
                {
                    "ID": 1,
                    "GROUP_NAME": "Service",
                    "bVALUE": false,
                    "FLAG_I": "1111111",
                    "VALUE_I": [
                        0.1,
                        0.2,
                        0.3,
                        0.4,
                        0.5,
                        0.6,
                        0.7
                    ],
                    "FLAG_J": "1111111",
                    "VALUE_J": [
                        0.1,
                        0.2,
                        0.3,
                        0.4,
                        0.5,
                        0.6,
                        0.7
                    ]
                }
            ]
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Beam End Release

 • Insert the data as an object

"ITEMS"

Array
[Object]

-

Required

(1)

Serial Number

"ID"

Integer

0

Optional

(2)

Load Group Name

"GROUP_NAME"

String

Blank

Optional

(3)

Input Method

 • Relative: false

 • Value: true

"bVALUE"

Boolean

false

Optional

(4)

Release i-Node

"FLAG_I"

String

-

Required

(5)

Partial Fixity for i-Node

 • [Fx, Fy, Fz, Mx, My, Mz, Mb ]

"VALUE_I"

Number

0

Optional

(6)

Release j-Node

"FLAG_J"

String

-

Required

(7)

Partial Fixity for j-Node

 • [Fx, Fy, Fz, Mx, My, Mz, Mb ]

"VALUE_J"

Number

0

Optional



MIDAS CIVIL NX only (7th DOF)

0
Was this article helpful?