Skip to main content
JSON Manual Created Edited

Ignore Elements for Pushover Intial Load

Input URI

{base url} + db/IEPI



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "IEPI": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "B_IGNORE": {
                "description": "IgnoreElementsforNL.AnalysisInitialLoad",
                "type": "boolean"
            }
        }
    }
}


Examples

Ignore Elements for Pushover Intial Load

{
    "Assign": {
        "59": {
            "B_IGNORE": true
        },
        "60": {
            "B_IGNORE": true
        },
        "61": {
            "B_IGNORE": true
        },
        "62": {
            "B_IGNORE": true
        },
        "63": {
            "B_IGNORE": true
        },
        "64": {
            "B_IGNORE": true
        },
        "65": {
            "B_IGNORE": true
        },
        "66": {
            "B_IGNORE": true
        },
        "67": {
            "B_IGNORE": true
        },
        "68": {
            "B_IGNORE": true
        },
        "69": {
            "B_IGNORE": true
        },
        "70": {
            "B_IGNORE": true
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Ignore Elements for NL. Analysis Initial Load

"B_IGNORE"

Boolean

false

Optional



0
Was this article helpful?