Input URI
|
{base url} + DESIGN/STEEL/DSTL |
|---|
Active Methods
|
GET,PUT,DELETE |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"maxroperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"DGNCODE"
],
"additionalProperties": false,
"properties": {
"DGNCODE": {
"type": "string",
"description": "Design Code",
"enum": [
"KDS 41 30 : 2022"
]
}
}
}
}
}
}
}
"type": "object",
"required": [
"Assign"
],
"additionalProperties": false,
"properties": {
"Assign": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"maxroperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"DGNCODE"
],
"additionalProperties": false,
"properties": {
"DGNCODE": {
"type": "string",
"description": "Design Code",
"enum": [
"KDS 41 30 : 2022"
]
}
}
}
}
}
}
}
Request Examples
Example
{
"Assign": {
"1": {
"DGNCODE": "KDS 41 30 : 2022"
}
}
}
"Assign": {
"1": {
"DGNCODE": "KDS 41 30 : 2022"
}
}
}
Response Examples
Example
{
"DSTL": {
"1": {
"DGNCODE": "KDS 41 30 : 2022"
}
}
}
"DSTL": {
"1": {
"DGNCODE": "KDS 41 30 : 2022"
}
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Keyed object (dictionary). Each property name is an ID string (e.g., "1"). |
"Assign" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Design Code • KDS 41 30 : 2022: "KDS 41 30 : 2022" |
"DGNCODE" |
string |
- |
Required |
|||