Add Event Subscriptions - Field Descriptions
The following page details each of the fields that can be used in the request and received in the response when using the Add Event Subscriptions endpoint.
Request
The following table describes fields that can be included in the body of the request when adding event subscriptions.
Field | Description | Min Length | Max Length | Type | Mandatory |
---|---|---|---|---|---|
eventCode | The unique code for the event. | 100 | 999 | Numeric | Yes |
description | The description of the event. | 1 | 200 | String | Yes |
Response
The following table describes fields that included in the response after successfully adding event subscriptions.
Field | Description |
---|---|
eventCode | The unique code for the event. |
description | The description of the event. |
Updated 3 months ago