MovePartnerResult Data Type

Information to move api to different group.

Properties
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" : "..."
  }
}