post https://yourorgsite.com/api/Subscription/_execute
Executes an operation of Subscription
With the Subscription service, you can perform the following operations on the execute endpoint:
- ChangeSubscriptionOwnerAsync
ChangeSubscriptionOwnerAsync
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "ChangeSubscriptionOwnerAsync",
"EntityTypeName": "Subscription",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "System.String",
"$value": "originalPartyId Value"
},
{
"$type": "System.String",
"$value": "newPartyId Value"
},
{
"$type": "System.String",
"$value": "itemId Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"System.String",
"System.String",
"System.String"
]
},
"UseJson": false
}