Input URI
{base url} + db/PLCB |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"PLCB": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LCNAME_ITEM": {
"description": "StaticLoadCaseName",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
"PLCB": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LCNAME_ITEM": {
"description": "StaticLoadCaseName",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
Examples
Pre-composite Section
{
"Assign": {
"1": {
"LCNAME_ITEM": [
"DL(BC)1",
"DL(BC)3"
]
}
}
}
"Assign": {
"1": {
"LCNAME_ITEM": [
"DL(BC)1",
"DL(BC)3"
]
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Static Load Case Name |
"LCNAME_ITEM" |
Array |
- |
Required |