Input URI
|
{base url} + DESIGN/STEEL/KDS-41-30-2022/KFAC |
|---|
Active Methods
|
POST,GET,PUT,DELETE |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"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": {
"Ky": {
"type": "number",
"description": "Ky",
"default": 1
},
"Kz": {
"type": "number",
"description": "Kz",
"default": 1
},
"Kt": {
"type": "number",
"description": "Kt",
"default": 1
}
}
}
}
}
}
}
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"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": {
"Ky": {
"type": "number",
"description": "Ky",
"default": 1
},
"Kz": {
"type": "number",
"description": "Kz",
"default": 1
},
"Kt": {
"type": "number",
"description": "Kt",
"default": 1
}
}
}
}
}
}
}
Request Examples
Example
{
"Assign": {
"859": {
"Ky": 1
},
"860": {
"Ky": 2,
"Kz": 2
},
"902": {
"Kz": 3,
"Kt": 3
}
}
}
"Assign": {
"859": {
"Ky": 1
},
"860": {
"Ky": 2,
"Kz": 2
},
"902": {
"Kz": 3,
"Kt": 3
}
}
}
Response Examples
Example
{
"KFAC": {
"859": {
"Ky": 1
},
"860": {
"Ky": 2,
"Kz": 2
},
"902": {
"Kz": 3,
"Kt": 3
}
}
}
"KFAC": {
"859": {
"Ky": 1
},
"860": {
"Ky": 2,
"Kz": 2
},
"902": {
"Kz": 3,
"Kt": 3
}
}
}
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 |
Ky |
"Ky" |
number |
|
Optional |
|||
|
2 |
Kz |
"Kz" |
number |
|
Optional |
|||
|
3 |
Kt |
"Kt" |
number |
|
Optional |
|||