Information to move api to different group.
| name | data type | constraints | description |
|---|---|---|---|
| actionType | ResultType | required | Result type. |
| actionInfo | string | Action info. | |
Properties inherited from TaskObject |
|||
| notificationId | string | ||
Example
{
"movePartnerResult" : {
"actionType" : "PARTNER_ASSIGNED_EXISTGROUP",
"actionInfo" : "...",
"notificationId" : "..."
}
}