Skip to main content
JSON Manual Created Edited

Tendon Location for Composite Section

Input URI

{base url} + db/TDCS



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "TDCS": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "TDNA": {
                "description": "TendonProfile",
                "type": "integer"
            },
            "CSCS": {
                "description": "CompositeSectionforC.S",
                "type": "integer"
            },
            "PART_NUM": {
                "description": "PartNumber",
                "type": "integer"
            }
        }
    }
}


Examples

Tendon Location for Composite Section

{
    "Assign": {
        "1": {
            "TDNA": 1,
            "CSCS": 1,
            "PART_NUM": 1
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Tendon Profile

"TDNA"

Integer

-

Required

2

Composite Section for Concstruction Stage

"CSCS"

Integer

-

Required

3

Part Number

"PART_NUM"

Integer

-

Required



0
Was this article helpful?