' Options: 'Date: 2026-02-14 10:19:03 'Version: 10.04 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://stf-api-uat.data-xchange.co.za ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: AddReceivingAdvice.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports DX.Framework.Core.Commands Imports DX.STF.Models.Dto.GS1 Imports DX.STF.Application.ClientApi.Messages.ReceivingAdvice Imports DX.Framework.Core.Commands.Dto Namespace Global Namespace DX.Framework.Core.Commands Public Interface ICommandResponse End Interface End Namespace Namespace DX.Framework.Core.Commands.Dto Public Partial Class TokenDto Implements ICommandResponse Public Overridable Property Token As Guid End Class End Namespace Namespace DX.STF.Application.ClientApi.Messages.ReceivingAdvice ''' '''Receiving Advice ''' Public Partial Class AddReceivingAdvice Implements IReturn(Of TokenDto) ''' '''ReceivingAdvice model containing all of the ReceivingAdvice data ''' Public Overridable Property ReceivingAdvice As ReceivingAdviceMessage End Class End Namespace Namespace DX.STF.Models.Dto.GS1 Public Partial Class ReceivingAdviceMessage Public Overridable Property Header As Header Public Overridable Property ReceivingAdvice As ReceivingAdvice End Class End Namespace End Namespace