POST api/events/{id}
Update Event
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
EventPost| Name | 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": "84ecd85c-ff0f-4812-b88d-960fcbf1d9d3",
"Strategy": "sample string 3",
"Triggers": [
0,
0
],
"Filter": "sample string 4",
"Type": 0
}
Response Information
Resource Description
Event| Name | 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": "56405c0c-cefb-4c49-ad3e-9bd9ff586e0a",
"List": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "d471125e-657a-4011-985f-a5b350291936",
"ConfigId": "55e40e50-9557-46ef-a4dc-3777bfb08684"
}