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