Executes an Event operation

Executes an operation of Event

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

  • EventCloneRequest
  • EventSpecificPropertiesRequest
  • CloneEvent
  • CancelEvent
  • CloseEvent
  • DeleteEvent

EventCloneRequest

BODY PARAMS:
{
  "$type": "Asi.Soa.Events.DataContracts.EventCloneRequest, Asi.Contracts",
  "EntityTypeName": "Event",
  "OperationName": "CloneEvent",
  "EventId": "string value",
  "UserId": "string value",
  "EventCode": "string value",
  "EventName": "string value",
  "RequestCulture": "string value"
}

EventSpecificPropertiesRequest

BODY PARAMS:
{
  "$type": "Asi.Soa.Events.DataContracts.EventSpecificPropertiesRequest, Asi.Contracts",
  "EntityTypeName": "Event",
  "OperationName": null,
  "EventId": "string value",
  "Properties": [
    "string value"
  ],
  "ItemId": "string value",
  "RefreshCache": false,
  "RequestCulture": "string value"
}

CloneEvent

BODY PARAMS:
 {
        "$type": "Asi.Soa.Events.DataContracts.EventCloneRequest, Asi.Contracts",
        "EntityTypeName": "Event",
        "OperationName": "CloneEvent",
        "EventId": "string value",
        "UserId": "string value",
        "EventCode": "string value",
        "EventName": "string value"
    }

CancelEvent

BODY PARAMS:
    {
        "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
        "OperationName": "CancelEvent",
        "EntityTypeName": "Event",
        "Parameters": {
            "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
            "$values": [
                {
                    "$type": "System.String",
                    "$value": "eventId Value"
                }
            ]
        },
        "ParameterTypeName": {
            "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
            "$values": [
                "System.String"
            ]
        },
        "UseJson": false
    }

CloseEvent

BODY PARAMS:
    {
        "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
        "OperationName": "CloseEvent",
        "EntityTypeName": "Event",
        "Parameters": {
            "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
            "$values": [
                {
                    "$type": "System.String",
                    "$value": "eventId Value"
                }
            ]
        },
        "ParameterTypeName": {
            "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
            "$values": [
                "System.String"
            ]
        },
        "UseJson": false
    }

DeleteEvent

BODY PARAMS:
    {
        "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
        "OperationName": "DeleteEvent",
        "EntityTypeName": "Event",
        "Parameters": {
            "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
            "$values": [
                {
                    "$type": "System.String",
                    "$value": "eventId Value"
                }
            ]
        },
        "ParameterTypeName": {
            "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
            "$values": [
                "System.String"
            ]
        },
        "UseJson": false
    }
Body Params

EventCloneRequest object to execute

string
enum
required
Defaults to Asi.Soa.Events.DataContracts.EventCloneRequest, Asi.Contracts

The DataType must be "Asi.Soa.Events.DataContracts.EventCloneRequest, Asi.Contracts"

Allowed:
string
string
string
string
string
string
string
Responses
200

The request was successful.

201

The resource was successfully created.

202

The resource was asynchronously created.

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!

Contact us
Copyright © Advanced Solutions International, All rights reserved.