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. |
|
| EventURLType | EventURLType |
None. |
Request Formats
application/json, text/json
Sample:
{
"List": 0,
"EventUrl": "sample string 1",
"IntegrationId": "cd03a28e-44e0-4e19-93c9-8b083ea56678",
"Strategy": "sample string 3",
"Triggers": [
0,
0
],
"Filter": "sample string 4",
"Type": 0,
"EventURLType": 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. |
|
| EventURLType | EventURLType |
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": "3fe5aafb-ecaa-49a8-be71-cbe87b31eb97",
"List": 0,
"EventURLType": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "7a474916-2761-4c5c-ba27-c211a242b0d9",
"ConfigId": "28ff1022-4d1a-407a-aefd-91387223cc60"
}