Input URI
|
{base url} + db/LTSR |
|---|
Active Methods
|
POST, GET, PUT, DELETE |
|---|
JSON Schema
Details
{
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"bUNDERLOADTYPE": {
"description": "UndergroundLoads",
"type": "boolean"
}
}
}
}
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"bUNDERLOADTYPE": {
"description": "UndergroundLoads",
"type": "boolean"
}
}
}
}
Examples
Import to Json
{
"Assign": {
"2": {
"bUNDERLOADTYPE": true
},
"397": {
"bUNDERLOADTYPE": false
}
}
}
"Assign": {
"2": {
"bUNDERLOADTYPE": true
},
"397": {
"bUNDERLOADTYPE": false
}
}
}
Specifications
| No. | Description | Key | Value Type | Default | Required |
|---|---|---|---|---|---|
|
1 |
Assign Member • For Underground Loads : true • For None-underground Loads : false |
"bUNDERLOADTYPE" |
Boolean |
false |
Optional |