Skip to main content
JSON Manual Created Edited

External Type Load Case for Pretension

Input URI

{base url} + db/EXLD



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "EXLD": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "LCNAME_ITEM": {
                "description": "LoadCaseName",
                "type": "array",
                "items": {
                    "type": "string"
                }
            }
        }
    }
}


Examples

External Type Load Case for Pretension

{
    "Assign": {
        "1": {
            "LCNAME_ITEM": [
                "PrS1",
                "PrS2"
            ]
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Load Case Name

 • Only load cases with pre-tension load

"LCNAME_ITEM"

Array
[String]

-

Required



0
Was this article helpful?