PutActivitiesByIdData

Type Alias: PutActivitiesByIdData

[object Object]

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

Properties

body?

optional body?: object

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

AllowedAudience?

optional AllowedAudience?: TargetAudience

AreParticipantsVisible

[object Object]

CostCenterId?

optional CostCenterId?: string

CostUnitId?

optional CostUnitId?: string

DateTimeEnd

[object Object]

DateTimeStart

[object Object]

DutchDescription

[object Object]

EnglishDescription

[object Object]

EnrollmentDeadline?

optional EnrollmentDeadline?: string

EnrollOpenDate?

optional EnrollOpenDate?: string

GLAccountId?

optional GLAccountId?: string

IsAdultOnly

[object Object]

IsEnrollable

[object Object]

IsWeeklyDrinks

[object Object]

Location

[object Object]

Name

[object Object]

OrganizerId?

optional OrganizerId?: number

ParticipantLimit?

optional ParticipantLimit?: number

PaymentDeadline?

optional PaymentDeadline?: string

Poster?

optional Poster?: Blob | File

The poster file for the activity, which can be uploaded when creating or updating an activity. The Poster property is of type IFormFile, allowing for the handling of file uploads in ASP.NET Core. This property is used to manage the visual representation of the activity, as the poster can be displayed on the website or in the Koala app to attract participants and provide information about the activity. When a poster is uploaded, it can be stored on the server and associated with the activity, enabling better organization and presentation of activities within the system.

Price?

optional Price?: number

ShowInKoala

[object Object]

ShowOnWebsite

[object Object]

SpecificationQuestionsJson?

optional SpecificationQuestionsJson?: string

A JSON string representing the specification questions associated with the activity. This property is used to capture the details of the specification questions in a structured format, allowing for easy serialization and deserialization when creating or updating an activity. The JSON string can contain an array of specification question objects, each with its own properties such as question text, question type, and possible answers. This approach allows for flexibility in managing the specification questions while ensuring that they are properly associated with the activity in the system.

UnenrollmentDeadline?

optional UnenrollmentDeadline?: string

VatRate?

optional VatRate?: number


path

[object Object]

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

id

[object Object]

The unique identifier of the activity to update.


query?

optional query?: never

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


url

[object Object]

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

On this page