Skip to main content
JSON Manual Created Edited

Assign Inelastic Hinge Properties

Input URI

{base url} + db/IEHG



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "IEHG": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "PROP_NAME": {
                "description": "NameofInelastichingeProperty",
                "type": "string"
            },
            "FIBER_NAME": {
                "description": "NameofFiber&Auto",
                "type": "string"
            }
        }
    }
}


Examples

Assign Inelastic Hinge Properties

{
    "Assign": {
        "2101": {
            "PROP_NAME": "Fiber_Auto",
            "FIBER_NAME": "B2102_Column12"
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Name of Inelastic Hinge Property

"PROP_NAME"

String

-

Required

2

Name of Fiber Division

"FIBER_NAME"

String

-

Required



0
Was this article helpful?