Input URI
|
{base url} + db/MBTP |
|---|
Active Methods
|
POST, GET, PUT, DELETE |
|---|
JSON Schema
Details
{
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"TYPE": {
"description": "MemberType",
"type": "string"
}
}
}
}
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"TYPE": {
"description": "MemberType",
"type": "string"
}
}
}
}
Examples
Import to Json
{
"Assign": {
"160": {
"TYPE": "COLUMN"
},
"174": {
"TYPE": "COLUMN"
},
"188": {
"TYPE": "BEAM"
},
"306": {
"TYPE": "BEAM"
},
"376": {
"TYPE": "BRACE"
},
"377": {
"TYPE": "BRACE"
}
}
}
"Assign": {
"160": {
"TYPE": "COLUMN"
},
"174": {
"TYPE": "COLUMN"
},
"188": {
"TYPE": "BEAM"
},
"306": {
"TYPE": "BEAM"
},
"376": {
"TYPE": "BRACE"
},
"377": {
"TYPE": "BRACE"
}
}
}
Specifications
| No. | Description | Key | Value Type | Default | Required |
|---|---|---|---|---|---|
|
1 |
Member Type • Column : "COLUMN" • Beam : "BEAM" • Brace : "BRACE" |
"TYPE" |
String |
- |
Required |