/* Options: Date: 2025-07-18 01:07:08 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: AuditLogPostReq.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/members/audit", Verbs="POST") open class AuditLogPostReq : IReturn { var employeeGuid:String? = null companion object { private val responseType = HttpWebResponse::class.java } override fun getResponseType(): Any? = AuditLogPostReq.responseType }