Input URI
|
{base url} + RATING/PSC/AASHTO-LRFR19/RPSC-ANAL |
|---|
Active Methods
|
POST |
|---|
JSON Schema
Details
{
"type": "object",
"required": [
"Argument"
],
"additionalProperties": false,
"properties": {
"Argument": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"title": "Perform Rating",
"type": "object",
"required": [
"TYPE"
],
"additionalProperties": false,
"properties": {
"TYPE": {
"type": "string",
"description": "Perform Rating",
"default": "PERFORM_RATING"
}
}
}
}
}
}
}
"type": "object",
"required": [
"Argument"
],
"additionalProperties": false,
"properties": {
"Argument": {
"type": "object",
"description": "Keyed object (dictionary). Each property name is an ID string (e.g., \"1\").",
"additionalProperties": false,
"minProperties": 1,
"patternProperties": {
"^[0-9]+$": {
"title": "Perform Rating",
"type": "object",
"required": [
"TYPE"
],
"additionalProperties": false,
"properties": {
"TYPE": {
"type": "string",
"description": "Perform Rating",
"default": "PERFORM_RATING"
}
}
}
}
}
}
}
Request Examples
Example
{
"Argument": {
"1": {
"TYPE": "PERFORM_RATING"
}
}
}
"Argument": {
"1": {
"TYPE": "PERFORM_RATING"
}
}
}
Response Examples
Example
{
"message": "success"
}
"message": "success"
}
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"). |
"Argument" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Perform Rating |
"TYPE" |
string |
|
Required |
|||