Create Configuration - 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 Create Configuration endpoint.
Request
The following table describes fields that are included in the body of the request when creating a TC event configuration.
| Field | Description | Min Length | Max Length | Type | Mandatory |
|---|---|---|---|---|---|
| pmId | The Program Manager ID | Integer | No | ||
| productId | The Product ID. | Integer | No | ||
| status | The configuration status. For example, active or inactive. | 6 | 8 | String | Yes |
| messageTypeFilter | The type of filter or filters associated with the configuration.
| 1 | 1 | Array | Yes |
| cardLifecycleNotificationEnabled | Enables or disables Card Lifecycle Notification webhooks for the configuration. When set to true, Thredd sends a webhook (event code 119) when a card is created or activated and the notification matches the client's subscription. | 4 | 5 | Boolean | No |
Response
The following table describes fields that are included in the response after successfully creating a new TC event configuration.
| Field | Description |
|---|---|
| status | The status of the response. For example, success. |
| response | Object that contains the response. |
| content | Object that contains the content of the configuration. |
| configId | The unique identifier for the created configuration. |
| pmId | The Program Manager ID associated with the configuration. This is only returned in the response if a valid pmId is included in the request. |
| productId | The Product ID associated with the configuration. This is only returned in the response if a valid productId is included in the request. |
| status | The status of the configuration. For example, active. |
| messageTypeFilter | The list of transaction/message type filter codes for the configuration. |
| message | The status message for the configuration creation. |
| content | End of content object. |
| totalCount | The total number of configurations created in the response. |
| response | End of response object. |
Updated 8 days ago
Did this page help you?
