Input URI
{base url} + db/EDMP |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"EDMP": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"TYPE": {
"description": "TYPE",
"type": "string"
},
"H_VS": {
"description": "H(VS)",
"type": "number"
}
}
}
}
"EDMP": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"TYPE": {
"description": "TYPE",
"type": "string"
},
"H_VS": {
"description": "H(VS)",
"type": "number"
}
}
}
}
Examples
Notional Size of Member
{
"Assign": {
"10": {
"TYPE": "NSM",
"H_VS": 10
}
}
}
"Assign": {
"10": {
"TYPE": "NSM",
"H_VS": 10
}
}
}
Volume Surface Ratio
{
"Assign": {
"20": {
"TYPE": "VSR",
"H_VS": 15
}
}
}
"Assign": {
"20": {
"TYPE": "VSR",
"H_VS": 15
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Change Property Method • Notional Size of Member: "NSM" • Volume Surface Ratio: "VSR" |
"TYPE" |
String |
- |
Required |
2 |
Change Property Value • Notional Size of Member: h • Volume Surface Ratio: v/s |
"H_VS" |
Number |
- |
Required |