POST api/events

Add Event

Request Information

URI Parameters

None.

Body Parameters

EventPost
NameDescriptionTypeAdditional information
List

EventList

None.

EventUrl

string

None.

IntegrationId

globally unique identifier

None.

Strategy

string

None.

Triggers

Collection of EventTrigger

None.

Filter

string

None.

Type

EventType

None.

Request Formats

application/json, text/json

Sample:
{
  "List": 0,
  "EventUrl": "sample string 1",
  "IntegrationId": "54ca7c23-0ea4-458f-8301-bf0e263a70b1",
  "Strategy": "sample string 3",
  "Triggers": [
    0,
    0
  ],
  "Filter": "sample string 4",
  "Type": 0
}

Response Information

Resource Description

Event
NameDescriptionTypeAdditional information
EventUrl

string

None.

Strategy

string

None.

IntegrationId

globally unique identifier

None.

List

EventList

None.

Triggers

Collection of EventTrigger

None.

Type

EventType

None.

Filter

string

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "EventUrl": "sample string 1",
  "Strategy": "sample string 2",
  "IntegrationId": "e6034d16-15c3-43af-ba00-cad9cca62431",
  "List": 0,
  "Triggers": [
    0,
    0
  ],
  "Type": 0,
  "Filter": "sample string 4",
  "id": "083819d4-6b7c-4d49-8d93-e7c82108cc2b",
  "ConfigId": "2ce00a9f-da81-49b8-aee4-385cb11bc0a4"
}