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"
}
}
}
}
"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
}
}
}
"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 |
2 |
Elastic / General Links Concurrent Force • Active: true • Inactive: false |
"CONCURRENT_LINK" |
Boolean |
false |
Optional |