post https://yourorgsite.com/api/ItemSale/_execute
Executes an operation of ItemSale
With the ItemSale service, you can send notifications with the execute endpoint:
- Send a Notification
- Send an Event Confirmation Notification
- Send a Memorial Tribute Notification
Send a Notification
BODY PARAMS:
{
"$type": "Asi.Soa.Commerce.DataContracts.SendNotificationRequest, Asi.Contracts",
"EntityTypeName": "ItemSale",
"OperationName": "SendNotification",
"CommunicationRequest": {
"$type": "Asi.Soa.Communications.DataContracts.CommunicationRequest, Asi.Contracts"
},
"Communication": {
"$type": "Asi.Soa.Communications.DataContracts.CommunicationData, Asi.Contracts"
},
"CurrentCulture": "string value"
}
Send an Event Confirmation Notification
BODY PARAMS:
{
"$type": "Asi.Soa.Commerce.DataContracts.EventConfirmationSendNotificationRequest, Asi.Contracts",
"EntityTypeName": "ItemSale",
"OperationName": "SendNotification",
"CommunicationRequest": {
"$type": "Asi.Soa.Communications.DataContracts.CommunicationRequest, Asi.Contracts"
},
"Communication": {
"$type": "Asi.Soa.Communications.DataContracts.CommunicationData, Asi.Contracts"
},
"CurrentCulture": "string value"
}
Send a Memorial Tribute Notification
BODY PARAMS:
{
"$type": "Asi.Soa.Commerce.DataContracts.MemorialTributeSendNotificationRequest, Asi.Contracts",
"EntityTypeName": "ItemSale",
"OperationName": "SendNotification",
"CommunicationRequest": {
"$type": "Asi.Soa.Communications.DataContracts.CommunicationRequest, Asi.Contracts"
},
"Communication": {
"$type": "Asi.Soa.Communications.DataContracts.CommunicationData, Asi.Contracts"
},
"CurrentCulture": "string value"
}