POST api/events/{id}
Update Event
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "2753f45a-0a8b-4a6e-9216-a949c336727b", "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": "091764c1-a21b-40ff-9ce1-d0884b11728e", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "3c6b3a11-ebad-4a72-ad84-ef20ad651b5b", "ConfigId": "2e21b075-c998-42e8-9b8b-da6b3ef9523b" }