Input URI
|
{base url} + DESIGN/SRC/AIK-SRC2K/DSRC |
|---|
Active Methods
|
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,
"maxProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"DGNCODE"
],
"additionalProperties": false,
"properties": {
"DGNCODE": {
"type": "string",
"description": "Design Code",
"enum": [
"AIK-SRC2K"
]
}
}
}
}
}
}
}
"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,
"maxProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"type": "object",
"required": [
"DGNCODE"
],
"additionalProperties": false,
"properties": {
"DGNCODE": {
"type": "string",
"description": "Design Code",
"enum": [
"AIK-SRC2K"
]
}
}
}
}
}
}
}
Request Examples
Example
{
"Assign": {
"1": {
"DGNCODE": "AIK-SRC2K"
}
}
}
"Assign": {
"1": {
"DGNCODE": "AIK-SRC2K"
}
}
}
Response Examples
Example
{
"DSRC": {
"1": {
"DGNCODE": "AIK-SRC2K"
}
}
}
"DSRC": {
"1": {
"DGNCODE": "AIK-SRC2K"
}
}
}
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 • AIK-SRC2K: "AIK-SRC2K" |
"DGNCODE" |
string |
- |
Required |
|||