' Options: 'Date: 2025-12-06 13:08:07 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://etc-api.vsmlab.vn ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: DocumentApproveRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports ServiceStack.Web Imports System.IO Imports tvpl.api.ServiceModel Namespace Global Namespace tvpl.api.ServiceModel Public Partial Class ApprovalResponse Implements IResponseRequest Public Overridable Property Code As Integer Public Overridable Property Message As String End Class Public Partial Class DocumentApproveRequest Implements IReturn(Of ApprovalResponse) Implements IPost Public Overridable Property DocumentId As Integer Public Overridable Property SubmitComment As String Public Overridable Property NextApproverId As Nullable(Of Integer) Public Overridable Property DueDate As Nullable(Of Date) End Class Public Interface IResponseRequest Property Code As Integer Property Message As String End Interface End Namespace End Namespace