入力 URI
{base url} + ope/MEMB |
|---|
メソッド
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
}
}
}
仕様
| No. | 説明 | Key | データ型 | Default | 必須 |
|---|---|---|---|---|---|
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.