post https://yourorgsite.com/api/CommunicationLogRecipient/_execute
Executes an operation of CommunicationLogRecipient
With the CommunicationLogRecipient service, you can perform the following operations on the execute endpoint:
- CommunicationLogRecipientResolveRequest
- BulkInsertAsync
- BulkUpdateAsync
CommunicationLogRecipientResolveRequest
BODY PARAMS:
{
"$type": "Asi.Soa.Communications.DataContracts.CommunicationLogRecipientResolveRequest, Asi.Contracts",
"EntityTypeName": "CommunicationLogRecipient",
"OperationName": "CommunicationLogRecipientResolveRequest",
"CommunicationLogRecipientId": "string value"
}
BulkInsertAsync
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "BulkInsertAsync",
"EntityTypeName": "CommunicationLogRecipient",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "System.Collections.Generic.IEnumerable`1[[Asi.Soa.Communications.DataContracts.CommunicationLogRecipientData, Asi.Contracts]]",
"$value": "contracts Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"System.Collections.Generic.IEnumerable`1[[Asi.Soa.Communications.DataContracts.CommunicationLogRecipientData, Asi.Contracts]]"
]
},
"UseJson": false
}
BulkUpdateAsync
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "BulkUpdateAsync",
"EntityTypeName": "CommunicationLogRecipient",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "System.Collections.Generic.IEnumerable`1[[Asi.Soa.Communications.DataContracts.CommunicationLogRecipientData, Asi.Contracts]]",
"$value": "contracts Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"System.Collections.Generic.IEnumerable`1[[Asi.Soa.Communications.DataContracts.CommunicationLogRecipientData, Asi.Contracts]]"
]
},
"UseJson": false
}