New Response to Duplicate Subscription REST

The Duplicate Subscription REST API now has a new response which is comprehensive. 

The response for the synchronous REST API now shows

{

"result":{

"Status":"Success",

"SubscriptionNumber":"23443",

"SubscriptionId":"300100640908592",

"Message":null,

"ProcessId":null

}

}

The response for the asynchronous REST API now shows

{

"result":{

"Status":null,

"SubscriptionNumber":null,

"SubscriptionId":null,

"Message":"The Process Subscription Lifecycle Operations process was submitted with process ID 9393 for the Duplicate Subscription action",

"ProcessId":"9393"

}

}

  1. The duplicate subscription number is returned for reference.
  2. The process id of the job duplicating the subscription is returned for reference.

Steps to Enable and Configure

You don't need to do anything to enable this feature.