Skip to main content

EVENTS_CUSTOMINFO Structure

Field

Type

Description

ID bigint(20) Stores the unique persistence id of EVENTS_CUSTOMINFO
EVENT_ID bigint(20) Stores the relative EVENT's ID value
CUST_KEY varchar(255)
The custom property key, for example:
  • address for SOAP events,

  • address, Accept Type, Content Type, Response Code for REST events.

CUST_VALUE varchar(255)
The custom property value corresponding to the custom key, for example:
  • for address, the URL of the service,

  • for Accept Type, acceptable data types,

  • for Content Type, actual type of the returned response,

  • for Response Code, the status code of the response.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!