(* Options: Date: 2026-06-26 19:36:28 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://etc-api.vsmlab.vn //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ExportPurchaseHistoryRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace tvpl.api.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open ServiceStack.Web open System.IO [] [] type ExportPurchaseHistoryRequest() = interface IReturn member val Name:String = null with get,set member val WorkflowId:Nullable = new Nullable() with get,set member val EquipmentId:Nullable = new Nullable() with get,set member val ProviderId:Nullable = new Nullable() with get,set member val CreatedFrom:Nullable = new Nullable() with get,set member val CreatedTo:Nullable = new Nullable() with get,set member val OnlyMissingEquipment:Nullable = new Nullable() with get,set