Field | Type | Required | Description |
---|---|---|---|
updated |
array<Components\UpdatedSubscriberDto> | ✔️ | An array of subscribers that were successfully updated. |
created |
array<Components\CreatedSubscriberDto> | ✔️ | An array of subscribers that were successfully created. |
failed |
array<Components\FailedOperationDto> | ✔️ | An array of failed operations with error messages and optional subscriber IDs. |