Partially update an integration event.
PATCH
/integrationEvents/{integrationEventID}
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessIntegrationEventAdmin
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
integrationEventID | Required | string | ID of the integration event. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ElevatedRoles | array | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ConfigData | object | --- | --- | --- | ||
EventType | string | --- | --- | OrderCheckout, OpenIDConnect, OrderReturn, AddToCart | ||
CustomImplementationUrl | string | --- | --- | --- | ||
Name | string | --- | --- | --- | ||
HashKey | string | --- | 50 characters | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ElevatedRoles | array | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ConfigData | object | --- | --- | --- | ||
EventType | string | --- | --- | OrderCheckout, OpenIDConnect, OrderReturn, AddToCart | ||
CustomImplementationUrl | string | --- | --- | --- | ||
Name | string | --- | --- | --- | ||
HashKey | string | --- | 50 characters | --- |