(* Options: Date: 2026-05-08 19:18:54 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://tanchinhdo-api-sandbox.adnx.vn //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetCategoriesWithPostRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace adnx.tanchinhdo.api.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type BaseResponse() = member val Code:Int32 = new Int32() with get,set member val Message:String = null with get,set member val Data:CategoryWithPost = null with get,set [] [] type GetCategoriesWithPostRequest() = interface IReturn>