Input URI
{base url} + db/EWSF |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"EWSF": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"ITEMS": {
"description": "Items",
"type": "array",
"items": {
"type": "object",
"properties": {
"ID": {
"description": "ID",
"type": "integer"
},
"GROUP_NAME": {
"description": "Boundarygroupname",
"type": "string"
},
"LYSCALE": {
"description": "lyscalefactorforSbz",
"type": "number"
},
"ZTSCALE": {
"description": "z_topscalefactor",
"type": "number"
},
"ZBSCALE": {
"description": "z_botscalefactor",
"type": "number"
},
"bJ": {
"description": "J-Endcheckbox",
"type": "boolean"
},
"LYSCALE_J": {
"description": "J-Endlyscalefactor",
"type": "number"
},
"ZTSCALE_J": {
"description": "J-Endz_topscalefactor",
"type": "number"
},
"ZBSCALE_J": {
"description": "J-Endz_botscalefactor",
"type": "number"
}
}
}
}
}
}
}
"EWSF": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"ITEMS": {
"description": "Items",
"type": "array",
"items": {
"type": "object",
"properties": {
"ID": {
"description": "ID",
"type": "integer"
},
"GROUP_NAME": {
"description": "Boundarygroupname",
"type": "string"
},
"LYSCALE": {
"description": "lyscalefactorforSbz",
"type": "number"
},
"ZTSCALE": {
"description": "z_topscalefactor",
"type": "number"
},
"ZBSCALE": {
"description": "z_botscalefactor",
"type": "number"
},
"bJ": {
"description": "J-Endcheckbox",
"type": "boolean"
},
"LYSCALE_J": {
"description": "J-Endlyscalefactor",
"type": "number"
},
"ZTSCALE_J": {
"description": "J-Endz_topscalefactor",
"type": "number"
},
"ZBSCALE_J": {
"description": "J-Endz_botscalefactor",
"type": "number"
}
}
}
}
}
}
}
Examples
Effective Width Scale Factor
{
"Assign": {
"10": {
"ITEMS": [
{
"ID": 1,
"GROUP_NAME": "Service",
"LYSCALE": 0.5,
"ZTSCALE": 0.6,
"ZBSCALE": 0.7,
"bJ": true,
"LYSCALE_J": 0.8,
"ZTSCALE_J": 0.9,
"ZBSCALE_J": 1
},
{
"ID": 2,
"GROUP_NAME": "Ultimate",
"LYSCALE": 1.1,
"ZTSCALE": 1.2,
"ZBSCALE": 1.3,
"bJ": true,
"LYSCALE_J": 1.4,
"ZTSCALE_J": 1.5,
"ZBSCALE_J": 1.6
}
]
}
}
}
"Assign": {
"10": {
"ITEMS": [
{
"ID": 1,
"GROUP_NAME": "Service",
"LYSCALE": 0.5,
"ZTSCALE": 0.6,
"ZBSCALE": 0.7,
"bJ": true,
"LYSCALE_J": 0.8,
"ZTSCALE_J": 0.9,
"ZBSCALE_J": 1
},
{
"ID": 2,
"GROUP_NAME": "Ultimate",
"LYSCALE": 1.1,
"ZTSCALE": 1.2,
"ZBSCALE": 1.3,
"bJ": true,
"LYSCALE_J": 1.4,
"ZTSCALE_J": 1.5,
"ZBSCALE_J": 1.6
}
]
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Effective Width Scale Factor • Insert the data as an object |
"ITEMS" |
Array |
- |
Required |
|
(1) |
Serial Number |
"ID" |
Integer |
0 |
Optional |
|
(2) |
Boundary Group Name |
"GROUP_NAME" |
String |
Blank |
Optional |
|
(3) |
ly Scale Factor for Sbz (I-End) |
"LYSCALE" |
Real |
1 |
Required |
|
(4) |
z_top Scale Factor (I-End) |
"ZTSCALE" |
Real |
1 |
Required |
|
(5) |
z_bot Scale Factor (I-End) |
"ZBSCALE" |
Real |
1 |
Required |
|
(6) |
J-End Option |
"bJ" |
Boolean |
false |
Required |
|
When J-End Option, "bJ" is True |
||||||
(7) |
ly Scale Factor for Sbz (J-End) |
"LYSCALE_J" |
Real |
1 |
Optional |
|
(8) |
z_top Scale Factor (J-End) |
"ZTSCALE_J" |
Real |
1 |
Optional |
|
(9) |
z_bot Scale Factor (J-End) |
"ZBSCALE_J" |
Real |
1 |
Optional |