PutActivitiesByIdData
Type Alias: PutActivitiesByIdData
[object Object]
Defined in: app/api/types.gen.ts:1352
Properties
body?
optionalbody?:object
Defined in: app/api/types.gen.ts:1353
AllowedAudience?
optionalAllowedAudience?:TargetAudience
AreParticipantsVisible
[object Object]
CostCenterId?
optionalCostCenterId?:string
CostUnitId?
optionalCostUnitId?:string
DateTimeEnd
[object Object]
DateTimeStart
[object Object]
DutchDescription
[object Object]
EnglishDescription
[object Object]
EnrollmentDeadline?
optionalEnrollmentDeadline?:string
EnrollOpenDate?
optionalEnrollOpenDate?:string
GLAccountId?
optionalGLAccountId?:string
IsAdultOnly
[object Object]
IsEnrollable
[object Object]
IsWeeklyDrinks
[object Object]
Location
[object Object]
Name
[object Object]
OrganizerId?
optionalOrganizerId?:number
ParticipantLimit?
optionalParticipantLimit?:number
PaymentDeadline?
optionalPaymentDeadline?:string
Poster?
optionalPoster?: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?
optionalPrice?:number
ShowInKoala
[object Object]
ShowOnWebsite
[object Object]
SpecificationQuestionsJson?
optionalSpecificationQuestionsJson?: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?
optionalUnenrollmentDeadline?:string
VatRate?
optionalVatRate?:number
path
[object Object]
Defined in: app/api/types.gen.ts:1387
id
[object Object]
The unique identifier of the activity to update.
query?
optionalquery?:never
Defined in: app/api/types.gen.ts:1393
url
[object Object]
Defined in: app/api/types.gen.ts:1394