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