入力 URI
{base url} + db/TDCS |
---|
メソッド
POST, GET, PUT, DELETE |
---|
JSON スキーマ
詳細
{
"TDCS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"TDNA": {
"description": "TendonProfile",
"type": "integer"
},
"CSCS": {
"description": "CompositeSectionforC.S",
"type": "integer"
},
"PART_NUM": {
"description": "PartNumber",
"type": "integer"
}
}
}
}
"TDCS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"TDNA": {
"description": "TendonProfile",
"type": "integer"
},
"CSCS": {
"description": "CompositeSectionforC.S",
"type": "integer"
},
"PART_NUM": {
"description": "PartNumber",
"type": "integer"
}
}
}
}
例
合成断面用のPC鋼材配置
{
"Assign": {
"1": {
"TDNA": 1,
"CSCS": 1,
"PART_NUM": 1
}
}
}
"Assign": {
"1": {
"TDNA": 1,
"CSCS": 1,
"PART_NUM": 1
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
Tendon Profile |
"TDNA" |
Integer |
- |
必須 |
2 |
Composite Section for Concstruction Stage |
"CSCS" |
Integer |
- |
必須 |
3 |
Part Number |
"PART_NUM" |
Integer |
- |
必須 |