Skip to main content
JSON Manual Created Edited

Plate End Release

Input URI

{base url} + db/PRLS



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "PRLS": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "ITEMS": {
                "description": "Items",
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "ID": {
                            "description": "ID",
                            "type": "integer"
                        },
                        "GROUP_NAME": {
                            "description": "BoundaryGroupName",
                            "type": "string"
                        },
                        "N1": {
                            "description": "N1",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "N2": {
                            "description": "N2",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "N3": {
                            "description": "N3",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "N4": {
                            "description": "N4",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Plate End Release

{
    "Assign": {
        "21": {
            "ITEMS": [
                {
                    "ID": 1,
                    "GROUP_NAME": "Service",
                    "N1": [
                        1,
                        0,
                        1,
                        0,
                        1
                    ],
                    "N2": [
                        0,
                        1,
                        0,
                        1,
                        0
                    ],
                    "N3": [
                        1,
                        1,
                        1,
                        1,
                        1
                    ],
                    "N4": [
                        0,
                        0,
                        1,
                        0,
                        0
                    ]
                }
            ]
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Plate End Release

 • Insert the data as an object

"ITEMS"

Array
[Object]

-

Required

(1)

Serial Number

"ID"

Integer

0

Optional

(2)

Load Group Name

"GROUP_NAME"

String

Blank

Optional

(3)

Position - N1

 • Release: 1

 • Connect: 0

 • [Fx, Fy, Fz, Mx, My]

"N1"

Array
[Integer, 5]

-

Required

(4)

Position - N2

 • Release: 1

 • Connect: 0

 • [Fx, Fy, Fz, Mx, My]

"N2"

Array
[Integer, 5]

-

Required

(5)

Position - N3

 • Release: 1

 • Connect: 0

 • [Fx, Fy, Fz, Mx, My]

"N3"

Array
[Integer, 5]

-

Required

(6)

Position - N4

 • Release: 1

 • Connect: 0

 • [Fx, Fy, Fz, Mx, My]

"N4"

Array
[Integer, 5]

-

Required



0
Was this article helpful?