Input URI
{base url} + db/MVHC |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"MVHC": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"VEHICLE_CLS_NAME": {
"description": "NameofVehicleClass",
"type": "string"
},
"VEHICLE_LD_NAMES": {
"description": "NameofVehicleLoad",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
"MVHC": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"VEHICLE_CLS_NAME": {
"description": "NameofVehicleClass",
"type": "string"
},
"VEHICLE_LD_NAMES": {
"description": "NameofVehicleLoad",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
Examples
Vehicles Classes
{
"Assign": {
"1": {
"VEHICLE_CLS_NAME": "VCN1",
"VEHICLE_LD_NAMES": [
"DB-18"
]
}
}
}
"Assign": {
"1": {
"VEHICLE_CLS_NAME": "VCN1",
"VEHICLE_LD_NAMES": [
"DB-18"
]
}
}
}
Specifications ¹⁾
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Vehicle Class Name |
"VEHICLE_CLS_NAME" |
String |
- |
Required |
2 |
Selected Vehicle List |
"VEHICLE_LD_NAMES" |
Array |
- |
Required |
¹⁾ Available Moving Load Code
• AASHTO Standard
• AASHTO LRFD
• PENNDOT
• Canada
• Australia
• Russia
• Korea
• KSCE-LSD15
• China
• Taiwan