주 콘텐츠로 건너뛰기
JSON Manual 생성 편집

Member Assignment

Input URI

{base url} + ope/MEMB



 

Active Methods

POST

Input JSON format example

[OPE]Member Assignment_1

{
    "Argument": {
       "ASSIGN_TYPE": "MANUAL",
       "SELECTION_TYPE": "SELECTION",
       "AELEM": [
          1,
          2
       ],
       "ALLOW_SINGLE": false
        }
    }
}

[OPE]Member Assignment_2

{
    "Argument": {
       "ASSIGN_TYPE": "AUTO",
       "SELECTION_TYPE": "ALL",
       "ALLOW_SINGLE": true
        }
    }
}

 

Output JSON format example

[OPE]Member Assignment_1

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

[OPE]Member Assignment_2

{
    "MEMB": {
       "1": {
           "AELEM": [
             1,
             2
          ],
          "bREVERSE": false
       },
       "2": {
           "AELEM": [
             3,
             4
          ],
          "bREVERSE": false
       },
       "3": {
           "AELEM": [
             5,
             6
          ],
          "bREVERSE": false
       }
    }
}


 

Specifications

No. Description Key Value Type Default

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

¹⁾ "ALL" is only available when "AUTO" is selected as the Assign Type.

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

0
컨텐츠가 도움이 되셨나요?