/* Options: Date: 2026-01-14 10:43:48 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://iso-api.adumen.com //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: IsoNeLocationObjectIdFixRequest.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/iso-ne/location-object-id-fix", Verbs="POST") open class IsoNeLocationObjectIdFixRequest { var start:Date? = null var end:Date? = null }