POST api/events
Add Event
Request Information
URI Parameters
None.
Body Parameters
EventPostName | Description | Type | Additional 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": "dbbaf2cc-75de-4008-97b3-0c1af54a9903", "Strategy": "sample string 3", "Triggers": [ 0, 0 ], "Filter": "sample string 4", "Type": 0 }
Response Information
Resource Description
EventName | Description | Type | Additional 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": "8e074968-b87f-4597-a0ae-8b3176a4d66f", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "f95d7344-26b5-425a-ba0c-9528e38f47e8", "ConfigId": "635f4cab-064d-42a1-b150-93dbde99cdf8" }