HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference

Executes an ItemSale operation

Executes an operation of ItemSale

With the ItemSale service, you can perform the following operations on the execute endpoint:

  • EventConfirmationSendNotificationRequest
  • MemorialTributeSendNotificationRequest
  • SendNotificationRequest

EventConfirmationSendNotificationRequest

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",
  "RequestCulture": "string value"
}

MemorialTributeSendNotificationRequest

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",
  "RequestCulture": "string value"
}

SendNotificationRequest

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",
  "RequestCulture": "string value"
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!