入力 URI
{base url} + db/MBTP |
|---|
メソッド
POST, GET, PUT, DELETE |
|---|
JSON スキーマ
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"
}
}
}
}
例
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"
}
}
}
仕様
| No. | 説明 | Key | データ型 | Default | 必須 |
|---|---|---|---|---|---|
1 | Member Type • Column : "COLUMN" • Beam : "BEAM" • Brace : "BRACE" | "TYPE" | String | - | Required |