Skip to main content
JSON Manual Created Edited

Dynamic Load Allowance

Input URI

{base url} + db/DYLA



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "DYLA": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "FACTOR": {
                "description": "DeckJointIM",
                "type": "number"
            },
            "ITEMS": {
                "description": "GroupList",
                "type": "array",
                "items": {
                    "type": "string"
                }
            }
        }
    }
}


Examples

Dynamic Load Allowance

{
    "Assign": {
        "1": {
            "FACTOR": 15,
            "ITEMS": [
                "Main4",
                "Main5",
                "Main6"
            ]
        },
        "2": {
            "FACTOR": 10,
            "ITEMS": [
                "Main1",
                "Main2",
                "Main7"
            ]
        }
    }
}


Specifications ¹⁾

No. Description Key Value Type Default Required

1

Impact Factor (%)

"FACTOR"

Number

-

Required

2

Selected Structure Group List

"ITEMS"

Array
[String]

-

Required



¹⁾ Available Moving Load Code

 • AASHTO LRFD

 • PENNDOT

 • KSCE-LSD15

0
Was this article helpful?