Input URI
{base url} + db/LDGR |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"LDGR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"NAME": {
"description": "LoadGroupName",
"type": "string"
}
}
}
}
"LDGR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"NAME": {
"description": "LoadGroupName",
"type": "string"
}
}
}
}
Examples
Load Group
{
"Assign": {
"1": {
"NAME": "SW"
},
"2": {
"NAME": "WetConcrete"
}
}
}
"Assign": {
"1": {
"NAME": "SW"
},
"2": {
"NAME": "WetConcrete"
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Load Group Name |
"NAME" |
String |
- |
Required |