Input URI
{base url} + ope/MEMB |
|---|
Active Methods
POST |
|---|
Input JSON format example
Output JSON format example
[OPE]Member Assignment
{
"MEMB": {
"1": {
"AELEM": [
640,
692
],
"bREVERSE": false
}
}
}
"MEMB": {
"1": {
"AELEM": [
640,
692
],
"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 |
* If Selection Type is set to "ALL", the Element List will be ignored.