/* Options: Date: 2025-04-06 19:09:44 SwiftVersion: 5.0 Version: 8.23 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.bokamera.se //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True IncludeTypes: DeleteIncentive.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/superadmin/incentive/{id}", "DELETE") // @ValidateRequest(Validator="IsAuthenticated") // @ApiResponse(Description="You were unauthorized to call this service", StatusCode=401) public class DeleteIncentive : IReturn, Codable { public typealias Return = Int /** * The id of the incentive. */ // @ApiMember(Description="The id of the incentive.", IsRequired=true, ParameterType="path") public var id:Int required public init(){} }