HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference
These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Executes an ItemSale operation

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"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!