' Options: 'Date: 2024-10-18 04:18:45 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://digiofficeapigateway.deltares.nl/api ' '''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: RepairWordDocument.* '''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 System.Drawing Imports IDB.DocumentGenerator.SDK.Operations.Word Imports IDB.DocumentGenerator.SDK.Operations Imports IDB.DocumentGenerator.SDK.DTO.General Imports IDB.DocumentGenerator.SDK.DTO.Word Namespace Global Namespace IDB.DocumentGenerator.SDK.DTO.General Public Interface IGenerateDocumentResponse Property DocumentID As Guid End Interface End Namespace Namespace IDB.DocumentGenerator.SDK.DTO.Word Public Interface IRepairWordDocumentResponse Implements IGenerateDocumentResponse End Interface Public Partial Class RepairWordDocumentResponse Implements IRepairWordDocumentResponse ''' '''Contains the registration ID of the generated (corporate identity) document ''' Public Overridable Property DocumentID As Guid End Class End Namespace Namespace IDB.DocumentGenerator.SDK.Operations Public Interface IRepairOfficeDocument ''' '''ID of the current document registration ''' Property RegisteredDocumentID As Guid End Interface End Namespace Namespace IDB.DocumentGenerator.SDK.Operations.Word Public Interface IRepairWordDocument Implements IRepairOfficeDocument End Interface ''' '''Generate new or update a (corporate identity) document based on an existing document registration. ''' Public Partial Class RepairWordDocument Implements IReturn(Of RepairWordDocumentResponse) Implements IRepairWordDocument ''' '''ID of the current document registration ''' Public Overridable Property RegisteredDocumentID As Guid End Class End Namespace End Namespace