Input URI
|
{base url} + DESIGN/STEEL/KDS-41-30-2022/ULCT |
|---|
Active Methods
|
POST,GET,PUT,DELETE |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"description": "Underground Load Combination settings. Checklist Text (view-only).",
"properties": {
"Assign": {
"type": "object",
"description": "Object keyed by ID strings (e.g., \"1\"), where each entry represents an element.",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {
"bUNDERLOADTYPE": {
"type": "boolean",
"description": "Assign Member: true for Underground Loads, false for None-underground Loads",
"oneOf": [
{
"title": "For Underground Loads",
"const": true
},
{
"title": "For None-underground Loads",
"const": false
}
],
"default": false
}
}
}
}
}
}
}
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"description": "Underground Load Combination settings. Checklist Text (view-only).",
"properties": {
"Assign": {
"type": "object",
"description": "Object keyed by ID strings (e.g., \"1\"), where each entry represents an element.",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {
"bUNDERLOADTYPE": {
"type": "boolean",
"description": "Assign Member: true for Underground Loads, false for None-underground Loads",
"oneOf": [
{
"title": "For Underground Loads",
"const": true
},
{
"title": "For None-underground Loads",
"const": false
}
],
"default": false
}
}
}
}
}
}
}
Request Examples
Example
{
"Assign": {
"885": {
"bUNDERLOADTYPE": true
},
"888": {
"bUNDERLOADTYPE": false
}
}
}
"Assign": {
"885": {
"bUNDERLOADTYPE": true
},
"888": {
"bUNDERLOADTYPE": false
}
}
}
Response Examples
Example
{
"ULCT": {
"885": {
"bUNDERLOADTYPE": true
},
"888": {
"bUNDERLOADTYPE": false
}
}
}
"ULCT": {
"885": {
"bUNDERLOADTYPE": true
},
"888": {
"bUNDERLOADTYPE": false
}
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Object keyed by ID strings (e.g., "1"), where each entry represents an element. |
"Assign" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Assign Member: true for Underground Loads, false for None-underground Loads • For Underground Loads: "true" • For None-underground Loads: "false" |
"bUNDERLOADTYPE" |
boolean |
|
Optional |
|||