Input URI
|
{base url} + DESIGN/STEEL/KDS-41-30-2022/MEMB |
|---|
Active Methods
|
GET,PUT,DELETE |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"AELEM"
],
"additionalProperties": false,
"properties": {
"AELEM": {
"type": "array",
"description": "Element Lists",
"items": {
"type": "integer"
}
},
"bREVERSE": {
"type": "boolean",
"description": "Reverse Local Direction",
"default": false
}
}
}
}
}
}
}
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"AELEM"
],
"additionalProperties": false,
"properties": {
"AELEM": {
"type": "array",
"description": "Element Lists",
"items": {
"type": "integer"
}
},
"bREVERSE": {
"type": "boolean",
"description": "Reverse Local Direction",
"default": false
}
}
}
}
}
}
}
Request Examples
Example
{
"Assign": {
"1": {
"AELEM": [
933,
934
],
"bREVERSE": false
},
"2": {
"AELEM": [
906,
891
],
"bREVERSE": true
}
}
}
"Assign": {
"1": {
"AELEM": [
933,
934
],
"bREVERSE": false
},
"2": {
"AELEM": [
906,
891
],
"bREVERSE": true
}
}
}
Response Examples
Example
{
"MEMB": {
"1": {
"AELEM": [
933,
934
],
"bREVERSE": false
},
"2": {
"AELEM": [
906,
891
],
"bREVERSE": true
}
}
}
"MEMB": {
"1": {
"AELEM": [
933,
934
],
"bREVERSE": false
},
"2": {
"AELEM": [
906,
891
],
"bREVERSE": true
}
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Keyed object (dictionary). Each property name is an ID string (e.g., "1"). |
"Assign" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Element Lists |
"AELEM" |
Array [integer] |
- |
Required |
|||
|
2 |
Reverse Local Direction |
"bREVERSE" |
boolean |
|
Optional |
|||