Skip to main content
JSON Manual Created Edited

Member Assignment

Input URI

{base url} + ope/MEMB



 

Active Methods

POST

Input JSON format example

[OPE]Member Assignment 
{
    "Argument": {
        "ASSIGN_TYPE": "MANUAL",
        "SELECTION_TYPE": "SELECTION",
        "ELEM_LIST": [
            640,
            692
        ],
        "ALLOW_SINGLE": false
    }
}
{
    "Argument": {
        "ASSIGN_TYPE": "AUTO",
        "SELECTION_TYPE": "ALL",
        "ALLOW_SINGLE": true
    }
}

Output JSON format example

[OPE]Member Assignment

{
    "MEMB": {
        "1": {
            "AELEM": [
                640,
                692
            ],
            "bREVERSE": false
        }
    }
}



 

Specifications

No.DescriptionKeyValue TypeDefault

Required

1

Assign Type

 • "MANUAL"

 • "AUTO"

"ASSIGN_TYPE"

String

-

Required

2

Selection Type

 • "ALL"

 • "SELECTION"

"SELETION_TYPE"

String

-

Required

3

Element List

"ELEM_LIST"

Array

-

Required(*)

4

Allow Single Element Member

"ALLOW_SINGLE"

Boolean

-

Required

* If Selection Type is set to "ALL", the Element List will be ignored.

0
Was this article helpful?