Skip to main content
JSON Manual Created Edited

Settlement Analysis Control Data

Input URI

{base url} + db/SMCT



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "SMCT": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "CONCURRENT_CALC": {
                "description": "ConcurrentCalcBoolean",
                "type": "boolean"
            },
            "CONCURRENT_LINK": {
                "description": "ConcurrentLinkBoolean",
                "type": "boolean"
            }
        }
    }
}


Examples

Settlement Analysis Control Data

{
    "Assign": {
        "1": {
            "CONCURRENT_CALC": true,
            "CONCURRENT_LINK": false
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Plate Concurrent Force

 • Active: true

 • Inactive: false

"CONCURRENT_CALC"

Boolean

false

Optional

Elastic / General Links Concurrent Force

 • Active: true

 • Inactive: false

"CONCURRENT_LINK"

Boolean

false

Optional



0
Was this article helpful?