Skip to main content
JSON Manual Created Edited

Change General Link Property

Input URI

{base url} + db/CGLP



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "CGLP": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "GLINK_KEY": {
                "description": "GeneralLinkNo",
                "type": "integer"
            },
            "CHANGE_PROPERTY_NAME": {
                "description": "ChangeGeneralLinkPropertyName",
                "type": "string"
            },
            "GROUP_NAME": {
                "description": "BoundaryGroupName",
                "type": "string"
            }
        }
    }
}


Examples

Change General Link Properties

{
    "Assign": {
        "1": {
            "GLINK_KEY": 1,
            "CHANGE_PROPERTY_NAME": "GL09",
            "GROUP_NAME": "Service"
        },
        "2": {
            "GLINK_KEY": 2,
            "CHANGE_PROPERTY_NAME": "GL09",
            "GROUP_NAME": "Service"
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

General Link ID Number

"GLINK_KEY"

Integer

-

Required

2

Change Property Name

"CHANGE_PROPERTY_NAME"

String

-

Required

3

Boundary Group Name

"GROUP_NAME"

String

Blank

Optional



0
Was this article helpful?