PostMailinglistDto

Type Alias: PostMailinglistDto

[object Object]

Defined in: app/api/types.gen.ts:784

Data Transfer Object for creating or updating a mailing list. The PostMailinglistDTO class encapsulates the necessary information required to create or update a mailing list entity, including the Name of the mailing list and the ServiceId that identifies the associated email service. This DTO is used in the Mailinglists controller to receive data from client requests when creating new mailing lists or updating existing ones, ensuring that the required fields are provided and structured correctly for processing by the underlying business logic in the MailinglistService.

Properties

name?

optional name?: string

Defined in: app/api/types.gen.ts:785


serviceId?

optional serviceId?: string

Defined in: app/api/types.gen.ts:786

On this page