Input URI
{base url} + db/TMAT |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"TMAT": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"TDMT_NAME": {
"description": "TDM-TYPE1(CREEP/SHRINKAGE)",
"type": "string"
},
"TDME_NAME": {
"description": "TDM-TYPE2(ELASTICITY)",
"type": "string"
}
}
}
}
"TMAT": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"TDMT_NAME": {
"description": "TDM-TYPE1(CREEP/SHRINKAGE)",
"type": "string"
},
"TDME_NAME": {
"description": "TDM-TYPE2(ELASTICITY)",
"type": "string"
}
}
}
}
Examples
Time Dependent Material Link
{
"Assign": {
"2": {
"TDMT_NAME": "KDS2016",
"TDME_NAME": "KDS2016"
}
}
}
"Assign": {
"2": {
"TDMT_NAME": "KDS2016",
"TDME_NAME": "KDS2016"
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Creep/Shrinkage Name |
"TDMT_NAME" |
String |
- |
Required |
2 |
Comp. Strength Name |
"TDME_NAME" |
String |
- |
Required |